RKKPI1 SAP (Batch input: single-level product cost est. transfer values) Structure details

Dictionary Type: Structure
Description: Batch input: single-level product cost est. transfer values




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




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

RKKPI1 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 "Batch input: single-level product cost est. transfer values" 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_RKKPI1 TYPE RKKPI1.

The RKKPI1 table consists of various fields, each holding specific information or linking keys about Batch input: single-level product cost est. transfer values data available in SAP. These include KLVAR (Costing Variant), MATNR (Material Number), WERKS (Plant), LOSGR (Planned lot size).. 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 RKKPI1 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
KLVARCosting Variant CK_KLVARCHAR4Assigned to domainKLVARKRT
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LOSGRPlanned lot size LOSGRQUAN13(3) MENG13
TVERSCosting Version CK_TVERSNUMC2CK_VERSIONVSN
KADATCosting Date From CK_ABDATDATS8CK_KADATKDA
BIDATCosting Date To CK_BIDATDATS8CK_KADATKDB
RAWMATERIALMaterial Component CK_ROHCHAR1XFELD
POSNRItem number for RKKPIPD RKKPIPOSNRINT410RKKPIPOSNR
TYPPSItem Category TYPPSCHAR1TYPPS
HERK2Origin Field 2 (Item) HERK2CHAR40KKEK_HERK2
HERK3Origin Field 3 HERK3CHAR6CHAR6
MENGEQuantity MENGE_POSQUAN15(3) CQUA8
MEEHTBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
PSKNZLot-Size-Independent Indicator PSKNZCHAR1CHAR1
LPREISPrice in Entry Currency LPREISCURR15(2) CVAL8
LTEXTLong Text LTEXTCHAR40TEXT40
KSTARCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
EFLAGGeneral Flag FLAGCHAR1FLAG

Key field Non-key field



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

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

How to access SAP table RKKPI1

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