The Function Module K_KKR_ACTIVE_HIERARCHY_GET (Anlisten verdichteter Hierarchien und KostRechKresi mit Auswahlmöglichkeit) is a standard Function Module in SAP ERP and is part of the function group KKRR within the package KKR.
Function Module | K_KKR_ACTIVE_HIERARCHY_GET |
Short Text | Anlisten verdichteter Hierarchien und KostRechKresi mit Auswahlmöglichkeit |
Function Group | KKRR |
Package | KKR |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
AHIE_LIST | LIKE | SY-BATCH | Kz: Nur Tabelle aktiver Hierarchien (ohne POPUP) | |
HIART | LIKE | KKRDYN00-HIEART | Hierarchy type | |
HIEID | LIKE | KKRDYN00-HIERID | Selected hierarchy ID | |
I_ROBART | LIKE | TKKR4-ROBART | Auch Hierarchieart CO mit dieser Objektart | |
KOKRS | LIKE | KKRDYN00-KOKRS | Selected controlling area | |
KOKRS_LIST | LIKE | SY-BATCH | Kz: Nur Tabelle verdichteter KOKRS | |
NO_BUFFER | LIKE | SY-BATCH | Kz: Selektion nicht über den internen Buffer |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
HIEID | LIKE | KKRDYN00-HIERID | Selected hierarchy ID | |
KOKRS | LIKE | KKRDYN00-KOKRS | Selected controlling area |
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 |
---|---|---|---|---|
AHIE_TBL | LIKE | KKR_AHIE_STR | Liste der aktiven Hierarchien | |
KOKRS_TBL | LIKE | KKR_AKOKRS_STR | Liste der verdichteten KoReKreise |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
HIERARCHY_TYPE_NOT_EXIST | Hierarchieart wird nicht unterstützt |
NO_ACTIVE_HIERARCHY | There is no active hierarchy ID |
NO_ACTIVE_KOKRS | Es existiert kein verdichteter KostrechKreis |
NO_HIERARCHY_PICKED | No hierarchy was selected |
NO_KOKRS_PICKED | No controlling area was selected |
SYSTEM_FAILURE | Internal system error |
WRONG_HIERARCHY_TYPE | Hierarchy type is not supported |
WRONG_INPUT | Falsche Eingabe-Kombination |