RE20CL SAP (Screen Fields for Operand Val. Maint.(Loop Fields)) Structure details

Dictionary Type: Structure
Description: Screen Fields for Operand Val. Maint.(Loop Fields)




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




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

RE20CL 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 "Screen Fields for Operand Val. Maint.(Loop Fields)" 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_RE20CL TYPE RE20CL.

The RE20CL table consists of various fields, each holding specific information or linking keys about Screen Fields for Operand Val. Maint.(Loop Fields) data available in SAP. These include AB (Date from which time slice is valid), ABLFDNR (Consecutive Number for a From-Date), BIS (Date at Which a Time Slice Expires), BELNR (Number of a billing document).. 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 RE20CL 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
MANDTClient MANDTCLNT3T000MANDT
ABDate from which time slice is valid ABZEITSCHDATS8DATUM
ABLFDNRConsecutive Number for a From-Date ABLFDNRNUMC4LFDNR4
BISDate at Which a Time Slice Expires BISZEITSCHDATS8DATUM
BELNRNumber of a billing document E_BELNRCHAR12ALPHAE_BELNRBELERCH
MBELNRNumber of a billing document E_BELNRCHAR12ALPHAE_BELNRBELERCH
ALTBISDate at Which a Time Slice Expires BISZEITSCHDATS8DATUM
INAKTIVEntry Inactive INAKTIVKZCHAR1KENNZX
MANAENDIndicator: manual change to calculated value MANAENDCHAR1KENNZX
MAUSZUGFact was changed as a result of move-out MAUSZUGCHAR1KENNZX
MENGEQuantity E_MENGEDEC16(7) OPWERT
MENGE2Original quantity E_MENGE2DEC16(7) OPWERT
LMENGEDemand LMENGEDEC16(7) OPWERT
LMENGE2Demand (original value) LMENGE2DEC16(7) OPWERT
PREISPrice E_PREISCHAR10Assigned to domainALPHAE_PREISPRXISU_F4_PREIS
PRSBTRPrice amount PRSBTRDEC17(8) PRSBTR
BETRAGCurrency-dependent amount E_BETRAGCURR13(2) WRTV7
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
MULTIWAERAvailable currencies for price MULTIWAERCHAR50CHAR50
BOOLKZFlag E_BOOLKZCHAR1KENNZX
INTEGER4Integer 4 INTEGER4INT410
RABZUSDiscount key RABZUSCHAR10Assigned to domainALPHARABZUSRBZ
TIMBASISTime Basis TIMBASISCHAR3TIMBASIS
TIMTYPTime category (days or months) TIMTYPCHAR1TIMTYP
TEXT30Text (30 Characters) TEXT30CHAR30TEXT30
RABMENGEDiscount/surcharge quantity RABMENGEDEC14(6) ABRMENGE
RABPREISPrice for discount/surcharge RABPREISDEC17(9) RABPREIS
RABBETRAGDiscount amount RABBETRAGCURR13(2) WRTV7
RABPROZPercentage rate for discount/surcharge RABPROZDEC10(6) RABPROZ
RABARTDiscount type RABARTCHAR1RABART
PREISTYPPrice category PREISTYPCHAR1PREISTYPPRY
PREISTUFPrice level PREISTUFCHAR10TE471PREISTUFPRZ
PREISARTPrice type E_PREISARTCHAR1E_PREISART
TARIFARTRate Type TARIFARTCHAR8TE069TARIFARTTATISU_F4_TARIFART
KONDIGRRate fact group KONDIGRCHAR10TE067KONDIGR
MARKIndicators KENNZXCHAR1KENNZX
RABLEISTUNGDiscount/surcharge demand RABLEISTUNGDEC14(6) ABRMENGE
STARTVALUECHNGEDIndicators KENNZXCHAR1KENNZX
FACTORFactor E_FACTORDEC16(7) OPWERT
UDEFVAL1First value for an operand from the category USERDEF UDEFVAL1CHAR10CHAR10
UDEFVAL2Second value for an operand from the category USERDEF UDEFVAL2CHAR10CHAR10
UDEFVAL3Third value for an operand from the category USERDEF UDEFVAL3CHAR1CHAR1
UDEFVAL4Fourth value for an operand from the category USERDEF UDEFVAL4CHAR1CHAR1
ACTFACTDemand in the facts is active ACTFACTCHAR1ACTFACT
RESULTNOResult parameter number E_RESULTNONUMC3ERTPIFACERES
RTPIFACERESTEXTResult parameter description E_RTPIFACERESTEXTCHAR40TEXT40
RTPINTERFACERTP interface E_RTPINTERFACECHAR10Assigned to domainE_RTPINTERFACE
OPTYPOperand category E_OPTYPCHAR8Assigned to domainE_OPTYP
ARCHIVEDObject Has Been Read from Archive E_ARCHIVEDCHAR1KENNZX
AUTO_MERGESuppress Proration of Identical Time Slices AUTO_MERGECHAR1KENNZX
AUTO_DELETEDelete Operands After a Certain Date (Installation Facts) AUTO_DELETECHAR1KENNZX
RESPARResult Parameters E_MDUSRESPARCHAR10E_MDUSRESPAR
RESPARTEXTText for Result Parameter E_MDUSRESPAR_TXTCHAR40E_MDUS_TXT_40
INTERFACETime-of-Use Interface E_MDUSIFACECHAR10Assigned to domainE_MDUSIFACEISU_MDUS_INTERFACE_TOU
RTPCATEGORYRTP Billing Category RTPCATEGORYCHAR2RTPCATEGORY

Key field Non-key field



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

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

How to access SAP table RE20CL

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