CKF_BO_INTERNAL_ACTIVITY SAP (Entry Shared Buffer Internal Activity) Structure details

Dictionary Type: Structure
Description: Entry Shared Buffer Internal Activity




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




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

CKF_BO_INTERNAL_ACTIVITY 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 "Entry Shared Buffer Internal Activity" 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_INTERNAL_ACTIVITY TYPE CKF_BO_INTERNAL_ACTIVITY.

The CKF_BO_INTERNAL_ACTIVITY table consists of various fields, each holding specific information or linking keys about Entry Shared Buffer Internal Activity 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_INTERNAL_ACTIVITY 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
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_INTERNAL_ACTIVITY using ABAP code?

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

How to access SAP table CKF_BO_INTERNAL_ACTIVITY

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