CKIBEW SAP (Header Transfer Structure for Central Valuation Routines) Structure details

Dictionary Type: Structure
Description: Header Transfer Structure for Central Valuation Routines




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




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

CKIBEW 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 "Header Transfer Structure for Central Valuation Routines" 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_CKIBEW TYPE CKIBEW.

The CKIBEW table consists of various fields, each holding specific information or linking keys about Header Transfer Structure for Central Valuation Routines data available in SAP. These include PSDAT (Pricing Date), PLDAT (Value Date for Currency Translation), OWAER (Currency Key), OCTYP (Currency Type for Object Currency).. 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 CKIBEW 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
LOSGRPlanned lot size LOSGRQUAN13(3) MENG13
PSDATPricing Date PSDATDATS8DATUM
PLDATValue Date for Currency Translation PLDATDATS8DATUM
OWAERCurrency Key OWAERCUKY5Assigned to domainWAERSOWS
OCTYPCurrency Type for Object Currency OCTYPCHAR2CURTP
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
HCTYPCurrency Type for Local Currency HCTYPCHAR2CURTP
KURSTExchange Rate Type KURSTCHAR4Assigned to domainKURSTKUT
UKURSExchange Rate UKURS_DDEC9(5) UKURS
UWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
NO_TPRICECDo Not Include Transfer Price from Legal View NO_TPRICECCHAR1CHAR1
NO_TPRICEPDo Not Include Transfer Price from Profit Center View NO_TPRICEPCHAR1CHAR1
VERSN_ISTVersion VERSNCHAR3Assigned to domainALPHACOVERSIKVS
VALUATIONValuation View VALUTYPNUMC1VALUTYPVTP
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
PATNRPartner number for costing NKPRTNNUMC6NUM6
KADATCosting Date From CK_ABDATDATS8CK_KADATKDA
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
TPVARVariant for Finding Transfer Price TPVARIANTCHAR3Assigned to domainALPHATPVARIANT
VERSNVersion VERSNCHAR3Assigned to domainALPHACOVERSIKVS
ELEHKCost Component Structure - CGM and Sales/Administr. Costs CK_ELESMHKCHAR2Assigned to domainCK_ELESMHKEHK
PKSCHPrimary Cost Component Split CK_PRKOSCHCHAR1XFELD
ELEHKNSCost Component Structure for Auxiliary Cost Component Split CK_ELESMNSCHAR2Assigned to domainCK_ELESMHK
PKSCHNSPrimary Cost Component Split CK_PRKOSCHCHAR1XFELD
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
NO_MACK_KALNRDo Not Include Cost Estimate Number from Costing View CKNOMACKKALNRCHAR1CHAR1
TRANSFER_PRICEActivate Explanation Facility to Calculate Transfer Price CKTRACETPCHAR1XFELD
SURCHARGEActivate Explanation Facility for Overhead Calculation CKTRACEOHCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table CKIBEW

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