SAP table TASSTYPE (Global Trade: Association Types N:M Processing)
SAP table TASSTYPE has 2 primary key fields being MANDT,ASSOC_TYPE.
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 | |
ASSOC_TYPE | Association Management: Association Type | CHAR | 4 | 0 | WB2_ASSOC_TYPE | ||
ASSOC_GROUP | Association Group | CHAR | 4 | 0 | TASSGROUP | WB2_ASSOC_GROUP | |
LOCK_GROUP | Assocation Management: Lock Group | CHAR | 4 | 0 | TASSLOCKB | WB2_ASS_LOCK_GRP |
TASSTYPE foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 TASSTYPE | ASSOC_GROUP | TASSGROUP | Global Trade: Association Group | MANDT |
1 TASSTYPE | LOCK_GROUP | TASSLOCKB | Global Trade Association Management: Lock Group | MANDT |