RPY_DCCATT SAP (Screen: Container attributes (ext. display) - differences) Structure details

Dictionary Type: Structure
Description: Screen: Container attributes (ext. display) - differences




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




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

RPY_DCCATT 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 "Screen: Container attributes (ext. display) - differences" 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_RPY_DCCATT TYPE RPY_DCCATT.

The RPY_DCCATT table consists of various fields, each holding specific information or linking keys about Screen: Container attributes (ext. display) - differences data available in SAP. These include TYPE (Container type (external representation)), NAME (Name of container (external interface)), ELEMENT_OF (Contained in container), LINE (Line in which the container begins).. 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 RPY_DCCATT 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
DIFFDifference between versions of a screen SCRHDIFFCHAR1SCRHDIFF
TYPEContainer type (external representation) SCRCTYPECHAR11SCRCTYPE
NAMEName of container (external interface) SCRCNAMECHAR132DYNFNAM
ELEMENT_OFContained in container SCRCNAMECCHAR132DYNFNAM
LINELine in which the container begins SCRCLINENUMC3NUMC3
COLUMNColumn, in which the container begins SCRCCOLNNUMC3NUMC3
LENGTHLength of the container (number of columns) SCRCLENGNUMC3NUMC3
HEIGHTHeight of the containe (number of lines) SCRCHIGHNUMC3NUMC3
LOOP_TYPELoop: Loop type (FIX or VAR) SCRFLTYPCHAR3SCRPCHA3
LOOP_BLOCKLoop: Size (number of lines) of a loop repeat block SCRCLOOPNUMC3NUMC3
LOOP_DISPLoop: Number of loop block repeats SCRCLOOPDPNUMC3NUMC3
C_RESIZE_VControls: Vertical resizing SCRFTLVARVCHAR1SCRPCHA1
C_RESIZE_HControls: Horizontal resizing SCRFTLVARHCHAR1SCRPCHA1
C_LINE_MINControls: Minimum number of lines in vertical resizing SCRFTLLMINNUMC3SCRPNUMC3
C_COLN_MINControls: Minimum number of columns in horizontal resizing SCRFTLCMINNUMC3SCRPNUMC3
C_SCROLL_VControls: Vertical scrolling SCRFTLSCRVCHAR1SCRPCHA1
C_SCROLL_HControls: Horizontal scrolling SCRFTLSCRHCHAR1SCRPCHA1
TC_TABTYPETable control: Table type (ENTRY or SELECTION) SCRCTLTYPECHAR10SYCHAR10
TC_SEPAR_VTable control: With vertical separators SCRFTLTREVCHAR1SCRPCHA1
TC_SEPAR_HTable control: With horizontal separators SCRFTLTRENCHAR1SCRPCHA1
TC_TITLETable control: With title line SCRFTLTITCHAR1SCRPCHA1
TC_HEADERTable control: With column headers SCRFTLUEBCHAR1SCRPCHA1
TC_CONFIGTable control: Configurability SCRPTLCONFCHAR1SCRPCHA1
TC_SEL_LNSTable control: Line selectability (NONE, SINGLE, MULTIPLE) SCRCTLSELLCHAR10SYCHAR10
TC_SEL_CLSTable control: Column selectability (NONE, SINGLE, MULTIPLE) SCRCTLSELCCHAR10SYCHAR10
TC_LSEL_CLTable control: with selection column SCRFTLMARKCHAR1SCRPCHA1
TC_FIXCOLTable control: Number of fixed leading columns SCRFTLFIXNUMC3SCRPNUMC3
CU_CC_NAMECustom Control: Name of Control Composite SCRFCCNAMECHAR40CC_NAME
SFW_SWITCHIDID of Switch in Switch Framework SFW_SWITCHIDCHAR30Assigned to domainSFW_SWITCHIDSFW
SFW_SHOWHIDEReaction to Switch SFW_SHOWHIDECHAR1SFW_SHOWHIDE
PROPERTIES Properties0

Key field Non-key field



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

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

How to access SAP table RPY_DCCATT

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