CKTC_COST_DISPLAY SAP (Help Fields for CC Dialog) Structure details

Dictionary Type: Structure
Description: Help Fields for CC Dialog




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




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

CKTC_COST_DISPLAY 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 "Help Fields for CC Dialog" 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_CKTC_COST_DISPLAY TYPE CKTC_COST_DISPLAY.

The CKTC_COST_DISPLAY table consists of various fields, each holding specific information or linking keys about Help Fields for CC Dialog data available in SAP. These include ENTRY_NAME (Description of iPPE Access Object), VARIANT_NAME (Variant), MATNR (Material Number), CMDNAME (Name for Costing Master Data).. 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: Can be enhanced (character-type or numeric)


SAP CKTC_COST_DISPLAY 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
FOCUS_NAMEiPPE Focus Master Record PPE_FOCUSCHAR40PPE_FOCUSPPE_FOCID00
ENTRY_NAMEDescription of iPPE Access Object PPE_NAMECHAR40PPE_NAMEPPENAME
VARIANT_NAMEVariant PVS_POSVARCHAR8ALPHAPVS_POSVARPOSV
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
CMDNAMEName for Costing Master Data CKTC_CMDNAMECHAR40CKTC_CMDNAMECKTC_OBJ1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
KLVARCosting Variant CK_KLVARCHAR4TCK03KLVARKRT
TVERSCosting Version CK_TVERSNUMC2CK_VERSIONVSN
LOSGRLot Size for Product Costing CK_LOSGRQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
TOTALTotal Costs for Selected View 1 CK_GK_S1CURR15(2) WERTV8
TOTAL_FIXEDFixed Costs for Selected View 1 CK_FK_S1CURR15(2) WERTV8
TOTAL_VARIABLEVariable Costs for Selected View CK_VK_S1CURR15(2) WERTV8
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
KADATCosting Date From CK_ABDATDATS8CK_KADATKDA
BIDATCosting Date To CK_BIDATDATS8CK_KADATKDB
BWDATValuation Date of a Cost Estimate CK_BWDATDATS8CK_KADAT
UEBIDTransfer Control CK_UEBIDCHAR4TCK24CK_UEBER
FEH_STATUSCosting Status CK_FEH_STACHAR2CK_STATUSFEHSTA
KALSMCosting Sheet for Calculating Overhead CK_KALSMCHAR6Assigned to domainKALSM
ZSCHLOverhead key AUFZSCHLCHAR6CHAR6
ERFNMCosted by User CK_KALKUSRCHAR12USNAM
CPUDTDate on Which Cost Estimate Was Created CK_CPUDTDATS8DATUM
CPUTIMESystem Time SYUZEITTIMS6SYTIME
DISPLAY_LOGCharacter field of length 40 CHAR40CHAR40CHAR40

Key field Non-key field



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

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

How to access SAP table CKTC_COST_DISPLAY

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