RGLRO SAP (FI-SL Rollup Input/Output Fields on Screens) Structure details

Dictionary Type: Structure
Description: FI-SL Rollup Input/Output Fields on Screens




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




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

RGLRO 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 "FI-SL Rollup Input/Output Fields on Screens" 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_RGLRO TYPE RGLRO.

The RGLRO table consists of various fields, each holding specific information or linking keys about FI-SL Rollup Input/Output Fields on Screens data available in SAP. These include STAB_TEXT (Name of the sender table), RTAB_TEXT (Name of the receiver table), COUNT_ROL (Number of Defined Rollup Sequences), FROM_DATE (Start date for rollup execution).. 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 RGLRO 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
TITLETitle of a rollup definition ROLL_TITLECHAR50TEXT50
STAB_TEXTName of the sender table STAB_TEXTCHAR45TEXT45
RTAB_TEXTName of the receiver table RTAB_TEXTCHAR45TEXT45
COUNT_ROLNumber of Defined Rollup Sequences COUNT_ROLLNUMC3NUM3
FROM_DATEStart date for rollup execution FROM_DATEDATS8DATUMGFD
TO_DATEEnd date for rollup execution TO_DATEDATS8DATUMGTD
DOCTYFI-SL Document Type DOCTYCHAR2T889DOCTYBAR
INLISTInd.: List imported records? INLISTNUMC1INOUTLIST
OUTLISTInd.: List created records? OUTLISTNUMC1INOUTLIST
CARRY_FORWIndicator: Roll up carry forward period? CARRY_FORWCHAR1XFELD
CARRY_YEARFiscal Year for Which Carryforward Period Is To Be Rolled Up CARRY_YEARNUMC4GJAHRGJAHRGJR
READ_DSETIndicator: Read records from sequential file? READ_DSETCHAR1XFELD
FROM_DSETExport file to be read from FROM_FILECHAR30FROM_FILE
WRITE_DSETIndicator: Write records to Unix file? WRITE_DSETCHAR1XFELD
TO_DSETExport file to be written to TO_FILECHAR30FROM_FILE
REPORTNAMEName of background job report BATCH_NAMECHAR40MODULPOOL
HEAD_TEXTShort description of a set SETTEXTCHAR40TEXT40
RESET_TEXTShort description of a set SETTEXTCHAR40TEXT40
FIELD_TEXTMedium Field Label SCRTEXT_MCHAR20SCRTEXT_M
CYCLE_TEXTShort description of a set SETTEXTCHAR40TEXT40
STAND_ROLLIndicator: Standard rollup STAND_ROLLCHAR1XFELD
HIER_ROLLIndicator: Hierarchical rollup HIER_ROLLCHAR1XFELD
READ_LIST0Indicator where list is made ROLL_LISTCHAR1XFELD
READ_LIST1Indicator where list is made ROLL_LISTCHAR1XFELD
READ_LIST2Indicator where list is made ROLL_LISTCHAR1XFELD
ROLL_LIST0Indicator where list is made ROLL_LISTCHAR1XFELD
ROLL_LIST1Indicator where list is made ROLL_LISTCHAR1XFELD
ROLL_LIST2Indicator where list is made ROLL_LISTCHAR1XFELD
ROLL_TYPEType of rollup ROLL_TYPECHAR20SCRTEXT_M
FROM_PERFrom period FROM_PERNUMC3RPMAXVPE
TO_PERTo period TO_PERNUMC3RPMAXBPE
FROM_YEARFrom fiscal year FROM_YEARNUMC4GJAHRGJAHRGJR
TO_YEARTo Fiscal Year TO_YEARNUMC4GJAHRGJAHRGJR
SP_PEREdit Special Periods SP_PERCHAR1XFELD
READ_PCIndicator: Read records from PC file? READ_PCCHAR1XFELD
FROM_PCPC file from which data is to be read FROM_PCCHAR30FROM_FILE
WRITE_PCIndicator: Write records to PC file? WRITE_PCCHAR1XFELD
TO_PCPC file to which data is to be written TO_PCCHAR30FROM_FILE
DETAIL_STAInd.: Display detail list? DETAIL_STACHAR1XFELD
BATCHBackground Processing BATCHFLGCHAR1XFELD
RFC_ROLLIndicator: Rollup for distributed systems (export) RFC_ROLLCHAR1XFELD
ROLL_ALLRollup: Transfer all fields on a 1:1 basis ROLL_ALLCHAR1XFLAG
ROLL_FMODRollup: Summarize data according to field movement ROLL_FMODCHAR1XFLAG
UNICODE1ROLLUP: Export File on Application Server Is Unicode ROL_UNICODECHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RGLRO

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