CKI_CKMLPR SAP (Data Part CKMLPR) Structure details

Dictionary Type: Structure
Description: Data Part CKMLPR




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




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

CKI_CKMLPR 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 CKMLPR" 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_CKI_CKMLPR TYPE CKI_CKMLPR.

The CKI_CKMLPR table consists of various fields, each holding specific information or linking keys about Data Part CKMLPR data available in SAP. These include ZPRSDAT (Date from which a future valuation price is to be valid), ZKPRS (Future price), KALKZ (Indicator: standard cost estimate for future period), PPRDZ (Period of Future Standard Cost Estimate).. 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 CKI_CKMLPR 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
PEINHPrice Unit PEINHDEC5PACK3
ZPRSDATDate from which a future valuation price is to be valid CK_ZPRSDATDATS8SYDATS
ZKPRSFuture price DZKPRSCURR11(2) WERT11
KALKZIndicator: standard cost estimate for future period KAXKZCHAR1XFELD
PPRDZPeriod of Future Standard Cost Estimate CK_PPRDZNUMC3POPERBUP
PDATZFiscal Year of Future Standard Cost Estimate CK_PDATZNUMC4GJAHRGJAHRGEJ
BWVA1Valuation Variant for Future Standard Cost Estimate CK_BWVA1CHAR3Assigned to domainCK_BWVAR
VERS1Costing Version of Future Standard Cost Estimate CK_TVERS1NUMC2CK_VERSIONVSN
ZPLPRFuture planned price DZPLPRCURR11(2) WERT11
FPLPXFixed Portion of Future Planned Price CK_ZPLPXCURR11(2) WERT11V
ZBWSTValuation Strategy for Future Planned Price, Special Stock CK_ZBWSTCHAR1CK_BWST
KALKLStandard Cost Estimate for Current Period KALKLCHAR1XFELD
PPRDLPeriod of Current Standard Cost Estimate CK_PPRDLNUMC3POPER
PDATLFiscal Year of Current Standard Cost Estimate CK_PDATLNUMC4GJAHRGJAHR
BWVA2Valuation Variant for Current Standard Cost Estimate CK_BWVA2CHAR3Assigned to domainCK_BWVAR
VERS2Costing Version of Current Standard Cost Estimate CK_TVERS2NUMC2CK_VERSION
LPLPRCurrent Planned Price CK_LPLPRCURR11(2) WERT11
LPLPXFixed Portion of Current Planned Price CK_LPLPXCURR11(2) WERT11V
LBWSTVal. Strat. for Current Plan Price, Sales Order/Proj. Stock CK_LBWSTCHAR1CK_BWST
KALKVIndicator: standard cost estimate for previous period KALKVCHAR1XFELD
PPRDVPeriod of Previous Standard Cost Estimate CK_PPRDVNUMC3POPER
PDATVFiscal Year of Previous Standard Cost Estimate CK_PDATVNUMC4GJAHRGJAHR
BWVA3Valuation Variant for Previous Standard Cost Estimate CK_BWVA3CHAR3Assigned to domainCK_BWVAR
VERS3Costing Version of Previous Standard Cost Estimate CK_TVERS3NUMC2CK_VERSION
VPLPRPrevious planned price VPLPRCURR11(2) WERT11
VPLPXFixed Portion of Previous Planned Price CK_VPLPXCURR11(2) WERT11V
CBWSTValuation Strategy for Previous Plan Price, Special Stock CK_VBWSTCHAR1CK_BWST
SET_BY_MARKINGThis Currency Type Was Updated to the Material Ledger CK_SET_BY_MARKGCHAR1XFELD
EIBDATJYear in Which the Ending Inventory Price Is Valid CK_EIBDATJNUMC4GJAHRGJAHR
EIPOPERPeriod for Which the Ending Inventory Price Is Valid CK_EIPOPERNUMC3POPER
EIPRICEPrice for Ending Inventory Valuation CK_EIPRICECURR11(2) WERT11

Key field Non-key field



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

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

How to access SAP table CKI_CKMLPR

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