RL05S SAP (I/O fields for multiple processing (SAPML05S).) Structure details

Dictionary Type: Structure
Description: I/O fields for multiple processing (SAPML05S).




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




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

RL05S 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 "I/O fields for multiple processing (SAPML05S)." 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_RL05S TYPE RL05S.

The RL05S table consists of various fields, each holding specific information or linking keys about I/O fields for multiple processing (SAPML05S). data available in SAP. These include BETYP (Requirement Type), LGTYP (Storage Type), NLTYP (Destination Storage Type), VLTYP (Source Storage Type).. 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 RL05S 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
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3T300LGNUMLGN
BETYPRequirement Type LVS_BETYPCHAR1T308LVS_BETYP
LGTYPStorage Type LGTYPCHAR3T301LGTYPLGTH_T301
NLTYPDestination Storage Type T333_NLTYPCHAR3T301LGTYP
VLTYPSource Storage Type T333_VLTYPCHAR3T301LGTYP
TRARTShipment Type LVS_TRARTCHAR1T333ALVS_TRARTH_T333A
TBPRITransfer Priority TBPRICHAR1TBPRI
RBTYPType of reference document for group LVS_RBTYPCHAR1LVS_RBTYP
PDAABExecution of Transfer Requirements From This Date Onwards RL02BPDAABDATS8DATUM
PDABIExecution of Transfer Requests up to This Date RL02BPDABIDATS8DATUM
PZEABExecution of Transfer Requests From This Time Onwards RL02BPZEABTIMS6UZEIT
PZEBIExecution of Transfer Requests up to This Time RL02BPZEBITIMS6UZEIT
REFNRGroup LVS_REFNRCHAR10T311ALPHALVS_REFNRREFNRH_LVS_REFNR
REFNTGroup Description LVS_REFNTCHAR40TEXT40
DUNKLForeground/Background Processing - Control of Screens LVS_DUNKLCHAR1LVS_DUNKL
RFMAXMaximum number of active reference numbers RL05SRFMAXDEC2DEC2
RFMINMinimum number of active reference numbers RL05SRFMINDEC2DEC2
SELTXText for reference number selection RL05SSELTXCHAR50CHAR50
VSTELShipping Point/Receiving Point VSTELCHAR4TVSTVSTELVST
ROUTERoute ROUTECHAR6TVROROUTE
KODAVPicking date, from LVS_KODAVDATS8DATUM
KODABPicking date, to LVS_KODABDATS8DATUM
ANZLINumber of selected deliveries LVS_ANZSLINUMC3LVS_ANZSLI
SVSTEShipping Point/Receiving Point VSTELCHAR4TVSTVSTELVST
SROUTRoute ROUTECHAR6TVROROUTE
SKODAPicking Date KODATDATS8DATUM
DRUKZIndicator: form and sort code for printing transfer orders LVS_DRUKZCHAR2T329FLVS_DRUKZ
SPOOLIndicator: Spool control data for printing transfer orders LVS_SPOOLCHAR2T329PLVS_SPOOL
LDESTName of printer LVS_LDESTCHAR4TSP03SPDEVRSPOPNAMEPRI
SAMMGGroup SAMMGCHAR10VBSKALPHASAMMGGRN
OFFTAIndicator: Information of Open Transfer Orders RL05SOFFTACHAR1XFELD
ANZRANumber of ramps for shipping RL05SANZRAINT13INT1
SUBSTConfirm also items for subsystems RL05SSUBSTCHAR1XFELD
KZNACInd.rework reference documents from mult.proc.closing scree RL05SKZNACCHAR1XFELD
COMITProcessing with COMMIT WORK RL05SCOMITCHAR1XFELD
LISTEOutput final log for pick list RL05SLISTECHAR1XFELD
AZFORInd.display progress indicator RL05SAZFORCHAR1XFELD
VOLUGVolume limit RL05SVOLUGDEC12DEC12
TKNUMShipment Number TKNUMCHAR10VTTKALPHATKNUMTNRSD_F4_SHP_ID
L2SKRRelevance for 2-step picking LVS_2SKRELCHAR1LVS_2SKREL
L2SKPInitiate 2-step relevancy check during ref. no. creation T3262KPRUECHAR1LVS_2SKPRUE
DUNKELCheck for 2-step relevancy in background (no pop-up) RL05SDUNKLCHAR1XFELD
HELLCheck of 2-Step Relevancy in Foreground (With Popup) RL05SHELLCHAR1XFELD
KEINENo check for 2-step relevancy RL05SKEINECHAR1XFELD
ENQUEIndicator: Block reference number and reference documents RL05SENQUECHAR1XFELD
VARIANTLayout SLIS_VARICHAR12SLIS_VARI
REFNR_2STGroup relevant for 2-step picking LVS_REFNR_2STCHAR10T311ALPHALVS_REFNR
LFSELSelection of deliveries during multiple processing RL05SLFSELCHAR1RL05SLFSELLSL

Key field Non-key field



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

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

How to access SAP table RL05S

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