BAPISDITST SAP (BAPI Structure of VBUP with English Field Names) Structure details

Dictionary Type: Structure
Description: BAPI Structure of VBUP with English Field Names




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




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

BAPISDITST 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 "BAPI Structure of VBUP with English Field Names" 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_BAPISDITST TYPE BAPISDITST.

The BAPISDITST table consists of various fields, each holding specific information or linking keys about BAPI Structure of VBUP with English Field Names data available in SAP. These include SD_DOC (Sales and Distribution Document Number), ITM_NUMBER (Item number of the SD document), REFERNSTAT (Reference status), REFTOTSTAT (Overall status of reference).. 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: Not classified


SAP BAPISDITST 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
OPERATIONFunction MSGFNCHAR3MSGFN
SD_DOCSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
ITM_NUMBERItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
REFERNSTATReference status RFSTACHAR1STATV
REFTOTSTATOverall status of reference RFGSACHAR1STATV
CONFSTATITConfirmation Status of Document Item BESTACHAR1STATV
DELIV_STATDelivery status LFSTACHAR1STATV
DLV_STAT_IOverall delivery status of the item LFGSACHAR1STATV
GOODSMVSTAGoods movement status WBSTACHAR1STATV
BILLSTATHDBilling status of delivery-related billing documents FKSTACHAR1STATV
BILLSTATITBilling Status for Order-Related Billing Documents FKSAACHAR1STATV
REJSTATITRejection status for SD item ABSTA_VBCHAR1STATV
OVRPROCSTAOverall processing status of the SD document item GBSTACHAR1STATV
PICKINGSTAPicking status/Putaway status KOSTACHAR1STATV
WHMANAGSTAStatus of warehouse management activities LVSTACHAR1STATV
GENINCOMSTGeneral Incompletion Status of Item UVALL_UPCHAR1STATV
INCOMSTDELIncompletion status of the item with regard to delivery UVVLK_UPCHAR1STATV
INCOMSTBILItem Incompletion Status with Respect to Billing UVFAK_UPCHAR1STATV
INCOMSTPRIPricing for item is incomplete UVPRS_UPCHAR1STATV
BILLSTAINTIntercompany Billing Status FKIVPCHAR1STATV
CUSTRESIT1Customer reserves 1: Item status UVP01CHAR1STATV
CUSTRESIT2Customer reserves 2: Item status UVP02CHAR1STATV
CUSTRESIT3Item reserves 3: Item status UVP03CHAR1STATV
CUSTRESIT4Item reserves 4: Item status UVP04CHAR1STATV
CUSTRESIT5Customer reserves 5: Item status UVP05CHAR1STATV
PACKSTSTITPacking status of item PKSTACHAR1STATV
STAPICKCONConfirmation status of picking/putaway KOQUACHAR1STATV
CONFIRMSTAConfirmation status for ALE COSTA_DCHAR1COSTA
STATCRECH6Status of credit check against financial document CMPSICHAR1CMPSZ
STATCRECH7Status of credit check against export credit insurance CMPSJCHAR1CMPSZ
INCOMSTAITIncomplete status of item for picking/putaway UVPIP_UPCHAR1STATV
INCOMSTAPAIncomplete status of item for packaging UVPAP_UPCHAR1STATV
INCOSTAGOOIncomplete status of item regarding goods issue UVWAP_UPCHAR1STATV
DELAYSTATDelay status DCSTACHAR1STATV
REVDETSTATRevenue determination status RR_STATUSCHAR1STATV
DECTWHOUSEDecentralized whse processing VLSTPCHAR1STATV
ITBILBLOSTBilling block status for items FSSTACHAR1STATV
ITDELBLOSTDelivery block status for item LSSTACHAR1STATV
LEBITEMSTAPOD status on item level PDSTACHAR1STATV

Key field Non-key field



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

As BAPISDITST 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 BAPISDITST as there is no data to select.

How to access SAP table BAPISDITST

Within an ECC or HANA version of SAP you can also view further information about BAPISDITST 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!