E2KEPH SAP (Product Costing: Cost Components for Cost of Goods Mfd) Structure details

Dictionary Type: Structure
Description: Product Costing: Cost Components for Cost of Goods Mfd




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




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

E2KEPH 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 "Product Costing: Cost Components for Cost of Goods Mfd" 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_E2KEPH TYPE E2KEPH.

The E2KEPH table consists of various fields, each holding specific information or linking keys about Product Costing: Cost Components for Cost of Goods Mfd data available in SAP. These include BZOBJ (Reference Object), KALNR (Character Field of Length 12), KALKA (Version Number Component), KADKY (Character field, 8 characters long).. 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 E2KEPH 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
MANDT3-Byte field CHAR3CHAR3CHAR3
BZOBJReference Object BZOBJCHAR1BZOBJ
KALNRCharacter Field of Length 12 CHAR12CHAR12CHAR12
KALKAVersion Number Component CHAR2CHAR2CHAR2
KADKYCharacter field, 8 characters long CHAR8CHAR8CHAR8
TVERSVersion Number Component CHAR2CHAR2CHAR2
BWVARValuation variant for the respective standard cost estimate BWVARCHAR3Assigned to domainCK_BWVAR
KKZMACharacter field of length 1 CHAR_LG_01CHAR1CHAR_LG_01
PATNRCharacter field of length 6 CHAR6CHAR6CHAR6
KEARTType of Cost Component Split for Product Costing KEARTCHAR1KEART
LOSFXCharacter field of length 1 CHAR_LG_01CHAR1CHAR_LG_01
KKZSTCosts from Lower Levels KKZSTCHAR1XFELD
KKZMMCosts Were Entered Manually in an Additive Cost Estimate KKZMMCHAR1XFELD
KST001Char 15 CHAR15CHAR15CHAR15
KST002Char 15 CHAR15CHAR15CHAR15
KST003Char 15 CHAR15CHAR15CHAR15
KST004Char 15 CHAR15CHAR15CHAR15
KST005Char 15 CHAR15CHAR15CHAR15
KST006Char 15 CHAR15CHAR15CHAR15
KST007Char 15 CHAR15CHAR15CHAR15
KST008Char 15 CHAR15CHAR15CHAR15
KST009Char 15 CHAR15CHAR15CHAR15
KST010Char 15 CHAR15CHAR15CHAR15
KST011Char 15 CHAR15CHAR15CHAR15
KST012Char 15 CHAR15CHAR15CHAR15
KST013Char 15 CHAR15CHAR15CHAR15
KST014Char 15 CHAR15CHAR15CHAR15
KST015Char 15 CHAR15CHAR15CHAR15
KST016Char 15 CHAR15CHAR15CHAR15
KST017Char 15 CHAR15CHAR15CHAR15
KST018Char 15 CHAR15CHAR15CHAR15
KST019Char 15 CHAR15CHAR15CHAR15
KST020Char 15 CHAR15CHAR15CHAR15
KST021Char 15 CHAR15CHAR15CHAR15
KST022Char 15 CHAR15CHAR15CHAR15
KST023Char 15 CHAR15CHAR15CHAR15
KST024Char 15 CHAR15CHAR15CHAR15
KST025Char 15 CHAR15CHAR15CHAR15
KST026Char 15 CHAR15CHAR15CHAR15
KST027Char 15 CHAR15CHAR15CHAR15
KST028Char 15 CHAR15CHAR15CHAR15
KST029Char 15 CHAR15CHAR15CHAR15
KST030Char 15 CHAR15CHAR15CHAR15
KST031Char 15 CHAR15CHAR15CHAR15
KST032Char 15 CHAR15CHAR15CHAR15
KST033Char 15 CHAR15CHAR15CHAR15
KST034Char 15 CHAR15CHAR15CHAR15
KST035Char 15 CHAR15CHAR15CHAR15
KST036Char 15 CHAR15CHAR15CHAR15
KST037Char 15 CHAR15CHAR15CHAR15
KST038Char 15 CHAR15CHAR15CHAR15
KST039Char 15 CHAR15CHAR15CHAR15
KST040Char 15 CHAR15CHAR15CHAR15

Key field Non-key field



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

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

How to access SAP table E2KEPH

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