SAP table TTXB (fields that serve as base for maximum tax)
SAP table TTXB has 3 primary key fields being MANDT,KALSM,BASE_FIELD.
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 | |
KALSM | Procedure (Pricing, Output Control, Acct. Det., Costing,...) | CHAR | 6 | 0 | T683 | KALSM_D | |
BASE_FIELD | Field from which values are accumulated to check max tax | CHAR | 30 | 0 | BASE_FIELD | ||
BASE_TYPE | Type of base field from which values are accumulated for tax | CHAR | 1 | 0 | BASE_TYPE |
TTXB foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 TTXB | KALSM | T683 | Pricing procedures | KAPPL |
0 TTXB | KALSM | T683 | Pricing procedures | KALSM |