CEPL5 SAP (Str. of Internal Table PLANMERK) Structure details

Dictionary Type: Structure
Description: Str. of Internal Table PLANMERK




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




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

CEPL5 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 "Str. of Internal Table PLANMERK" 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_CEPL5 TYPE CEPL5.

The CEPL5 table consists of various fields, each holding specific information or linking keys about Str. of Internal Table PLANMERK data available in SAP. These include PLAKZ (Planning indicator), LOW (Lower limit of characteristic values), INITIAL (Field for Selecting an Entry), OFF_CE0 (Field offset in a CO-PA table CExnnnn).. 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 CEPL5 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
FNAMField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
PLAKZPlanning indicator RKE_PLAKZCHAR1RKE_PLAKZ
LOWLower limit of characteristic values RKE_LOWCHAR18EIGXX
INITIALField for Selecting an Entry ANKREUZCHAR1ANKREUZ_CL
OFF_CE0Field offset in a CO-PA table CExnnnn RKE_OFFSETINT25RKE_OFFSET
OFF_CE1Field offset in a CO-PA table CExnnnn RKE_OFFSETINT25RKE_OFFSET
OFF_CE4Field offset in a CO-PA table CExnnnn RKE_OFFSETINT25RKE_OFFSET
OFF_OBJTABField offset in a CO-PA table CExnnnn RKE_OFFSETINT25RKE_OFFSET
OFF_OBJECTField offset in a CO-PA table CExnnnn RKE_OFFSETINT25RKE_OFFSET
OFF_ITDAT1Field offset in a CO-PA table CExnnnn RKE_OFFSETINT25RKE_OFFSET
OFF_ITDAT2Field offset in a CO-PA table CExnnnn RKE_OFFSETINT25RKE_OFFSET
OFF_ITDAT3Field offset in a CO-PA table CExnnnn RKE_OFFSETINT25RKE_OFFSET
POS_OBJTABPosition of the field in the table TABFDPOSNUMC4AS4POS
INTLENInternal Length in Bytes INTLENNUMC6DDLENG
INTTYPEABAP data type (C,D,N,...) INTTYPECHAR1INTTYPE
OUTPUTLENOutput Length OUTPUTLENNUMC6DDLENG
MEMORYIDSet/Get parameter ID MEMORYIDCHAR20Assigned to domainMEMORYID
DMACMatchcode file name DMAC_____4CHAR132DYNDMAC
SCRTEXT_MMedium Field Label SCRTEXT_MCHAR20SCRTEXT_M
DTYPEPlanning dimension type KPP_DTYPECHAR1KPP_DTYPE
ELINERow number for characteristic field RKE_ELINENUMC3NUM3
STATUSEntry status for characteristic field RKE_ESTATCHAR1RKE_ESTAT
SPAGPASupport Set/Get parameter RKE_ESGPACHAR1CHAR1_X
LFDNRSequence Number CEPLLFDNRINT410INT4
FLAGGeneral Flag FLAGCHAR1FLAG
TDMERKDistribution level CEPLTDMERKCHAR1CHOICE

Key field Non-key field



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

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

How to access SAP table CEPL5

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