TDS_IVSTATCOMT SAP (Communication Structure: Lean Order - Item Status) Structure details

Dictionary Type: Structure
Description: Communication Structure: Lean Order - Item Status




ABAP Code to SELECT data from TDS_IVSTATCOMT
Related tables to TDS_IVSTATCOMT
Access table TDS_IVSTATCOMT




Structure field list including key, data, relationships and ABAP select examples

TDS_IVSTATCOMT is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Communication Structure: Lean Order - Item Status" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TDS_IVSTATCOMT TYPE TDS_IVSTATCOMT.

The TDS_IVSTATCOMT table consists of various fields, each holding specific information or linking keys about Communication Structure: Lean Order - Item Status data available in SAP. These include COSTA (Confirmation status for ALE), DCSTA (Delay status), FKIVP (Intercompany Billing Status), FKSAA (Billing Status for Order-Related Billing Documents).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TDS_IVSTATCOMT structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
ABSTARejection status for SD item ABSTA_VBCHAR1STATV
COSTAConfirmation status for ALE COSTA_DCHAR1COSTA
DCSTADelay status DCSTACHAR1STATV
FKIVPIntercompany Billing Status FKIVPCHAR1STATV
FKSAABilling Status for Order-Related Billing Documents FKSAACHAR1STATV
FKSTABilling status of delivery-related billing documents FKSTACHAR1STATV
FSSTABilling block status for items FSSTACHAR1STATV
GBSTAOverall processing status of the SD document item GBSTACHAR1STATV
KOQUAConfirmation status of picking/putaway KOQUACHAR1STATV
KOSTAPicking status/Putaway status KOSTACHAR1STATV
LFGSAOverall delivery status of the item LFGSACHAR1STATV
LFSTADelivery status LFSTACHAR1STATV
LSSTADelivery block status for item LSSTACHAR1STATV
LVSTAStatus of warehouse management activities LVSTACHAR1STATV
PKSTAPacking status of item PKSTACHAR1STATV
RFGSAOverall status of reference RFGSACHAR1STATV
RFSTAReference status RFSTACHAR1STATV
UVALLGeneral Incompletion Status of Item UVALL_UPCHAR1STATV
UVFAKItem Incompletion Status with Respect to Billing UVFAK_UPCHAR1STATV
UVVLKIncompletion status of the item with regard to delivery UVVLK_UPCHAR1STATV
WBSTAGoods movement status WBSTACHAR1STATV
ABSTA_TDescription BEZEI20CHAR20TEXT20
COSTA_TDescription BEZEI20CHAR20TEXT20
DCSTA_TDescription BEZEI20CHAR20TEXT20
FKIVP_TDescription BEZEI20CHAR20TEXT20
FKSAA_TDescription BEZEI20CHAR20TEXT20
FKSTA_TDescription BEZEI20CHAR20TEXT20
FSSTA_TDescription BEZEI20CHAR20TEXT20
GBSTA_TDescription BEZEI20CHAR20TEXT20
KOQUA_TDescription BEZEI20CHAR20TEXT20
KOSTA_TDescription BEZEI20CHAR20TEXT20
LFGSA_TDescription BEZEI20CHAR20TEXT20
LFSTA_TDescription BEZEI20CHAR20TEXT20
LSSTA_TDescription BEZEI20CHAR20TEXT20
LVSTA_TDescription BEZEI20CHAR20TEXT20
PKSTA_TDescription BEZEI20CHAR20TEXT20
RFGSA_TDescription BEZEI20CHAR20TEXT20
RFSTA_TDescription BEZEI20CHAR20TEXT20
UVALL_TDescription BEZEI20CHAR20TEXT20
UVFAK_TDescription BEZEI20CHAR20TEXT20
UVVLK_TDescription BEZEI20CHAR20TEXT20
WBSTA_TDescription BEZEI20CHAR20TEXT20
BESTAConfirmation Status of Document Item BESTACHAR1STATV
BESTA_TDescription BEZEI40CHAR40TEXT40

Key field Non-key field



How do I retrieve data from SAP structure TDS_IVSTATCOMT using ABAP code?

As TDS_IVSTATCOMT is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TDS_IVSTATCOMT as there is no data to select.

How to access SAP table TDS_IVSTATCOMT

Within an ECC or HANA version of SAP you can also view further information about TDS_IVSTATCOMT and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!