IT801X_S SAP (Report Writer: Include - section-dependent layout parameters) Structure details

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




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




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

IT801X_S 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-dependent layout parameters" 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_IT801X_S TYPE IT801X_S.

The IT801X_S table consists of various fields, each holding specific information or linking keys about Report Writer: Include - section-dependent layout parameters data available in SAP. These include COLTX (Column text type), FRMPR (Form printout), GRMRK (Indicator: Mark totals (with '*')), ROWTX (Row text type).. 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 IT801X_S 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
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 IT801X_S using ABAP code?

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

How to access SAP table IT801X_S

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