/GBT/S_DLVY_ITM_DATA SAP (Data of Delivery Item) Structure details

Dictionary Type: Structure
Description: Data of Delivery Item




ABAP Code to SELECT data from /GBT/S_DLVY_ITM_DATA
Related tables to /GBT/S_DLVY_ITM_DATA
Access table /GBT/S_DLVY_ITM_DATA




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

/GBT/S_DLVY_ITM_DATA 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 "Data of Delivery Item" 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_/GBT/S_DLVY_ITM_DATA TYPE /GBT/S_DLVY_ITM_DATA.

The /GBT/S_DLVY_ITM_DATA table consists of various fields, each holding specific information or linking keys about Data of Delivery Item data available in SAP. These include PLANT (Plant), STGE_LOC (Storage Location), MATNR (Material Number), BATNR (Batch Number).. 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: Can be enhanced (character-type or numeric)


SAP /GBT/S_DLVY_ITM_DATA 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
DELIV_ITEM_CATDelivery Item Category /GBT/DLVY_PSTYVCHAR4Assigned to domainPSTYV
PLANTPlant /GBT/PLANTCHAR10/GBT/PLANT/GBT/PLANT_CSH
STGE_LOCStorage Location /GBT/STGE_LOCCHAR4Assigned to domainLGORTLAG
MATNRMaterial Number /GBT/MATNRCHAR40GBTM1/GBT/MATNR/GBT/MAT_MD_CSH
BATNRBatch Number /GBT/BATNRCHAR20CHAR20/GBT/BAT_MD_CSH
MOVE_TYPEMovement Type (Inventory Management) /GBT/MVMNT_TYPECHAR3Assigned to domainBWARTBWA
TRANS_GRPTransportation Group /GBT/DLVY_TRAGRCHAR4CHAR4
LOADINGGRPLoading Group /GBT/DLVY_LADGRCHAR4CHAR4
WHSENUMBERWarehouse Number/Warehouse Complex /GBT/DLVY_LGNUMCHAR3CHAR3
STGE_TYPEStorage Type /GBT/DLVY_LGTYPCHAR3CHAR3
STGE_BINStorage Bin /GBT/DLVY_LGPLACHAR10CHAR10
BUS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
SALES_OFFSales Office VKBURCHAR4Assigned to domainVKBURVKB
SALES_GRPSales Group VKGRPCHAR3Assigned to domainVKGRPVKG
DISTR_CHANDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
DIVISIONDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
SALNRSales Order Number /GBT/SALONRCHAR10Assigned to domainALPHAVBELNAUN/GBT/SALI_TD_CSH
SALITItem Number in Sales Order KDPOSNUMC6NUM06KPO
REC_POINTReceiving Point /GBT/DLVY_EMPSTCHAR25TEXT25
MVT_INDMovement Indicator KZBEWCHAR1KZBEW
MOVE_MATLMaterial Number /GBT/MATNRCHAR40GBTM1/GBT/MATNR/GBT/MAT_MD_CSH
MOVE_PLANTReceiving Plant for Deliveries /GBT/RCV_PLANTCHAR10/GBT/PLANT
MOVE_STLOCReceiving/Issuing Storage Location UMLGOCHAR4Assigned to domainLGORT
MOVE_BATCHBatch Number /GBT/BATNRCHAR20CHAR20/GBT/BAT_MD_CSH
DLV_QTYActual Quantity Delivered in Sales Units /GBT/DLVY_LFIMGQUAN13(3) MENG13
SALES_UNITSales unit VRKMEUNIT3Assigned to domainCUNITMEINS
FLAG_TRANSFERStock Transfer/Transfer Posting /GBT/DLVY_KZUMLCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP structure /GBT/S_DLVY_ITM_DATA using ABAP code?

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

How to access SAP table /GBT/S_DLVY_ITM_DATA

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