RGRWA SAP (Report Writer: General fields) Structure details

Dictionary Type: Structure
Description: Report Writer: General fields




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




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

RGRWA 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 "Report Writer: General 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_RGRWA TYPE RGRWA.

The RGRWA table consists of various fields, each holding specific information or linking keys about Report Writer: General fields data available in SAP. These include OUT_DEVI (Output medium), OUT_FORM (Output format), OUT_FORM1 (Output Format (Addition)), OUT_PRINTER (Spool: Output device).. 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 RGRWA 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
MATRIXCELLCell of the matrix MATRIXCELLDEC17MATRIXCELL
OUT_DEVIOutput medium OUT_DEVICHAR1OUT_DEVI
OUT_FORMOutput format OUT_FORMCHAR1OUT_FORM
OUT_FORM1Output Format (Addition) OUT_FORM1CHAR1OUT_FORM1
OUT_PRINTERSpool: Output device RSPOPNAMECHAR4TSP03SPDEVRSPOPNAME
INDXTIndicator: Save data permanently INDXTCHAR1XFELD
INDXNName of the saved data INDXNCHAR10CHAR10GRX
MASTERDATEDate for master data MASTERDATEDATS8DATUM
EDITIONIndicator: Output report on the screen EDITIONCHAR1XFELD
FIX_FLAGIndicator: Fix set FIX_FLAGCHAR1XFELD
HIER_FLAGIndicator: Break down set hierarchy HIER_FLAGCHAR1XFELD
TEST_FLAGIndicator: Test input values TEST_FLAGCHAR1XFELD
INDXN_PREFName prefix for selection data INDXN_PREFCHAR6CHAR6
EDITION_TIndicator: Output reports EDITION_TCHAR1XFELD
ALL_OBJCTSIndicator: Export/import all dependent objects ALL_OBJCTSCHAR1XFELD
NO_LISTIndicator: No selection list NO_LISTCHAR1XFELD
INDXPWDPassword for saved data INDXPWDCHAR8CHAR8
P_UNIT_TABPointer to unit table UNIT_TAB P_UNIT_TABCHAR3CHAR3
WS_FLAGIndicator: Import/export from/to presentation server WS_FLAGCHAR1XFELD
MEMORYIDMemory ID for EXPORT/IMPORT MEMIDCHAR32CHAR32
R_INDEXNumber of the report in the report group RW_R_INDEXNUMC2NUM2
TRKORRRequest/Task TRKORRCHAR20E070TRKORR
DEVCLASSPackage DEVCLASSCHAR30TDEVCDEVCLASSDVCDEVCLASS
SI_REPORTActual line item report name RWSIREPORTCHAR40TRDIRPROGNAME
SP_REPORTName of plan line item report RWSPREPORTCHAR40TRDIRPROGNAME
TT_REPORTTotals record program name RWTTREPORTCHAR40TRDIRPROGNAME
RW_GENREQKey figure: Generate only if necessary RW_GENREQCHAR1XFELD
R_SCREENIndicator: Output to screen or printer RW_SCREENCHAR1RW_RADIO
R_SCREENXIndicator: Output to screen or departmental printer RW_SCREENXCHAR1RW_RADIO
R_FILEIndicator: Export report to file RW_FILECHAR1RW_RADIO
R_EXCELIndicator: Output report in MS Excel directly RW_EXCELCHAR1RW_RADIO
R_EISIndicator: Data transfer to EIS RW_EISCHAR1RW_RADIO
R_SYSDATEIndicator: Master date from current system date RW_SYSDATECHAR1RW_RADIO
R_FIXDATEIndicator: Fixed value for master data date RW_FIXDATECHAR1RW_RADIO
R_SENDIndicator: Send extract by mail RW_SENDCHAR1RW_RADIO
R_NOOUTPUTIndicator: Do not output report R_NOOUTPUTCHAR1RW_RADIO
RW_SPLITSCREENVertical navigation bar in splitscreen RW_SPLITSCREENCHAR1XFELD
RW_PAGEVIEWPrint page formatting RW_PAGEVIEWCHAR1XFELD
RW_ICONSDisplay icons RW_ICONSCHAR1XFELD
RW_CURRTarget currency RW_CURRCUKY5TCURCWAERSFWS
RW_DATEExchange rate date RW_DATEDATS8SYDATSGFD
RW_RATEExchange rate type RW_RATECHAR4TCURVKURSTGKT
R_CURRCONV_0Radio button: No currency translation R_CURRCONV_0CHAR1XFELD
R_CURRCONV_1Radio button: Translate to target currency R_CURRCONV_1CHAR1XFELD
OUT_APPDIndicator: Append Reports RW_OUT_APPDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RGRWA

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