ROIO_SP_TREE_DELIV SAP (Delivery fields for packing tree) Structure details

Dictionary Type: Structure
Description: Delivery fields for packing tree




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




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

ROIO_SP_TREE_DELIV 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 "Delivery fields for packing tree" 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_ROIO_SP_TREE_DELIV TYPE ROIO_SP_TREE_DELIV.

The ROIO_SP_TREE_DELIV table consists of various fields, each holding specific information or linking keys about Delivery fields for packing tree data available in SAP. These include VSTEL (Shipping Point/Receiving Point), VKORG (Sales Organization), LFART (Delivery Type), WADAT (Planned goods movement date).. 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)


SAP ROIO_SP_TREE_DELIV 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
VBELNDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
VSTELShipping Point/Receiving Point VSTELCHAR4TVSTVSTELVST
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
LFARTDelivery Type LFARTCHAR4TVLKLFARTALT
WADATPlanned goods movement date WADAKDATS8DATUM
LDDATLoading Date LDDATDATS8DATUM
TDDATTransportation Planning Date TDDAT_DDATS8DATUM
LFDATDelivery Date LFDAT_VDATS8DATUM
KODATPicking Date KODATDATS8DATUM
LIFSKDelivery block (document header) LIFSKCHAR2TVLSLIFSP
KUNNR_DLVShip-to party KUNWECHAR10Assigned to domainALPHAKUNNR
KUNAGSold-to party KUNAGCHAR10KNA1ALPHAKUNNRVAG
LSTELLoading Point LSTELCHAR2TVLALSTEL
TRAGRTransportation Group TRAGRCHAR4TTGRTRAGR
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3T300LGNUMLGN
TRSPGShipment Blocking Reason TRSPGCHAR2TTSGTRSPG
XBLNRReference Document Number XBLNR_LIKPCHAR25XBLNR_LIKP
VBUNDCompany ID VBUNDCHAR6Assigned to domainALPHARCOMP
OIO_HOLDIndicator: Hold Delivery Onshore OIO_HOLDCHAR1XFELD
ICON_HOLDIcon identifier OIO_ICON_IDCHAR4Assigned to domainICON
OIO_HOLD_ORIGFlag: Delivery was Originally Held at Base Location OIO_HOLD_ORIGCHAR1XFELD
POSNRDelivery Item POSNR_VLNUMC6VBUPPOSNR
PSTYVDelivery item category PSTYV_VLCHAR4TVPTPSTYV
ARKTXShort text for sales order item ARKTXCHAR40TEXT40
LGTYPStorage Type LGTYPCHAR3T301LGTYPLGTH_T301
LGPLAStorage Bin LGPLACHAR10LAGPLGPLALGPLAG1
VKBURSales Office VKBURCHAR4TVBURVKBURVKB
VKGRPSales Group VKGRPCHAR3TVKGRVKGRPVKG
VTWEGDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2TSPASPARTSPAC_SPART
GRKORDelivery group (items are delivered together) GRKORNUMC3GRKOR
SOBKZSpecial Stock Indicator SOBKZCHAR1T148SOBKZ
UMMATReceiving/Issuing Material UMMATCHAR18Assigned to domainMATN1MATNR
UMBARValuation Type of Transfer Batch UMBARCHAR10Assigned to domainBWTAR
UMSOKSpecial Stock Indicator for Physical Stock Transfer UMSOKCHAR1Assigned to domainSOBKZ
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
ZEILEItem in Material Document MBLPONUMC4MBLPOPOS
RTDOCReturns document number OIO_RT_DOCNRCHAR10Assigned to domainALPHAOIO_RT_DOCNROIO_RT_DOCNRH_OIO_RT_RTDOC
RTDLNReturns document item number OIO_RT_DOCLNNUMC4OIO_RT_DOCLN
PS_PSP_PNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR

Key field Non-key field



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

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

How to access SAP table ROIO_SP_TREE_DELIV

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