/SDF/CMODFIES SAP (CMO: fields of dfies + offset_out (outputlen)) Structure details

Dictionary Type: Structure
Description: CMO: fields of dfies + offset_out (outputlen)




ABAP Code to SELECT data from /SDF/CMODFIES
Related tables to /SDF/CMODFIES
Access table /SDF/CMODFIES




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

/SDF/CMODFIES 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 "CMO: fields of dfies + offset_out (outputlen)" 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_/SDF/CMODFIES TYPE /SDF/CMODFIES.

The /SDF/CMODFIES table consists of various fields, each holding specific information or linking keys about CMO: fields of dfies + offset_out (outputlen) data available in SAP. These include FIELDNAME (Field name), LANGU (Language key), POSITION (Position of the field in the table), OFFSET (Offset of a field in work area).. 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 /SDF/CMODFIES 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
TABNAME Table name0
FIELDNAME Field name0
LANGU Language key0
POSITION Position of the field in the table0
OFFSET Offset of a field in work area0
LENG Length (no. of characters)0
INTLEN Internal length in bytes0
OUTPUTLEN Output length0
DECIMALS Number of decimal places0
DATATYPE ABAP/4 Dictionary: Screen data type for Screen Painter0
INTTYPE ABAP data type (C,D,N,...)0
REFTABLE Table for reference field0
REFFIELD Reference field for currency and qty fields0
PRECFIELD Name of included table0
AUTHORID Authorization class0
MEMORYID Set/Get parameter ID0
LOGFLAG ndicator for writing change documents0
CONVEXIT Conversion routine0
HEADLEN Maximum length of heading0
SCRLEN1 Max. length for short field label0
SCRLEN2 Max. length for medium field label0
SCRLEN3 Max. length for long field label0
FIELDTEXT Short text describing R/3 Repository objects0
REPTEXT Heading0
SCRTEXT_S Short field label0
SCRTEXT_M Medium field label0
SCRTEXT_L Long field label0
KEYFLAG Identifies a key field of a table0
LOWERCASE Lowercase letters allowed/not allowed0
MAC Flag if search help is attached to the field0
GENKEY Flag (X or blank)0
NOFORKEY Flag (X or blank)0
VALEXI Existence of fixed values0
NOAUTHCH Flag (X or blank)0
SIGN Flag for sign in numerical fields0
DYNPFLD Flag: field to be displayed on the screen0
OFFSET_OUT CMO: Offset field in workarea using outputlen0

Key field Non-key field



How do I retrieve data from SAP structure /SDF/CMODFIES using ABAP code?

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

How to access SAP table /SDF/CMODFIES

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