SAP CFBFO01 Transfer str. for data-recall structure table Table data and field list

CFBFO01 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 "Transfer str. for data-recall structure table" 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_CFBFO01 TYPE CFBFO01.

The CFBFO01 table consists of various fields, each holding specific information or linking keys about Transfer str. for data-recall structure table data available in SAP. These include ELNR2 (Element number of a structure), SWAHL1 (Current sequence of dimension 1), SWAHL2 (Current sequence of dimension 2), DWAHL1 (Current sequence of dimension 1)... 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. .

CFBFO01 structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CFBFO01 structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the CFBFO01 table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
ELNR1Element number of a structure RKE_ELNRNUMC4NUMC4
ELNR2Element number of a structure RKE_ELNRNUMC4NUMC4
SWAHL1Current sequence of dimension 1 CFSWAHL1INT410CFINT4
SWAHL2Current sequence of dimension 2 CFSWAHL2INT410CFINT4
DWAHL1Current sequence of dimension 1 CFSWAHL1INT410CFINT4
DWAHL2Current sequence of dimension 2 CFSWAHL2INT410CFINT4
ELTYPElement type RKE_ETYPCHAR1CHAR1
FMLTPFormula type for calculation element RKE_FMLTYPNUMC1RKE_FMLTYP
EDIMCO-PA dimension of an element RKE_EDIMCHAR1CHAR1
EDIMPCO-PA dimension of an element RKE_EDIMCHAR1CHAR1
FIELDField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
SNRSNR within element RKE_SNR1NUMC2NUM2
SIGNIncl/Excl flag RKE_SIGNCHAR1CHAR1
OPTEQ, NE, BT, NB, CP, NP, LE, LT, GE, GT RKE_OPTIONCHAR2CHAR2
LOWLower Limit of Characteristic Value RKE_LOW_LCHAR50KEYID
PLOWParameter variables for structure CFFORMPACHAR10CFFORMPA
VGENL_DELVariable must be generated CFVGENCHAR1XFLAG
SETFLAGFlag: Low field contains name of a set RKE_SETFLGCHAR1XFLAG
HCLASSBRST Class of hierarchies (Sets, etc.) RSTHCLASSCHAR4Assigned to domainRSTHCLASS
HIENMName of hierarchy HIERANMCHAR30Assigned to domainHIERANM
PHIENMParameter variables for structure CFFORMPACHAR10CFFORMPA
TYPENode type SEU_TYPECHAR4SEU_TYPE
LEAFNode is endnode (contains no further nodes) RSTHLEAFCHAR1FLAG
BASICNode is also valid characteristic value of basic char. RSTHBASICCHAR1FLAG
HIGHUpper limit of characteristic value (in interval only) RKE_HIGH_LCHAR50KEYID
PHIGHParameter variables for structure CFFORMPACHAR10CFFORMPA
VGENH_DELVariable must be generated CFVGENCHAR1XFLAG
PRARTCO-PA print type RKE_PARTCHAR2CHAR2
FROWRow position RKE_ROWNUMC4NUM4
FCOLUMNColumn position RKE_COLUMNNUMC4NUM4
FLENGTHLength of entry/output field RKE_LENGTHNUMC4NUM4
TEXTAIndicator for which text will be displayed RKE_TEXTACHAR1CHAR1
ROUNDValue display: Default value RKE_ROUNICHAR1CHAR1
DECIMDefault for decimal places in list currency RKE_DDEZCHAR1CHAR1
ZWAERSTarget Currency CGSDCURRCUKY5Assigned to domainWAERS
NUMBRNumber of translation key in currency translation CFNUMBRNUMC3Assigned to domainCFNUMBRNBR
LRIGHTLeft/right alignment of text RKE_LRIGHTCHAR1CHAR1
NOZEROIndicator: Zero suppression RKE_NOZEROCHAR1XFELD
VZUKReverse sign indicator RKE_VZUKCHAR1XFELD
FLEXFlexible adaptation to rows/columns RKE_FLEXCHAR1XFLAG
INTENSCO: Brightness flag RKE_INTENCHAR1XFLAG
DLEN_N2Column width with the printout of the Drill-Down list CFDLEN_N2NUMC2NUMC2
PATTERCO: Character string example RKE_PATTERCHAR2CHAR2
SFTCHIndentation for print out RKE_SFTCHCHAR1CHAR1
SFTCTCurrent numbering of characteristics/key figures CFSWAHLINT410CFINT4
TABIXField defined as in SY-TABIX TABIX_DINT410TABIX
TXTINIndex of text table TEXTE_TAB CFTXTININT410CFINT4
ATTRBUser Attribute (Internal Number) KPP_UATTRCHAR4ALPHAKPP_UATTR

Key field Non-key field



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

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

How to access SAP table CFBFO01

Within an ECC or HANA version of SAP you can also view further information about CFBFO01 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).