SAP Tabel LNODE (Node)
SAP table LNODE has 3 primary key fields being MANDT,LOCAT,RNODE.
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 | * | MANDT | |
| LOCAT | Site | CHAR | 4 | 0 | LLOCT | LTRM_LOCAT | |
| RNODE | Node | CHAR | 15 | 0 | LTBN_NODE | ||
| CORDX | X Coordinate | QUAN | 10 | 3 | LTRM_XCORD | ||
| CORDY | Y Coordinate | QUAN | 10 | 3 | LTRM_YCORD | ||
| CORDZ | Z Coordinate | QUAN | 10 | 3 | LTRM_ZCORD | ||
| BLOCK | Node Blocked | CHAR | 1 | 0 | LTBN_BLOCK | ||
| EXRSN | Reason for Object Being Blocked | CHAR | 3 | 0 | LRSNC | LTBN_BLOCK_RSNCD | |
| VERIF | Node Verification Field | CHAR | 10 | 0 | LTBN_VERIF |
LNODE foreign key relationships
| Table | Field | Check Table | Check Field | |
|---|---|---|---|---|
| 0 LNODE | EXRSN | LRSNC | External vs Internal reason code | MANDT |
| 0 LNODE | EXRSN | LRSNC | External vs Internal reason code | LOCAT |
| 0 LNODE | EXRSN | LRSNC | External vs Internal reason code | APOBJ |
| 0 LNODE | EXRSN | LRSNC | External vs Internal reason code | EXRSN |
| 1 LNODE | LOCAT | LLOCT | Site | MANDT |