SAP CEPRT Structure for specification of printed report (PRINT) Table data and field list

CEPRT 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 "Structure for specification of printed report (PRINT)" 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_CEPRT TYPE CEPRT.

The CEPRT table consists of various fields, each holding specific information or linking keys about Structure for specification of printed report (PRINT) data available in SAP. These include GWAHL (Generated sequence of characteristics/key figures), ZWERT (Line in ZWERT), SPARA (Line in SPARA), AWAHL (Column parameter for when saving)... 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. .

CEPRT structure Technical Details:

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


SAP CEPRT 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 CEPRT 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
SWAHLCurrent numbering of characteristics/key figures RKE_SWAHLNUMC2NUMC2
GWAHLGenerated sequence of characteristics/key figures RKE_GWAHLNUMC2NUMC2
ZWERTLine in ZWERT RKE_ZWERTNUMC2NUMC2
SPARALine in SPARA RKE_SPARANUMC1NUMC1
AWAHLColumn parameter for when saving RKE_AWAHLNUMC2NUMC2
UMNMIShort text for an element of the key figure scheme RKE_TXTKZCHAR11TEXT11
ULNMIMedium length text for an element of the key figure scheme RKE_TXTMTCHAR20TEXT20
UUNMILong text for an element of the key figure scheme RKE_TXTLGCHAR40TEXT40
POFFSPrint offset RKE_POFFSNUMC3NUMC3
PLENPrint length RKE_PLENNUMC2NUMC2
PWAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
INTENSHighlighting for display RKE_INTENSCHAR1XFELD
PDEZDecimal places for values RKE_DECIWNUMC1NUMC1
FIXD0=Ac 1=237A 2=Dy(0) 3=Dy(1) RKE_FIXDNUMC1NUMC1
ROUNDValue display factor RKE_ROUNWNUMC1NUMC1
FIXR0=Ac 1=237A 2=Dy(0) 3=Dy(1) RKE_FIXDNUMC1NUMC1
NOZEROIndicator: Zero suppression RKE_NOZEROCHAR1XFELD
VZUKReverse sign indicator RKE_VZUKCHAR1XFELD
EPSPrint EPS too RKE_EPSCHAR1XFELD
BFELDField no. on B RKE_BFELDNUMC2NUMC2
MWKZQuantity/value flag RKE_MWKZCHAR1RKE_MWKZ
EDEZSeparate number format RKE_EDEZINT410INT4
EWAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
EMEEHTUnit of measure RKE_EMEEHTCHAR2CHAR2
LOCNRLocal calc. field (no.) RKE_LOCNRNUMC2NUMC2

Key field Non-key field



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

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

How to access SAP table CEPRT

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

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