RL03A SAP (Transmission structure for transfer order kernel (SAPLL03A)) Structure details

Dictionary Type: Structure
Description: Transmission structure for transfer order kernel (SAPLL03A)




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




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

RL03A 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 "Transmission structure for transfer order kernel (SAPLL03A)" 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_RL03A TYPE RL03A.

The RL03A table consists of various fields, each holding specific information or linking keys about Transmission structure for transfer order kernel (SAPLL03A) data available in SAP. These include ANFME (Requested quantity in alternative unit of measure), ANFML (Requested quantity of transfer order in stockkeeping unit), SQUIT (Indicator: confirmation of a transfer order item), VORGA (Transaction 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 RL03A 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
MULTASeveral transfer orders in a logical unit RL03BMULTACHAR1XFELD
ANFMERequested quantity in alternative unit of measure RL03TANFMEQUAN13(3) MENG13
ANFMLRequested quantity of transfer order in stockkeeping unit RL03TANFMLQUAN13(3) MENG13
SQUITIndicator: confirmation of a transfer order item RL03TSQUITCHAR1XFELD
VORGATransaction type LVS_VORGACHAR2VORGA
NIDRUDo not print transfer order RL03ANIDRUCHAR1XFELD
VERBUExecute posting asynchronously via update task RL03AVERBUCHAR1XFELD
PROTOWith log RL03APROTOCHAR1XFELD
PISTARemaining quantity in alternative unit RL03TPISTAQUAN13(3) MENSH
PISTMRemaining quantity in stockkeeping unit RL03TPISTMQUAN13(3) MENSH
KZNULIndicator: bin empty at zero stock check RL03AKZNULCHAR1XFELD
DBNOTSearch only in internal tables RL03ADBNOTCHAR1XFELD
KZUAPIndicator: post and leave materials in same storage bin LVS_KZUAPCHAR1XFELD
TEILKInd.: partial supply for documents in multiple processing LSAM_TEILKCHAR1XFELD
TBNUMTransfer Requirement Number TBNUMNUMC10Assigned to domainTBNUMTBN
TBPOSTransfer Requirement Item TBPOSNUMC4TBPOSTBP
NOENQOnly quant number, no block RL03ANOENQCHAR1XFELD
VAMEIAlternative Unit of Measure for Stockkeeping Unit LRMEIUNIT3Assigned to domainCUNITMEINS
NAMEIAlternative Unit of Measure for Stockkeeping Unit LRMEIUNIT3Assigned to domainCUNITMEINS
RAMEIAlternative Unit of Measure for Stockkeeping Unit LRMEIUNIT3Assigned to domainCUNITMEINS
AUSLAStocks for stock removal RL03AAUSLACHAR1XFELD
REFNRGroup LVS_REFNRCHAR10Assigned to domainALPHALVS_REFNRREFNRH_LVS_REFNR
IMARTCalling pos. in IM RL03AIMARTCHAR1RL03AIMART
WMSTAWM status for container material LVS_WMSTACHAR1LVS_WMSTA
MINWMStorage bin stock is not managed in this warehouse number T340DMINWMCHAR1XFELD
SOLKOCorrection to planned processing time in transfer order item RL03ASOLKOQUAN13(3) PW_QUAN13
BECHAControl parameters for stock/batch search RL03ABECHACHAR1RL03ABECHA
TEIL2Indicator: Partial processing for 2-step picking allocation LTAK1TEIL2CHAR1XFELD
TEILDIndicator: Partial proc. for direct picking dur.2-step pickg LTAK1TEILDCHAR1XFELD
NOSPLNo TO split RL03ANOSPLCHAR1XFELD
KOMIMAdopt Pick Quantity as Del. Qty in Delivery / Post GI LVS_KOMIMCHAR1LVS_KOMIMLGK
KZFMEID: Leading unit of measure for completing a transaction KZFMECHAR1KZFME
EINLMAdopt putaway quantity as qty in delivery / Post GR LVS_EINLMCHAR1LVS_EINLMLGE
TBELISet transfer requirement to processing complete / close LVS_TBELICHAR1XFELD
NLPLA2Destination Storage Bin LTAP_NLPLACHAR10Assigned to domainLGPLA
NPPOS2Position in destination storage bin LTAP_NPPOSCHAR2LVS_PLPOS
NKDYN2Indicator: dynamic storage bin LVS_KZDYNCHAR1XFELD
KZVEPIndicator: Connection to packaging in WM LVS_KZVEPCHAR1LVS_KZVEP
QUKNZConfirmation indicator for separate confirmation RL03TQUKNZCHAR1RL03TQUKNZ
DVHLMPackaging materials for differences HU RL03ADVHLMCHAR18Assigned to domainMATN1MATNR
NDNEWIndicator 'Create destinat.data again during confirmation' LTAP1NDNEWCHAR1XFELD
KZBEFIndicator Inventory Management active LVS_KZBEFCHAR1XFELD
ITAB_INDEXRow Index of Internal Tables SYTABIXINT410SYST_LONG

Key field Non-key field



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

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

How to access SAP table RL03A

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