The Function Module PM_HIERARCHY_CALL_WITH_TABLE (Åufruf der Strukturdarstellung allgemein) is a standard Function Module in SAP ERP and is part of the function group IHIE within the package ILOM.
Function Module | PM_HIERARCHY_CALL_WITH_TABLE |
Short Text | Åufruf der Strukturdarstellung allgemein |
Function Group | IHIE |
Package | ILOM |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
AUTHORITY_CHECK | LIKE | RIHEA-AUTHC | 'X' | Berechtigungsprüfung auf Objekte aktiv (X) / inaktiv ( ) |
DATUM | LIKE | EQUZ-DATAB | SY-DATUM | Date |
EQUNR | LIKE | EQUI-EQUNR | SPACE | Equipment number |
GRAFICS | LIKE | RIHEA-GRAFC | ' ' | Display as hierarchy graphic |
LEVDO | LIKE | RIHEA-LEVDO | '01' | Number of levels down |
LEVUP | LIKE | RIHEA-LEVUP | '00' | Number of levels up |
MATNR | LIKE | MARA-MATNR | SPACE | Material number |
SANIN | LIKE | RIHEA-IHREL | 'X' | PM-relevant |
SELECT_EQUI | LIKE | RIHEA-EQUSE | ' ' | Equipment can be selected |
SELECT_IFLO | LIKE | RIHEA-TPLSE | 'X' | Functional locations can be selected |
SELECT_STPO | LIKE | RIHEA-STPSE | ' ' | Material can be selected |
SELMOD | LIKE | RIHEA-SELMO | 0 | Selection session |
STKKZ | LIKE | RIHEA-IHBGR | ' ' | Only PM assemblies |
TECHV | LIKE | STKO-TECHV | SPACE | Functional status |
TPLNR | LIKE | IFLO-TPLNR | SPACE | Functional location |
WERKS | LIKE | MAST-WERKS | SPACE | Plant |
WITH_BTYP | LIKE | RIHEA-IHBTY | 'X' | Stukturauflösung mit Bautyp |
WITH_EQUI | LIKE | RIHEA-EQUBI | ' ' | With built-in pieces of equipment |
WITH_EQUI_HIER | LIKE | RIHEA-EQHIE | ' ' | With equipment hierarchies |
WITH_IFLO_HIER | LIKE | RIHEA-FLHIE | ' ' | With location hierarchies |
WITH_MARA | LIKE | RIHEA-BOMEX | ' ' | With material |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EQUI_TAB | LIKE | RIHEQUI | Table of selected pieces of equipmt | |
IFLO_TAB | LIKE | RIHIFLO | Table of the selected spaces | |
STPO_TAB | LIKE | RIHSTPX | Table of selected materials |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NO_HIERARCHY | Functional location is not part of a hierarchy |
NO_OBJECT_DEFINED | Transfer neither functional location, nor equipment, nor material |
NO_SELECTION | No location was selected |
NO_VALID_EQUNR | The specified equipment number is invalid |
NO_VALID_MATNR | The specified material number is invalid |
NO_VALID_SELMOD | The selection session is invalid |
NO_VALID_TPLNR | The specified location number is invalid |