SAP table T149B (Valuation Category/Valuation type)
SAP table T149B has 4 primary key fields being MANDT,BWKEY,BWTTY,BWTAR.
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 | |
BWKEY | Valuation area | CHAR | 4 | 0 | T001K | BWKEY | |
BWTTY | Valuation Category | CHAR | 1 | 0 | T149 | BWTTY_D | |
BWTAR | Valuation Type | CHAR | 10 | 0 | T149A | BWTAR_D |
T149B foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 T149B | BWTAR | T149A | Valuation types for valuation area | BWTAR |
1 T149B | BWTTY | T149 | Valuation type/valuation class | BWTTY |
0 T149B | MANDT | T000 | Clients | MANDT |