CFFIE SAP (SAP-EIS: Structure for aspect fields) Structure details

Dictionary Type: Structure
Description: SAP-EIS: Structure for aspect fields




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




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

CFFIE 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 "SAP-EIS: Structure for aspect fields" 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_CFFIE TYPE CFFIE.

The CFFIE table consists of various fields, each holding specific information or linking keys about SAP-EIS: Structure for aspect fields data available in SAP. These include FIELD (Field Name), ROLNM (Data element (semantic domain)), DOMNM (Domain name), CHTAB (Check table).. 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 CFFIE 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
TABNMTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
FIELDField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
ROLNMData element (semantic domain) ROLLNAMECHAR30Assigned to domainROLLNAMEROLDD_DTEL
DOMNMDomain name DOMNAMECHAR30Assigned to domainDOMNAMEDD_DOMA
CHTABCheck table CFCHTABCHAR5CHAR5
POSITPosition of the field in the table TABFDPOSNUMC4AS4POS
USGFLFlag for type of use CFUSGFLAGCHAR1CHAR1
KEYFLKey flag CFKEYFLAGCHAR1CHAR1
DTYPEData Type in ABAP Dictionary DATATYPE_DCHAR4DTYPEDATATYPE
ITYPEABAP data type (C,D,N,...) INTTYPECHAR1INTTYPE
ILENGInternal Length in Bytes INTLENNUMC6DDLENG
OFFSTField offset CFOFFSTNUMC4NUMC4
DIGITNumber of characters in field CFDIGITNUMC4NUMC4
OUTLNOutput length CFOUTLNNUMC6DDLENG
DECIMNo. of places after decimal point (Dictionary) CFDECI0NUMC2NUMC02
AGGREAggregation CFAGGCHAR3AGGRE
PRDECDecimal Places (Output) CFDECNUMC2NUMC02
PRSNTPresentation type CFPRSNUMC1NUMC01
OPORDSummarization flag CFOPORDCHAR1XFELD
RFFLDReference field CFRFFLDCHAR10FIELD
PARIDParameter ID PARIDCHAR3PARID
CUMRKCurrency (value)/ quantity flag CFCUMRKCHAR1CUMRK
CUKY0Currency CFCUKYCUKY5Assigned to domainWAERS
UNIT0Unit CFUNITUNIT3Assigned to domainCUNITMEINS
CUDECCurrency/quantity decimal places CFDECCUNUMC2NUMC02
CONVXConversion Routine CONVEXITCHAR5CONVEXIT
MASKTemplate (not used) AS4MASKCHAR20AS4MASK
MASKLTemplate length (not used) MASKLENNUMC4MASKLEN
TFLAGFlag to indicate text CFTFLAGCHAR1CHAR1
FTXTSShort field text CFFTXTSCHAR10TXT10
FTEXTField description CFFTEXTCHAR20TXT20
FTXTLLong field text CFFTXTLCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table CFFIE

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