SAP table JITPGD (JIT: Unloading Points and Assembly Locations per Customer)
SAP table JITPGD has 2 primary key fields being MANDT,DESTI.
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 | |
DESTI | Destination of JIT Customer (Delivery Data) | CHAR | 4 | 0 | JIT_DESTI | ||
CUSTO | JIT Customer | CHAR | 4 | 0 | JITCU | JIT_CUSTO | |
ABLAD | Unloading Point | CHAR | 25 | 0 | V_JITCU_ABLAD | ABLAD | |
FLDPO | Assembly location of parts group at customer site | CHAR | 20 | 0 | JIT_FLDPO | ||
CUSTPGD1 | Destination Text 1 | CHAR | 30 | 0 | JIT_PGDCUST1 | ||
CUSTPGD2 | Destination Text 2 | CHAR | 30 | 0 | JIT_PGDCUST2 |
JITPGD foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 JITPGD | ABLAD | V_JITCU_ABLAD | Generated Table for View | KUNNR |
1 JITPGD | MANDT | T000 | Clients | MANDT |