RLDRC SAP (Fields for Transfer Order Print: Control) Structure details

Dictionary Type: Structure
Description: Fields for Transfer Order Print: Control




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




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

RLDRC 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 Transfer Order Print: Control" 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_RLDRC TYPE RLDRC.

The RLDRC table consists of various fields, each holding specific information or linking keys about Fields for Transfer Order Print: Control data available in SAP. These include TAPOS (Transfer order item), SAMML (Indicator: print transfer orders in combined list), NIDRU (Indicator: do not print transfer order item), NIDR2 (Indicator: do not print storage unit slip).. 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 RLDRC 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
SAMMLIndicator: print transfer orders in combined list T329FSAMMLCHAR1XFELD
NIDRUIndicator: do not print transfer order item T329DNIDRUCHAR1XFELD
NIDR2Indicator: do not print storage unit slip T329DNIDR2CHAR1XFELD
NIDR3Indicator: do not print storage unit transfer order slip T329DNIDR3CHAR1XFELD
NIDR4Indicator: do not print storage unit contents T329DNIDR4CHAR1XFELD
NIDR5Indicator: Do not print labels T329DNIDR5CHAR1XFELD
NIDR7Indicator: Do not print HUM label T329DNIDR7CHAR1XFELD
FORMUForm for transfer order print LVS_FORMUCHAR16TDFORM
FORM1Additional form for printing transfer orders LVS_FORM1CHAR16TDFORMNEW
FORM2Form for printing storage unit slip LVS_FORM2CHAR16TDFORM
FORM3Form for printing transfer order slip for storage unit LVS_FORM3CHAR16TDFORM
FORM4Form for printing storage unit contents LVS_FORM4CHAR16TDFORM
FORM5Form for printing labels LVS_FORM5CHAR16TDFORMNEW
FORM7Form for printing HUM label LVS_FORM7CHAR16TDFORM
SPOOLIndicator: Spool control data for printing transfer orders LVS_SPOOLCHAR2Assigned to domainLVS_SPOOL
SPOO1Spool control data for additional print of a comb.pick list LVS_SPOO1CHAR2Assigned to domainLVS_SPOOL
SPOO2Spool control data for printing storage unit slip LVS_SPOO2CHAR2Assigned to domainLVS_SPOOL
SPOO3Spool data for printing storage unit transfer order slip LVS_SPOO3CHAR2Assigned to domainLVS_SPOOL
SPOO4Spool control data for printing storage unit contents LVS_SPOO4CHAR2Assigned to domainLVS_SPOOL
SPOO5Spool control data for printing labels LVS_SPOO5CHAR2Assigned to domainLVS_SPOOL
SPOO7Spool data for printing HUM label LVS_SPOO7CHAR2Assigned to domainLVS_SPOOL
LDESTName of printer LVS_LDESTCHAR4Assigned to domainSPDEVRSPOPNAMEPRI
LDES1Printer for additional combined pick list LVS_LDES1CHAR4Assigned to domainSPDEVRSPOPNAME
LDES2Printer for SU slip LVS_LDES2CHAR4Assigned to domainSPDEVRSPOPNAME
LDES3Printer for storage unit transfer order slip LVS_LDES3CHAR4Assigned to domainSPDEVRSPOPNAME
LDES4Printer for storage unit contents LVS_LDES4CHAR4Assigned to domainSPDEVRSPOPNAME
LDES5Printer for Labels LVS_LDES5CHAR4Assigned to domainSPDEVRSPOPNAME
LDES7Printer for HU label LVS_LDES7CHAR4Assigned to domainSPDEVRSPOPNAME
ANZKZCode: Quantity of picking labels LVS_ANZKZNUMC1LVS_ANZKZ
PRODDDetermine production data for transfer order printing T329FPRODDCHAR1XFELD
VERSDFind shipping data for printing transfer orders T329FVERSDCHAR1T329FVERSD
GROSSLarge quantity for printing picking label in WM LVS_GROSSQUAN13(3) MENG13
ANZGRCode: Quantity of picking labels LVS_ANZGRCHAR1LVS_ANZGR
SORNRSort indicator for transfer order LVS_SOKNZNUMC2Assigned to domainLVS_SOKNZ
DRUKZIndicator: form and sort code for printing transfer orders LVS_DRUKZCHAR2Assigned to domainLVS_DRUKZ

Key field Non-key field



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

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

How to access SAP table RLDRC

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