CKF_BUFFER_OBJECT_DATA SAP (Data Part Entry Shared Buffer Cost Estimate) Structure details

Dictionary Type: Structure
Description: Data Part Entry Shared Buffer Cost Estimate




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




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

CKF_BUFFER_OBJECT_DATA 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 "Data Part Entry Shared Buffer Cost Estimate" 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_BUFFER_OBJECT_DATA TYPE CKF_BUFFER_OBJECT_DATA.

The CKF_BUFFER_OBJECT_DATA table consists of various fields, each holding specific information or linking keys about Data Part Entry Shared Buffer Cost Estimate data available in SAP. These include CREATION_TIME (Time), STATE (Costing Status), PROFIT_CENTER (Profit Center), BZOBJ (Reference Object).. 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 CKF_BUFFER_OBJECT_DATA 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
CREATION_DATEDate on Which Cost Estimate Was Created CK_CPUDTDATS8DATUM
CREATION_TIMETime UZEITTIMS6UZEIT
STATECosting Status CK_FEH_STACHAR2CK_STATUSFEHSTA
PROFIT_CENTERProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
BZOBJReference Object CK_OBJCHAR1Assigned to domainCK_OBJ
KALNRCost Estimate Number for Cost Est. w/o Qty Structure CK_KALNRNUMC12Assigned to domainCK_KALNRKNR
KALKACosting Type CK_KALKACHAR2Assigned to domainCK_KALKAKKA
KADKYCosting Date (Key) CK_KADKYDATS8CK_KADATKKK
TVERSCosting Version CK_TVERSNUMC2CK_VERSIONVSN
BWVARValuation Variant in Costing CK_BWVARCHAR3Assigned to domainCK_BWVARBWV
KKZMACosts Entered Manually in Additive or Automatic Cost Est. CK_KKZMACHAR1XFELDKKM
USTRATTransfer Strategy: Search Term 1 CK_UEBPER1NUMC1CK_PER
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
PARTNERPartner number for costing NKPRTNNUMC6NUM6
STRUCTURECost Component Structure - CGM and Sales/Administr. Costs CK_ELESMHKCHAR2Assigned to domainCK_ELESMHKEHK
COST_COMPONENT_NUMBERCost Component Number of Main Cost Component Split CK_ELEMENTHSNUMC3Assigned to domainCK_ELEMENT
COST_ELEMENTCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
PRICE_STRATEGYValuation Strategy for Material Component CK_BWSMACHAR1CK_BWSMA
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
ORIGIN_GROUPOrigin Group as Subdivision of Cost Element HRKFTCHAR4Assigned to domainHRKFT
ORIGIN_MATERIALMaterial-related origin HKMATCHAR1HKMAT
BATCHBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
DEPENDENT_REQ_INDDependent requirements ind. for individual and coll. reqmts SBDKZCHAR1SBDKZ

Key field Non-key field



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

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

How to access SAP table CKF_BUFFER_OBJECT_DATA

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