Data Element list used by SAP ABAP Function Module GET_AGGR_OF_OBJECT (Returns the Desired Hierarchy Information Depending on Object Type)
SAP ABAP Function Module
GET_AGGR_OF_OBJECT (Returns the Desired Hierarchy Information Depending on Object Type) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | PGMID | Program ID in Requests and Tasks | SOURCE VALUE(OBJECT_PGMID) LIKE TADIR-PGMID DEFAULT 'R3TR' |
|
| 2 | STA_HLEVEL | Statistics, level of higher object in hierarchy | SOURCE VALUE(ASKED_LEVEL) LIKE EWAGG-HI_LEVEL |
|
| 3 | STA_HOBJN | Statistics, name of higher object in hierarchy | SOURCE VALUE(ASKED_OBJECT) LIKE EWAGG-HI_OBJNAME |
|
| 4 | STA_OBJN | Statistics, name of object | SOURCE VALUE(OBJECT_LEVEL01) LIKE EWAGG-OBJ_NAME |
|
| 5 | TROBJTYPE | Object Type | SOURCE VALUE(OBJECT_TYP) LIKE TADIR-OBJECT |
|