SAP table T242H (Hierarchies in report portfolio)
SAP table T242H has 3 primary key fields being MANDT,HIEID,LFDID.
If you're only analyzing data from a single SAP instance you may omit field MANT in your relationships as it will we the same across the entire dataset. On the other hand, if you're combining data from multiple SAP instances you need to take MANDT into account.
Field | Description | Data Type | Length | Decimals | Checktable | Data Element | |
---|---|---|---|---|---|---|---|
MANDT | Client | CLNT | 3 | 0 | T000 | MANDT | |
HIEID | User group | CHAR | 2 | 0 | T242Z | CFHIEID | |
LFDID | Sequence number for hierarchical node | NUMC | 8 | 0 | CFLFDID | ||
CLTYP | Classification type in report portf. hierarchy | CHAR | 2 | 0 | CFCLTYP | ||
CLSNR | Report | CHAR | 12 | 0 | CFREPID | ||
POIUP | Seq.number of next hier.node above | NUMC | 8 | 0 | CFPOIUP | ||
POIDO | Seq.number of next lower hier.node | NUMC | 8 | 0 | CFPOIDO | ||
POINE | Seq.number of next hier.node right | NUMC | 8 | 0 | CFPOINE | ||
POIPR | Seq.number of next hier.node left | NUMC | 8 | 0 | CFPOIPR | ||
HICOL | Color of hierarchical node | CHAR | 15 | 0 | CFHICOL |
T242H foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 T242H | HIEID | T242Z | Hierarchy index | MANDT |
0 T242H | HIEID | T242Z | Hierarchy index | HIEID |
1 T242H | MANDT | T000 | Clients | MANDT |