RGLIF SAP (DW interface parameter) Structure details

Dictionary Type: Structure
Description: DW interface parameter




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




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

RGLIF 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 "DW interface parameter" 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_RGLIF TYPE RGLIF.

The RGLIF table consists of various fields, each holding specific information or linking keys about DW interface parameter data available in SAP. These include APPL (Application), TITLE (Report title), R2 (R/2 flag), EDIT_LOCK (Editor lock flag).. 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: Not classified


SAP RGLIF 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
INCLUDEINCLUDE used INCLUDECHAR40PROGNAME
APPLApplication RDIR_APPLCHAR1Assigned to domainPAPPL
TITLEReport title REPTICHAR70REPTI
R2R/2 flag R2CHAR1R2
EDIT_LOCKEditor lock flag EDTXCHAR1RDIR_FUNC
AUTHAuthorization Group SECUCHAR8SYCHAR08
TEMPORARYTemporary flag TMPCHAR1TMP
TRKORRRequest/Task TRKORRCHAR20Assigned to domainTRKORR
DEVCLASSPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
PROGTYPEProgram type SUBCCHAR1SUBC
LOGDBName of logical database RSLDB_DBNACHAR3SYCHAR03LDB
MESSAGE_IDMessage identification MSGIDCHAR20Assigned to domainARBGB
DOMNAMEDomain name DOMNAMECHAR30Assigned to domainDOMNAMEDD_DOMA
ELEMNAMEData element (semantic domain) ROLLNAMECHAR30Assigned to domainROLLNAMEROLDD_DTEL
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
LANGUAGELanguage Key DDLANGUAGELANG1Assigned to domainISOLASPRAS
DATATYPEData Type in ABAP Dictionary DATATYPE_DCHAR4DTYPEDATATYPE
LENGTHLength of Field (Number of Characters) DDLENNUMC4DDLEN
DECIMALSNumber of Decimal Places DECIMALSNUMC6DDLENG
LOWERCASELowercase letters allowed/not allowed LOWERCASECHAR1AS4FLAG
SIGNFlag for sign in numerical fields SIGNFLAGCHAR1AS4FLAG
VALUETABValue table ENTITYTABCHAR30Assigned to domainAS4TABDD_DBTB
APPLCLASSApplication class for DD objects (not used) APPLCLASSCHAR4Assigned to domainAPPLCLASSAPP
MASTERLANGOriginal Language in Repository objects MASTERLANGLANG1Assigned to domainISOLASPRASH_T002
TEXTExplanatory short text DDTEXTCHAR60DDTEXT
MEMORYIDSet/Get parameter ID MEMORYIDCHAR20Assigned to domainMEMORYID
CONVEXITConversion Routine CONVEXITCHAR5CONVEXIT
OUTPUTLENOutput Length OUTPUTLENNUMC6DDLENG
REPLACEReplace flag REPLACECHAR1REPLACE
DOCUTYPEDocumentation type DOCUTYPECHAR1DOCUTYPE
WITH_DOCUDocu flag WITHDOCUCHAR1WITHDOCU
WITH_INCLFlag for listing all includes WITHINCLCHAR1WITHINCL
ONLY_SOURCFlag: Read only source ONLY_SOURCCHAR1CHAR1
ONLY_TEXTSFlag: Read only text elements for a program ONLY_TEXTSCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table RGLIF

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