SAP Table
T856 Transaction Types
SAP table T856 has 2 primary key fields being MANDT,TRTYP.
If you are only analysing data from a single SAP instance you may omit field MANDT in your relationships as it will be the same across the entire dataset. On the other hand, if you are combining data from multiple SAP instances you need to take MANDT into account.
/ Fields
T856 columns.
| Field | Description | Data Type | Length | Decimals | Checktable | Data Element | |
|---|---|---|---|---|---|---|---|
| KeyMANDT | Client | CLNT | 3 | 0 | T000 | MANDT | |
| KeyTRTYP | Transaction type | CHAR | 3 | 0 | RMVCT | ||
| TTGRP | Transaction type group | CHAR | 3 | 0 | T856X | RWGRP_D | |
| TTCFO | Carryforward Transaction Type | CHAR | 3 | 0 | T856 | RMVCT_CFO | |
| SIGN | Sign for transaction type | CHAR | 1 | 0 | SIGN_MVCT | ||
| TOIND | Indicator: Totals transaction type | CHAR | 1 | 0 | KZ_TOIND | ||
| SUMRU | Totals formula for transaction types | CHAR | 75 | 0 | RMVCT_SUM | ||
| CFIND | Indicator: No changes to balance carry-forward | CHAR | 1 | 0 | KZ_CFIND | ||
| CYIND | Indicator: Years of acquisition entry only for current year | CHAR | 1 | 0 | KZ_CYIND | ||
| CYDBI | Indicator: not saved by years of acquisition | CHAR | 1 | 0 | KZ_CYDBI | ||
| TTRET | Transaction type: Retirement | CHAR | 3 | 0 | T856 | RMVCT_RET |
/ Relationships
T856 foreign keys.
| Table | Field | Check Table | Description | Check Field |
|---|---|---|---|---|
| T856 | TTCFO | T856 | Transaction Types | MANDT |
| T856 | TTCFO | T856 | Transaction Types | TRTYP |
| T856 | TTGRP | T856X | Transaction type groups | MANDT |
| T856 | TTGRP | T856X | Transaction type groups | RWGRP |
| T856 | TTRET | T856 | Transaction Types | MANDT |
| T856 | TTRET | T856 | Transaction Types | TRTYP |