SAP table T605Z (Foreign Trade: Proposal for Bus. Transaction Type in Export)
SAP table T605Z has 5 primary key fields being MANDT,LAND1,VKORG,VTWEG,PSTYV.
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 | |
LAND1 | Country/Region Key | CHAR | 3 | 0 | T005 | LAND1 | |
VKORG | Sales Organization | CHAR | 4 | 0 | TVKO | VKORG | |
VTWEG | Distribution Channel | CHAR | 2 | 0 | TVTW | VTWEG | |
PSTYV | Sales document item category | CHAR | 4 | 0 | TVPT | PSTYV | |
EXART | Business Transaction Type | CHAR | 2 | 0 | T605 | EXART |
T605Z foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 T605Z | EXART | T605 | Business Transaction Type | LAND1 |
0 T605Z | EXART | T605 | Business Transaction Type | EXART |
1 T605Z | LAND1 | T005 | Countries | MANDT |
1 T605Z | LAND1 | T005 | Countries | LAND1 |
0 T605Z | PSTYV | TVPT | Sales Documents: Item categories | MANDT |
0 T605Z | PSTYV | TVPT | Sales Documents: Item categories | PSTYV |
1 T605Z | VKORG | TVKO | Organizational Unit: Sales Organizations | MANDT |
1 T605Z | VKORG | TVKO | Organizational Unit: Sales Organizations | VKORG |
0 T605Z | VTWEG | TVTW | Organizational Unit: Distribution Channels | MANDT |
0 T605Z | VTWEG | TVTW | Organizational Unit: Distribution Channels | VTWEG |