SAP table T630R (Delivery Scheduling: Pick/Pack Time for Materials)
SAP table T630R has 4 primary key fields being MANDT,VSTEL,ROUTE,GRULG.
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 | |
VSTEL | Shipping Point / Receiving Point | CHAR | 4 | 0 | TVST | VSTEL | |
ROUTE | Route | CHAR | 6 | 0 | TVRO | ROUTE | |
GRULG | Weight Group for Delivery | CHAR | 4 | 0 | TVLG | GRULG | |
RITZT | Pick/pack time of the parts to be delivered (in days) | DEC | 5 | 2 | RITZT | ||
PIPATG | Pick/pack time in workdays | DEC | 11 | 0 | PIPATG | ||
PIPATN | Pick/pack time in work hours | DEC | 11 | 0 | PIPATN |
T630R foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 T630R | GRULG | TVLG | Routes: Weight Groups for Deliveries | GRULG |
1 T630R | MANDT | T000 | Clients | MANDT |
0 T630R | ROUTE | TVRO | Routes | MANDT |
0 T630R | ROUTE | TVRO | Routes | ROUTE |
1 T630R | VSTEL | TVST | Organizational Unit: Shipping Points | MANDT |
1 T630R | VSTEL | TVST | Organizational Unit: Shipping Points | VSTEL |