ROIO_GR_LIST SAP (Fields for goods receipt cross-docking list) Structure details

Dictionary Type: Structure
Description: Fields for goods receipt cross-docking list




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




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

ROIO_GR_LIST 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 "Fields for goods receipt cross-docking list" 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_GR_LIST TYPE ROIO_GR_LIST.

The ROIO_GR_LIST table consists of various fields, each holding specific information or linking keys about Fields for goods receipt cross-docking list data available in SAP. These include MJAHR (Material Document Year), ZEILE (Item in Material Document), DEST (Destination), DEST_TXT (Destination name).. 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 ROIO_GR_LIST 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
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
ZEILEItem in Material Document MBLPONUMC4MBLPOPOS
DESTDestination OIO_DESTCHAR10
DEST_TXTDestination name OIO_DEST_TXTCHAR50TEXT50
DETAILSDetails OIO_DETAILSCHAR50TEXT50
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
WERKS_TXTPlant name OIO_WERKS_TXTCHAR30TEXT30
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
LGORT_TXTStore name OIO_LGORT_TXTCHAR30TEXT30
KUNNRShip-to party KUNWECHAR10Assigned to domainALPHAKUNNR
KUNNR_TXTShip-to party name OIO_KUNWE_TXTCHAR30TEXT30
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
SGTXTItem Text SGTXTCHAR50TEXT50
MENGEQuantity MENGE_DQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
ERFMGQuantity in Unit of Entry ERFMGQUAN13(3) MENG13
ERFMEUnit of Entry ERFMEUNIT3Assigned to domainCUNITMEINS
LFIMGActual quantity delivered (in sales units) LFIMGQUAN13(3) MENG13
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
LGMNGActual quantity delivered in stockkeeping units LGMNGQUAN13(3) MENG13
ORIG_OBJTYObject type of original document OIO_ORIG_OBJTYCHAR4Assigned to domainALPHAOIO_OBJTY
ORIG_OBJIDIdentifier for original document OIO_ORIG_OBJIDCHAR22OIO_OBJID
ORIG_ICONIcon representing original document type OIO_ORIG_ICONCHAR4Assigned to domainICON
ORIG_NAMEName of original document OIO_ORIG_NAMECHAR50TEXT50
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
VBELNDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
POSNRDelivery Item POSNR_VLNUMC6Assigned to domainPOSNR
LGPBEStorage Bin LGPBECHAR10CHAR10
ABLADUnloading Point ABLADCHAR25TEXT25
WEMPFGoods Recipient/Ship-To Party WEMPFCHAR12WEMPF
HOLD_ICONIcon for held objects OIO_HOLD_ICONCHAR4Assigned to domainICON
OIO_HOLDIndicator: Hold Delivery Onshore OIO_HOLDCHAR1XFELD
OIO_HOLD_ORIGFlag: Delivery was Originally Held at Base Location OIO_HOLD_ORIGCHAR1XFELD
QINSPSTStatus of Goods Receipt Inspection QINSPSTCHAR1QINSPST
QPLOSInspection Lot Number QPLOSNUMC12Assigned to domainQPLOSQLSQALS
QTLOSPartial lot number QTLOSNUMC6Assigned to domainQTLOSQTL
GAP01 Spacer for multi-line lists0
GAP02 Spacer for multi-line lists0

Key field Non-key field



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

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

How to access SAP table ROIO_GR_LIST

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