CFREPPAR SAP (SAP-EIS: Parameter bar for DB environment) Structure details

Dictionary Type: Structure
Description: SAP-EIS: Parameter bar for DB environment




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




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

CFREPPAR 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: Parameter bar for DB environment" 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_CFREPPAR TYPE CFREPPAR.

The CFREPPAR table consists of various fields, each holding specific information or linking keys about SAP-EIS: Parameter bar for DB environment data available in SAP. These include REPEAT (Flag: Complete repeat of data transfer), _PERI (Period/year), HIERNODE (Hierarchy node (non-chargeable)), ECCS (Data transfer from SAP Consolidation).. 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 CFREPPAR 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
PLANLAYOUTPlanning layout CFPLLAYOUTCHAR12Assigned to domainRKE_FORMPLT
REPEATFlag: Complete repeat of data transfer CFREPEATCHAR1XFELD
_PERIPeriod/year JAHRPERNUMC7PERI7JAHRPER
HIERNODEHierarchy node (non-chargeable) CFHIENODECHAR50Assigned to domainCGSKEYL
ECCSData transfer from SAP Consolidation CFECCSCHAR1XFELD
FILCData transfer from FI-LC CFFILCCHAR1XFELD
FIGLData transfer from FI-GL CFFIGLCHAR1XFELD
COPAData transfer from CO-PA CFCOPACHAR1XFELD
PSRWData transfer from PS: (costs, revenues, payments) CFPSRWCHAR1XFELD
PSLOData transfer from PS: (work, dates, duration) CFPSLOCHAR1XFELD
TRLOData transfer from TR-LO: Loan CFTRLOCHAR1XFELD
TRTMData transfer from TR-TM: Securities CFTRTMCHAR1XFELD
REWRData transfer using Report Writer CFREWRCHAR1XFELD
BCAQData transfer using ABAP Query CFBCAQCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table CFREPPAR

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