RLT10030 SAP (Structure for Report RLT1003) Structure details

Dictionary Type: Structure
Description: Structure for Report RLT1003




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




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

RLT10030 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 Report RLT1003" 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_RLT10030 TYPE RLT10030.

The RLT10030 table consists of various fields, each holding specific information or linking keys about Structure for Report RLT1003 data available in SAP. These include TAPOS (Transfer order item), MATNR (Material Number), WERKS (Plant), CHARG (Batch Number).. 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 (Deep)


SAP RLT10030 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
TANUMTransfer Order Number TANUMNUMC10TANUMTAN
TAPOSTransfer order item TAPOSNUMC4TAPOSTAP
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
BESTQStock Category in the Warehouse Management System BESTQCHAR1BESTQ
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
SONUMSpecial Stock Number LVS_SONUMCHAR16ALPHALVS_SONUM
VLTYPSource Storage Type LTAP_VLTYPCHAR3Assigned to domainLGTYP
VLPLASource Storage Bin LTAP_VLPLACHAR10Assigned to domainLGPLA
VSOLASource target quantity in alternate unit LTAP_VSOLAQUAN13(3) MENG13
VISTASource actual quantity in alternative unit of measure LTAP_VISTAQUAN13(3) MENG13
NLTYPDestination Storage Type LTAP_NLTYPCHAR3Assigned to domainLGTYP
NLPLADestination Storage Bin LTAP_NLPLACHAR10Assigned to domainLGPLA
NSOLADestination target quantity in alternative unit LTAP_NSOLAQUAN13(3) MENG13
NISTAActual destination quantity in alternative unit LTAP_NISTAQUAN13(3) MENG13
RLTYPReturn storage type LTAP_RLTYPCHAR3Assigned to domainLGTYP
RLPLAReturn storage bin LTAP_RLPLACHAR10Assigned to domainLGPLA
RSOLAReturn target quantity in alternative unit LTAP_RSOLAQUAN13(3) MENG13
RISTAActual return quantity in alternate unit of measure LTAP_RISTAQUAN13(3) MENG13
ALTMEAlternative Unit of Measure for Stockkeeping Unit LRMEIUNIT3Assigned to domainCUNITMEINS
PQUITIndicator: confirmation complete LTAP_PQUITCHAR1XFELD
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
KZINVInventory indicators LTAP_KZINVCHAR2LVS_KZINV
KZDIFDifference indicator LVS_KZDIFCHAR1Assigned to domainLVS_KZDIF
IVNUMNumber of system inventory record LVS_IVNUMCHAR10ALPHABELNRIVN
TEXT1Text flag TEXT_FLAGCHAR1XFELD
TEXT2Text flag TEXT_FLAGCHAR1XFELD
TEXT3Text flag TEXT_FLAGCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RLT10030

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