CKF_BUFFER_OBJECT_INTERNAL SAP (Internal Structure Shared Buffer Entry - PCP) Structure details

Dictionary Type: Structure
Description: Internal Structure Shared Buffer Entry - PCP




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




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

CKF_BUFFER_OBJECT_INTERNAL 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 Structure Shared Buffer Entry - PCP" 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_INTERNAL TYPE CKF_BUFFER_OBJECT_INTERNAL.

The CKF_BUFFER_OBJECT_INTERNAL table consists of various fields, each holding specific information or linking keys about Internal Structure Shared Buffer Entry - PCP data available in SAP. These include COSTING_VARIANT (Costing Variant), COSTING_VERSION (Costing Version), VALUATION_AREA (Valuation Area), PROFIT_CENTER_RE (Profit Center).. 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_INTERNAL 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
COSTING_VARIANTCosting Variant CK_KLVARCHAR4Assigned to domainKLVARKRT
COSTING_VERSIONCosting Version CK_TVERSNUMC2CK_VERSIONVSN
VALUATION_AREAValuation Area BWKEYCHAR4Assigned to domainBWKEYBWK
PROFIT_CENTER_REProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
MATERIAL_NUMBERMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
VALUATION_TYPEValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
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
.INCLU-A_ 0
CURTPA_Currency Type CURRTYPCHAR2CURRTYP
CURRENCYA_Currency Key WAERSCUKY5Assigned to domainWAERSFWS
SOURCE_CURRENCYA_Currency Key WAERSCUKY5Assigned to domainWAERSFWS
RATE1A_Exchange Rate CKRATEDEC16(8) CKRATE
TRANSFER_CURRENCYA_Currency Key WAERSCUKY5Assigned to domainWAERSFWS
RATE2A_Exchange Rate CKRATEDEC16(8) CKRATE
.INCLU-B_ 0
CURTPB_Currency Type CURRTYPCHAR2CURRTYP
CURRENCYB_Currency Key WAERSCUKY5Assigned to domainWAERSFWS
SOURCE_CURRENCYB_Currency Key WAERSCUKY5Assigned to domainWAERSFWS
RATE1B_Exchange Rate CKRATEDEC16(8) CKRATE
TRANSFER_CURRENCYB_Currency Key WAERSCUKY5Assigned to domainWAERSFWS
RATE2B_Exchange Rate CKRATEDEC16(8) CKRATE

Key field Non-key field



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

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

How to access SAP table CKF_BUFFER_OBJECT_INTERNAL

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