The Function Module GET_AGGR_OF_OBJECT (Liefert in Abh. vom Objekttyp die gew. Hierarchieinformation) is a standard Function Module in SAP ERP and is part of the function group STMO within the package STUN.
Function Module | GET_AGGR_OF_OBJECT |
Short Text | Liefert in Abh. vom Objekttyp die gew. Hierarchieinformation |
Function Group | STMO |
Package | STUN |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ASKED_LEVEL | LIKE | EWAGG-HI_LEVEL | gewünschter Ergebnislevel | |
OBJECT_LEVEL01 | LIKE | EWAGG-OBJ_NAME | Eingabe des Objektes der Ebene 01 | |
OBJECT_PGMID | LIKE | TADIR-PGMID | 'R3TR' | -R3TR |
OBJECT_TYP | LIKE | TADIR-OBJECT | Objektart (Report, Transaktion, Tabelle etc.) | |
TO_FILL | LIKE | SPACE | Subapplikation auf jeden Fall NE SPACE |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ASKED_OBJECT | LIKE | EWAGG-HI_OBJNAME | Nachfolger von act_object mit Level asked_level |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
WRONG_LEVEL | Unbekannter Ergebnislevel als Eingabe |
WRONG_OBJECT | Unbekanntes Objekt als Eingabe |
WRONG_PGMID | |
WRONG_TYP |