CEFORMS SAP (Table for description of structures) Table details

Dictionary Type: Table
Description: Table for description of structures




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




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

CEFORMS is a standard SAP Table which is used to store Table for description of structures data and is available within R/3 SAP systems depending on the version and release level.

The CEFORMS table consists of various fields, each holding specific information or linking keys about Table for description of structures data available in SAP. These include APPLCLASS (Application class for DD objects (not used)), SUBCLASS (Subgroup by application class), TABNAME (Table Name), FORM (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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CEFORMS table 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
APPLCLASSApplication class for DD objects (not used) APPLCLASSCHAR4TAPPLAPPLCLASSAPP
SUBCLASSSubgroup by application class SUBCLASSCHAR2CFBSUBCLAS
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
FORMForm RKE_CFORMCHAR12TKES1RKE_FORMRC1
SUBNRSubnumber RKE_SUBNRNUMC2NUMC2
ELNR1Element number of a structure RKE_ELNRNUMC4NUMC4
ELNR2Element number of a structure RKE_ELNRNUMC4NUMC4
EDIMCO-PA dimension of an element RKE_EDIMCHAR1CHAR1
FLEVELLevel of structure RKE_FLEVELNUMC1NUMC1
ELTYPElement type RKE_ETYPCHAR1CHAR1
NUMBRNumber of translation key in currency translation CFNUMBRNUMC3Assigned to domainCFNUMBRNBR
ABLAGEElement storage type RKE_ATYPCHAR1CHAR1
POINTERElement pointer RKE_POINTCHAR30RKE_POINT
ZWAERSTarget Currency CGSDCURRCUKY5Assigned to domainWAERS
EDIMPCO-PA dimension of an element RKE_EDIMCHAR1CHAR1
ATTRBUser Attribute (Internal Number) KPP_UATTRCHAR4ALPHAKPP_UATTR
INPUTSet as Ready for Input INPUTCHAR1F_MODUS
LPAGEReport/Planning Painter: Logical page RKE_LPAGENUMC4Assigned to domainRKE_LPAGE

Key field Non-key field



How do I retrieve data from SAP table CEFORMS using ABAP code

The following ABAP code Example will allow you to do a basic selection on CEFORMS to SELECT all data from the table
DATA: WA_CEFORMS TYPE CEFORMS.

SELECT SINGLE *
FROM CEFORMS
INTO CORRESPONDING FIELDS OF WA_CEFORMS
WHERE...

How to access SAP table CEFORMS

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