CKF_BO_INT_ACTIVITY_DISPLAY SAP (Object from Shared Buffer for GR Costing - Display View) Structure details

Dictionary Type: Structure
Description: Object from Shared Buffer for GR Costing - Display View




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




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

CKF_BO_INT_ACTIVITY_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 "Object from Shared Buffer for GR Costing - Display View" 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_CKF_BO_INT_ACTIVITY_DISPLAY TYPE CKF_BO_INT_ACTIVITY_DISPLAY.

The CKF_BO_INT_ACTIVITY_DISPLAY table consists of various fields, each holding specific information or linking keys about Object from Shared Buffer for GR Costing - Display View data available in SAP. These include ITEM_CATEGORY (Item Category), COSTING_VARIANT (Costing Variant), COSTING_VERSION (Costing Version), OBJECT_NUMBER (Object number).. 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 CKF_BO_INT_ACTIVITY_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
ITEM_CATEGORYItem Category TYPPSCHAR1TYPPS
COSTING_VARIANTCosting Variant CK_KLVARCHAR4Assigned to domainKLVARKRT
COSTING_VERSIONCosting Version CK_TVERSNUMC2CK_VERSIONVSN
OBJECT_NUMBERObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
TOTALPrice in Object Currency CK_OPTCURR15(2) WERTV8
FIXEDFixed Price in Object Currency CK_OPFCURR15(2) WERTV8
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CREATION_DATEDate on Which Cost Estimate Was Created CK_CPUDTDATS8DATUM
CREATION_TIMETime UZEITTIMS6UZEIT
QUANTITYQuantity MENGE_POSQUAN15(3) CQUA8
UNIT_OF_MEASUREBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
PRICE_UNITPrice Unit PEINHDEC5PACK3
PRICE_UNIT_MEINSPrice Quantity Unit PMEHTUNIT3Assigned to domainCUNITMEINS
STRUCTURECost Component Structure - CGM and Sales/Administr. Costs CK_ELESMHKCHAR2Assigned to domainCK_ELESMHKEHK
STRUCTURE_AUXCost Component Structure for Auxiliary Cost Component Split CK_ELESMNSCHAR2Assigned to domainCK_ELESMHK
COST_ELEMENTCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
PRICE_STRATEGYValuation Strategy for Material Component CK_BWSMACHAR1CK_BWSMA
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
ACTIVITY_TYPEActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
COST_CENTERCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
CONTROLLING_AREAControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
ORIGIN_GROUPOrigin Group as Subdivision of Cost Element HRKFTCHAR4Assigned to domainHRKFT

Key field Non-key field



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

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

How to access SAP table CKF_BO_INT_ACTIVITY_DISPLAY

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