IS801G SAP (Report Writer: Include - section layout) Structure details

Dictionary Type: Structure
Description: Report Writer: Include - section layout




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




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

IS801G 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: Include - section layout" 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_IS801G TYPE IS801G.

The IS801G table consists of various fields, each holding specific information or linking keys about Report Writer: Include - section layout data available in SAP. These include REP_LAYOUT (Indicator: Valid report layout parameters), PFEED (Page break), PRE_SIGN (Character before row), SUF_SIGN (Character after row).. 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 IS801G 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
REP_LAYOUTIndicator: Valid report layout parameters RW_R_PARCHAR1CHAR1
PFEEDPage break PFEEDCHAR2PFEED
PRE_SIGNCharacter before row PRE_SIGNCHAR1CHAR1
SUF_SIGNCharacter after row SUF_SIGNCHAR1CHAR1
PRINT_HEAD_TOPPrint Column Header at Beginning of Page PRINT_HEAD_TOPCHAR1XFELD
PRINT_HEAD_MOPPrint Column Header in Middle of Page PRINT_HEAD_MOPCHAR1XFELD
TROPAssignment of threshold value condition RW_TROPCHAR1RW_TROP
TRFLGIndicator: Active threshold value condition RW_TRFLGCHAR1XFELD
TRCOLRef. column for threshold value RW_TRCOLNUMC3NUM3
TRMODIndicator: Highlight rows RW_TRMODCHAR1RW_TRMOD
TROPRThreshold value condition RW_TROPRCHAR2RW_TROPR
TRVALThreshold value RW_TRVALCHAR24CHAR24
TRSGNIndicator: Ignore +/- sign RW_TRSGNCHAR1XFELD
TRDETIndicator: Condition only valid for detail rows RW_TRDETCHAR1XFELD
TRFLG2Indicator: Active threshold value condition RW_TRFLGCHAR1XFELD
TRCOL2Ref. column for threshold value RW_TRCOLNUMC3NUM3
TRMOD2Indicator: Highlight rows RW_TRMODCHAR1RW_TRMOD
TROPR2Threshold value condition RW_TROPRCHAR2RW_TROPR
TRVAL2Threshold value RW_TRVALCHAR24CHAR24
TRSGN2Indicator: Ignore +/- sign RW_TRSGNCHAR1XFELD
TRDET2Indicator: Condition only valid for detail rows RW_TRDETCHAR1XFELD
SRMODSort RW_SRMODCHAR1RW_SRMOD
SRCOLReference column for sort RW_SRCOLNUMC3NUM3
SRLEVSummation level for the sorting RW_SRLEVCHAR2SUM_LEVEL
SRMODHSort (hierarchical/only one step) RW_SRMODHCHAR1RW_SRMOD
COLTPColumn text position COLTPCHAR1COLTP
COLTXColumn text type COLTXCHAR1COLTX
FRMPRForm printout FRMPRCHAR1XFIELD
GRMRKIndicator: Mark totals (with '*') GRMRKCHAR1XFIELD
ROWTXRow text type ROWTXCHAR1TEXTTYPE
RTITCPosition of lead column RTITCCHAR2CHAR2
ROWTX_LGMaster data texts in the lead column: short or long text? ROWTX_LGCHAR1CHAR1
RTITIIndent title RTITICHAR2CHAR2
RTITWWidth of lead column RTITWCHAR2CHAR2
SIGN_FLAGFlag balance sheet processing SIGN_FLAGCHAR1SIGN_FLAG
SIGN_COLColumn for testing the +/- sign flag SIGN_COLCHAR3CHAR3
SUM_FROMReport summation interval (from level) SUM_FROMCHAR2SUM_LEVEL
SUM_TOReport summation interval (to level) SUM_TOCHAR2SUM_LEVEL
TFROWRow totals at the top TFROWCHAR1XFIELD
TTEXTIndicator: Text before single values RW_TTEXTCHAR1XFIELD
TTSUPIndicator: Suppress duplicated totals TTSUPCHAR1XFIELD
ZSCOLIndicator: Suppress zero columns DZSCOLCHAR1XFIELD
ZSROWIndicator: Hide zero rows DZSROWCHAR1XFIELD
TFCOLColumn totals left TFCOLCHAR1XFIELD
ROWTX_GRIndicator: Display group name in lead column ROWTX_GRCHAR1FLAG

Key field Non-key field



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

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

How to access SAP table IS801G

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