RL031 SAP (Structure for Returning Stocks of Delivery (Suppl. to RL034)) Structure details

Dictionary Type: Structure
Description: Structure for Returning Stocks of Delivery (Suppl. to RL034)




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




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

RL031 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 "Structure for Returning Stocks of Delivery (Suppl. to RL034)" 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_RL031 TYPE RL031.

The RL031 table consists of various fields, each holding specific information or linking keys about Structure for Returning Stocks of Delivery (Suppl. to RL034) data available in SAP. These include POSNN (Subsequent item of an SD document), LGMNG (Actual quantity delivered in stockkeeping units), LTAP_TANUM (Transfer Order Number), LTAP_TAPOS (Transfer order item).. 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 RL031 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
VBFA_VBELNSubsequent sales and distribution document VBELN_NACHCHAR10Assigned to domainALPHAVBELNAUF
POSNNSubsequent item of an SD document POSNR_NACHNUMC6Assigned to domainPOSNR
LGMNGActual quantity delivered in stockkeeping units LGMNGQUAN13(3) MENG13
LTAP_TANUMTransfer Order Number TANUMNUMC10TANUMTAN
LTAP_TAPOSTransfer order item TAPOSNUMC4TAPOSTAP
LTAP_LETYPStorage Unit Type LVS_LETYPCHAR3Assigned to domainLVS_LETYP
VLENRSource storage unit number LTAP_VLENRCHAR20Assigned to domainLENUMLENUMLEN
HOMVEIndicator: stock removal of a total, homogenous storage unit LTAP_HOMVECHAR1XFELD
NISTMDestination actual quantity in stockkeeping unit LTAP_NISTMQUAN13(3) MENG13
ALTMEAlternative Unit of Measure for Stockkeeping Unit LRMEIUNIT3Assigned to domainCUNITMEINS
NISTAActual destination quantity in alternative unit LTAP_NISTAQUAN13(3) MENG13
VLPLASource Storage Bin LTAP_VLPLACHAR10Assigned to domainLGPLA
VPPOSPosition in source storage bin LTAP_VPPOSCHAR2LVS_PLPOS
VLPLA_MISCHSource Storage Bin LTAP_VLPLACHAR10Assigned to domainLGPLA
VLTYPSource Storage Type LTAP_VLTYPCHAR3Assigned to domainLGTYP
RFMNGReferenced quantity in base unit of measure RFMNGQUAN15(3) MENG15

Key field Non-key field



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

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

How to access SAP table RL031

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