SERPTREE - Reporting: Tree Structure
Reporting: Tree Structure information is stored in SAP table SERPTREE.
It is part of development package SM38 in software component BC-SRV-REP. This development package consists of objects that can be grouped under "ABAP Reporting".
It is part of development package SM38 in software component BC-SRV-REP. This development package consists of objects that can be grouped under "ABAP Reporting".
Fields for table SERPTREE
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
MANDT | Client | X | MANDT | CLNT | 3 | * |
TREE_ID | Reporting tree ID | X | SERPTREEID | CHAR | 16 | |
ID | Internal: Node ID | X | SEU_ID | NUMC | 6 | |
TYPE | Node type | SEU_TYPE | CHAR | 4 | ||
NAME | Object name | SEU_NAME | CHAR | 30 | ||
PARENT | Internal: Node ID | SEU_ID | NUMC | 6 | ||
CHILD | Internal: Node ID | SEU_ID | NUMC | 6 | ||
NEXT | Internal: Node ID | SEU_ID | NUMC | 6 | ||
TLEVEL | Node level | SEU_LEVEL | NUMC | 2 | ||
LINK | Link ID | SEU_LINK | CHAR | 1 | ||
LOCATION | Logical destination (specified in function call) | RFCDEST | CHAR | 32 | * | |
AUTHGROUP | Authorization Group | SECU | CHAR | 8 | ||
SERPTYPE | Node type | SERPTYPE | CHAR | 4 |