CFREP SAP (Report parameters) Structure details

Dictionary Type: Structure
Description: Report parameters




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




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

CFREP 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 "Report parameters" 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_CFREP TYPE CFREP.

The CFREP table consists of various fields, each holding specific information or linking keys about Report parameters data available in SAP. These include HIID2 (User group), HTEX2 (User group description), EKZ (Basic report), FKZ (Report with form).. 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 CFREP 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
MANDTClient MANDTCLNT3T000MANDT
HIID2User group CFHIEIDCHAR2T242ZHIEIDHID
HTEX2User group description CFGTEXTCHAR20TEXT20
EKZBasic report CFREPTYPECHAR1DYNPCHOICETYP
FKZReport with form CFREPTYP1CHAR1DYNPCHOICETY1
EVKZTXTText for basic/user-defined report str. RKE_EVTXTCHAR20TEXT20
COPNAMEReport Name RKE_BERNACHAR12TKEB1BERNA2BER
AUSWAHL1Function selection on screen DYNPCHOICECHAR1DYNPCHOICE
AUSWAHL2Function selection on screen DYNPCHOICECHAR1DYNPCHOICE
AUSWAHL3Function selection on screen DYNPCHOICECHAR1DYNPCHOICE
LNMI1Description of characteristic value CFSTXTCHAR20TXT20
LNMI2Description of characteristic value CFSTXTCHAR20TXT20
LNMI3Description of characteristic value CFSTXTCHAR20TXT20
SEITEPage number for tables RKE_SEITENUMC2NUMC2
LETZTE_SLast page number for tables RKE_LSEITENUMC2NUMC2
FIELDLocal field name CFFIELDCHAR10FIELD
MTEXTDescription of characteristic value CFSTXTCHAR20TXT20
FLSTARTEnter Variable CFINPUTFLCHAR1CFINPUTFL
POIUPSequence number for hierarchical node CFLFDIDNUMC8T242HLFDIDLID
POIDOSequence number for hierarchical node CFLFDIDNUMC8T242HLFDIDLID
POIPRSequence number for hierarchical node CFLFDIDNUMC8T242HLFDIDLID
POINESequence number for hierarchical node CFLFDIDNUMC8T242HLFDIDLID
LIID2Sequence number for hierarchical node CFLFDIDNUMC8T242HLFDIDLID
CTEX2Short text for hierarchy node CFTEX20CHAR20TEXT20
UTEXTShort text for hierarchy node CFTEX20CHAR20TEXT20
DTEXTShort text for hierarchy node CFTEX20CHAR20TEXT20
PTEXTShort text for hierarchy node CFTEX20CHAR20TEXT20
NTEXTShort text for hierarchy node CFTEX20CHAR20TEXT20
CLSNRReport CFCLSNRCHAR12CLSNR
CLTYPClassification type in report portf. hierarchy CFCLTYPCHAR2CLTYP
HICOLColor of hierarchical node CFHICOLCHAR15HICOLCOL
CRTXTHierarchy node long text CFTXT40CHAR40TEXT40
CRPREHierarchy node long text CFTXT40CHAR40TEXT40
CRNXTHierarchy node long text CFTXT40CHAR40TEXT40
GRPIDCOLBKParameter group CFGRPIDCHAR5Assigned to domainGRPIDHRK
GRPIDDMODEParameter group CFGRPIDCHAR5Assigned to domainGRPIDHRK
GRPIDRMODEParameter group CFGRPIDCHAR5Assigned to domainGRPIDHRK
GRPIDSMODEParameter group CFGRPIDCHAR5Assigned to domainGRPIDHRK
COLBKSystem control parameters in T2420 CFSEMIDCHAR5T2420SEMID
DMODESystem control parameters in T2420 CFSEMIDCHAR5T2420SEMID
RMODESystem control parameters in T2420 CFSEMIDCHAR5T2420SEMID
SMODESystem control parameters in T2420 CFSEMIDCHAR5T2420SEMID
COLTXDescription of background color CFCOLTXCHAR40TEXT40
DMOTXDescription of hierarchy display CFDMOTXCHAR40TEXT40
RMOTXDecription of hierarchy orientation CFRMOTXCHAR40TEXT40
SMOTXDescription of hierarchy size CFSMOTXCHAR40TEXT40
VONBISText CFVONBISCHAR3TEXT3
APPLCApplication class for DD objects (not used) APPLCLASSCHAR4Assigned to domainAPPLCLASSAPP
SBGRPKey figure groups CGSSBGRPCHAR3TKCKUCGSSBGRPSBG
KEYIDCharacteristic value CFKEYID_L1CHAR32TEXT32
EFORMCharacteristic group RKE_EFORM2CHAR4Assigned to domainALPHARKE_EFORMMKG
EFORMTXTText Field TEXT50CHAR50TEXT50
ELINERow number for characteristic field RKE_ELINE2NUMC3NUM3
FORMForm RKE_CFORMCHAR12Assigned to domainRKE_FORMRC1
WERTDAR1Number format RKE_WRTDANUMC10NUMC10
WERTDAR2Number format RKE_WRTDANUMC10NUMC10
BERTXTReport description RKE_BERTXTCHAR40TEXT40
UNIT1Unit CFEXUNITCHAR10CHAR10
UNIT2Unit CFEXUNITCHAR10CHAR10

Key field Non-key field



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

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

How to access SAP table CFREP

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