CKIFRAME SAP (Internal table: Names of Sections on Screens) Structure details

Dictionary Type: Structure
Description: Internal table: Names of Sections on Screens




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




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

CKIFRAME 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 "Internal table: Names of Sections on Screens" 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_CKIFRAME TYPE CKIFRAME.

The CKIFRAME table consists of various fields, each holding specific information or linking keys about Internal table: Names of Sections on Screens data available in SAP. These include UDIS (Costing Level Overview), UKLV (Costing Variant Overview), STUE (Bill of Material), APLA (Routing).. 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 CKIFRAME 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
FRAME1Costing Data CK_FRAMECHAR20CHAR20
UDISCosting Level Overview CK_UDISCHAR30CHAR30
UKLVCosting Variant Overview CK_FR_UKLVCHAR30CHAR30
STUEBill of Material CK_FR_STUECHAR20CHAR20
APLARouting CK_FR_APLACHAR20CHAR20
DRUCPrint Parameters CK_FR_DRUCCHAR20CHAR20
VERBUpdate Parameters CK_FR_VERBCHAR20CHAR20
VOFRMarking/Release CK_FR_VOFRCHAR20CHAR20
KOSTCosts CK_FR_KOSTCHAR30CHAR30
BEWEValuation CK_FR_BEWECHAR20CHAR20
KOBECost Base for Detail Screen CK_FR_KOBECHAR70CHAR70
KOSICosts on Detail Screen for View CK_FR_KOSICHAR20CHAR20
PICKChoosing the View Branches to Existing Cost Display CK_FR_PICKCHAR20CHAR20
EIMENote Settings CK_FR_EIMECHAR20CHAR20
SELEPrint Parameters for Selection/qty Structure Determination CK_FR_SELECHAR70CHAR70
KALKPrint Parameters for Cost Estimate CK_FR_KALKCHAR70CHAR70
SOBESpecial Procurement CK_FR_SOBECHAR70CHAR70
UEBTransfer Control CK_FR_UEBCHAR30CHAR30
KUPPJoint Production CK_FR_KUPPCHAR20CHAR20
MNGGQuantity Structure CK_FR_MNGGCHAR20CHAR20
MATNMaterial Number CK_FR_MATNRCHAR20CHAR20
MIVEMixing Ratio CK_FR_MISCHCHAR20CHAR20
BTYPProcess Category CK_FR_BTYCHAR20CHAR20
HEADHeader Data of Procurement Alternative CK_FR_HEADCHAR30CHAR30
MERKFrame Characteristics CK_FR_MERKCHAR30CHAR30
MIXCMixed Costing Frame CK_FR_MIXCCHAR30CHAR30
PROCProcess Data Frame CK_FR_PROCCHAR30CHAR30
COMDATAGeneral Data CKDI_FR_COMDATACHAR1CHAR1
PROCESSProcessing Options CK_FR_PROCESSCHAR1CHAR1
RESULTSCosting Results CKDI_FR_RESULTSCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table CKIFRAME

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