SCR_CHFLD SAP (Screen: Screen field as CHAR structure) Structure details

Dictionary Type: Structure
Description: Screen: Screen field as CHAR structure




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




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

SCR_CHFLD 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: Screen field as CHAR structure" 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_SCR_CHFLD TYPE SCR_CHFLD.

The SCR_CHFLD table consists of various fields, each holding specific information or linking keys about Screen: Screen field as CHAR structure data available in SAP. These include FELDNAME (Name of a Screen Element), INTTYP (Internal dictionary type for a field), FELDFORMAT (Field format (ABAP Dictionary data type)), LAENGE ((def). Field length).. 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 SCR_CHFLD 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
FELDNAMEName of a Screen Element SCRFNAMECHAR132DYNFNAM
INTTYPInternal dictionary type for a field SCRPITYPCHAR1SCRPCHA1
FELDFORMATField format (ABAP Dictionary data type) SCRFTYPECHAR4SCRPTYPE
LAENGE(def). Field length SCRPLENGCHAR3SCRPCHA3
FLG1Flag or format byte of a field SCRPFLGCHAR2SCRPCHA2
FLG2Flag or format byte of a field SCRPFLGCHAR2SCRPCHA2
FLG3Flag or format byte of a field SCRPFLGCHAR2SCRPCHA2
FMB1Flag or format byte of a field SCRPFLGCHAR2SCRPCHA2
FMB2Flag or format byte of a field SCRPFLGCHAR2SCRPCHA2
LINELine number of beginning of field SCRPLINECHAR3SYCHAR03
COLNColumn number of beginning of field SCRPCOLNCHAR3SYCHAR03
LOOPTYPELoop type/ TC field SCRPLTYPCHAR1SYCHAR01
LOOPBEGINLoop: Starting line SCRPLANFCHAR3SYCHAR03
LOOPBLOCKLoop: Number of lines in loop block SCRPLBLKCHAR3SYCHAR03
LOOPREPEATLoop: Number of repetitions SCRPLREPCHAR3SYCHAR03
FMKYFunction menu key (unfilled) SCRPFMKYCHAR3SYCHAR03
DIDXHeight/ visible length SCRPDIDXCHAR3SYCHAR03
FILLGraphical type / filler character leading zero SCRPFILLCHAR1SYCHAR01
COLRColor (unfilled) SCRPCOLRCHAR1SYCHAR01
PAIDParameter ID SAP memory SCRFPAIDCHAR20Assigned to domainMEMORYID
UCNVConversion Exit SCRFUCNVCHAR5SCRPCHA5
AGLTNumber of valid positions SCRPAGLTCHAR3SCRPCHA3
ADEZNumber of decimal places SCRPADEZCHAR3SCRPCHA3
AUTHAuthorization ID SCRPAUTHCHAR3SCRPCHA3
WNAMMulti-purpose field currency key matchcode file SCRFWERTCHAR132DYNFNAM
DMACMatchcode filename/ Function code and type SCRPDMACCHAR132DYNDMAC
GRP1Modification group 1 SCRFGRP1CHAR3SCRPCHA3
GRP2Modification group 2 SCRFGRP2CHAR3SCRPCHA3
GRP3Modification group 3 SCRFGRP3CHAR3SCRPCHA3
GRP4Modification group 4 SCRFGRP4CHAR3SCRPCHA3
STXTText/template for a screen element SCRFSTXGCHAR132DYNFTEXT
RES1Screen source reserve field area without structure DYNRESECHAR255DYNRESE
RES2Screen source reserve field area without structure DYNRESECHAR255DYNRESE

Key field Non-key field



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

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

How to access SAP table SCR_CHFLD

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