SAP table T333N (Control for automatic transfer order creation)
SAP table T333N has 3 primary key fields being MANDT,LGNUM,AUTTA.
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 | |
AUTTA | Automatic Transfer Order Creation | CHAR | 1 | 0 | LVS_AUTTA | ||
BEAR1 | Create transfer orders without additional criteria | CHAR | 1 | 0 | T333NBEAR1 | ||
BEAR2 | Create transfer orders using criteria | CHAR | 1 | 0 | T333NBEAR2 | ||
BEAR3 | Create transfer orders using reference number | CHAR | 1 | 0 | T333NBEAR3 | ||
DRUKZ | Indicator: form and sort code for printing transfer orders | CHAR | 2 | 0 | T329F | LVS_DRUKZ | |
MAILF | Mail control for background processing | CHAR | 2 | 0 | T333M | LVS_MAILK | |
MAILP | Mail control for background processing | CHAR | 2 | 0 | T333M | LVS_MAILK |
T333N foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 T333N | DRUKZ | T329F | Print Control Table | MANDT |
0 T333N | DRUKZ | T329F | Print Control Table | LGNUM |
1 T333N | LGNUM | T300 | WM Warehouse Numbers | MANDT |
1 T333N | LGNUM | T300 | WM Warehouse Numbers | LGNUM |
0 T333N | MAILF | T333M | Mail control for background processing | MANDT |
0 T333N | MAILF | T333M | Mail control for background processing | LGNUM |
1 T333N | MAILP | T333M | Mail control for background processing | MANDT |
1 T333N | MAILP | T333M | Mail control for background processing | LGNUM |