E3KEPH 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 E3KEPH
Related tables to E3KEPH
Access table E3KEPH




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

E3KEPH 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_E3KEPH TYPE E3KEPH.

The E3KEPH 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 (Cost Estimate Number (Unit Costing)), KALKA (Costing Type), KADKY (Costing Date (Key)).. 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 E3KEPH 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
BZOBJReference Object BZOBJCHAR1BZOBJ
KALNRCost Estimate Number (Unit Costing) KALNRCHAR8KALNRKNR
KALKACosting Type CK_KALKACHAR2Assigned to domainCK_KALKAKKA
KADKYCosting Date (Key) CK_KADKYDATS8CK_KADATKKK
TVERSCosting Version CK_TVERSNUMC2CK_VERSIONVSN
BWVARValuation variant for the respective standard cost estimate BWVARCHAR3Assigned to domainCK_BWVAR
KKZMACosts Entered Manually in Additive or Automatic Cost Est. CK_KKZMACHAR1XFELDKKM
PATNRPartner number for costing NKPRTNNUMC6NUM6
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 E3KEPH using ABAP code?

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

How to access SAP table E3KEPH

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