TVSTAT table in SAP ERP or S/4HANA stores Display/Maintain Status in Sales Overview data. There are total 6 fields in TVSTAT table. The Display/Maintain Status in Sales Overview table is available in all major of SAP S/4HANA versions and is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of TVSTAT table. It is in Application development R/3 Sales (VA) ABAP package and is part of the Sales (SD-SLS) module.
SAP TVSTAT Table Fields
Following is the list of fields that are available in SAP TVSTAT table. The primary key fields of Display/Maintain Status in Sales Overview table in SAP are MANDT (Client), AUART (Sales Document Type), LFDST (Sequential number for status table).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT(3) |
| AUART | Sales Document Type | AUART | TVAK | CHAR(4) |
| LFDST | Sequential number for status table | LFDST | NUMC(2) | |
| STSMA | Status Profile for Editing Status in Sales Overview | P_STSMA | TJ21 | CHAR(8) |
| STATUS | Status for display on overview screen | P_STATUS | CHAR(5) | |
| ONLY_DISPLAY | Display only | ONLY_DISP | CHAR(1) |


