SAP table TRRBF (Determ. of Staging Area via Route Schedule/Storage Condition)
SAP table TRRBF has 4 primary key fields being MANDT,LGNUM,AULWE,RAUBE.
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 | |
LGNUM | Warehouse Number / Warehouse Complex | CHAR | 3 | 0 | T300 | LGNUM | |
AULWE | Route Schedule | CHAR | 10 | 0 | VALW | AULWE | |
RAUBE | Storage conditions | CHAR | 2 | 0 | T142 | RAUBE | |
LGBZO | Staging Area for Warehouse Complex | CHAR | 10 | 0 | T30C | LGBZO |
TRRBF foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 TRRBF | AULWE | VALW | Delivery Plan: Definition of Route Schedule | MANDT |
0 TRRBF | AULWE | VALW | Delivery Plan: Definition of Route Schedule | AULWE |
1 TRRBF | LGBZO | T30C | WM Materials Staging Zones | MANDT |
1 TRRBF | LGBZO | T30C | WM Materials Staging Zones | LGNUM |
1 TRRBF | LGBZO | T30C | WM Materials Staging Zones | LGBZO |
0 TRRBF | LGNUM | T300 | WM Warehouse Numbers | MANDT |
0 TRRBF | LGNUM | T300 | WM Warehouse Numbers | LGNUM |
1 TRRBF | RAUBE | T142 | Storage Conditions for Materials | MANDT |
1 TRRBF | RAUBE | T142 | Storage Conditions for Materials | RAUBE |