SAP Table
TVC3 Sales Activity Status
SAP table TVC3 has 2 primary key fields being MANDT,KTAST.
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
TVC3 columns.
| Field | Description | Data Type | Length | Decimals | Checktable | Data Element | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| KeyMANDT | Client | CLNT | 3 | 0 | T000 | MANDT | |||||||||
| KeyKTAST | Status of sales activity | CHAR | 1 | 0 | KTAST | ||||||||||
| MANU | Status assigned manually | CHAR | 1 | 0 | MANU | ||||||||||
| INTERN | Internal status | CHAR | 1 | 0 | INTERN | ||||||||||
|
|||||||||||||||
/ Relationships
TVC3 foreign keys.
| Table | Field | Check Table | Description | Check Field |
|---|---|---|---|---|
| TVC3 | MANDT | T000 | Clients | MANDT |