KOMPH SAP (Batch Determination: Communication Record for Item) Structure details

Dictionary Type: Structure
Description: Batch Determination: Communication Record for Item




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




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

KOMPH 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 Determination: Communication Record for Item" 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_KOMPH TYPE KOMPH.

The KOMPH table consists of various fields, each holding specific information or linking keys about Batch Determination: Communication Record for Item data available in SAP. These include WERKS (Plant), LGORT (Storage Location), VSTEL (Shipping Point/Receiving Point), EAN11 (International Article Number (EAN/UPC)).. 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 KOMPH 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
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
VSTELShipping Point/Receiving Point VSTELCHAR4TVSTVSTELVST
EAN11International Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
WAGRPMaterial group WAGRPCHAR9CHAR9
KONDMMaterial Pricing Group KONDMCHAR2T178KONDMVKM
MATKLMaterial Group MATKLCHAR9T023MATKLMKLS_WBWG
WGRU1Material group hierarchy 1 MCW_WGRU1CHAR18KLASSEWGRU1
WGRU2Material group hierarchy 2 MCW_WGRU2CHAR18KLASSEWGRU2
PRODHProduct hierarchy PRODH_DCHAR18T179PRODHVPR
VKGRURepair Processing: Classification of Items VKGRUCHAR3Assigned to domainRMA_VORGARMA_VORGA
VKAUSUnused - Reserve Length 3 VKAUSCHAR3VKAUS
MTARTMaterial Type MTARTCHAR4T134MTARTMTA
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
MBRSHIndustry sector MBRSHCHAR1T137MBRSHMTP
KZTLFPartial delivery at item level KZTLFCHAR1KZTLF
ROUTERoute ROUTECHAR6TVROROUTE
KVGR1Customer group 1 KVGR1CHAR3TVV1KVGR1
KVGR2Customer group 2 KVGR2CHAR3TVV2KVGR2
KVGR3Customer group 3 KVGR3CHAR3TVV3KVGR3
KVGR4Customer group 4 KVGR4CHAR3TVV4KVGR4
KVGR5Customer group 5 KVGR5CHAR3TVV5KVGR5
MVGR1Material group 1 MVGR1CHAR3TVM1MVGR1
MVGR2Material group 2 MVGR2CHAR3TVM2MVGR2
MVGR3Material group 3 MVGR3CHAR3TVM3MVGR3
MVGR4Material group 4 MVGR4CHAR3TVM4MVGR4
MVGR5Material group 5 MVGR5CHAR3TVM5MVGR5
BWTTYValuation Category BWTTY_DCHAR1T149CBWTTY
BWTEXIndicator: Separate valuation BWTEXCHAR1XFELD
VLTYPSource Storage Type LTAP_VLTYPCHAR3T301LGTYP
NLTYPDestination Storage Type LTAP_NLTYPCHAR3T301LGTYP
BESTQStock Category in the Warehouse Management System BESTQCHAR1BESTQ
BWTARValuation Type BWTAR_DCHAR10T149DBWTARBWT
BWARTMovement Type (Inventory Management) BWARTCHAR3T156BWARTBWA
SOBKZSpecial Stock Indicator SOBKZCHAR1T148SOBKZ
ZUSTDBatch in Restricted-Use Stock DZUSTDCHAR1XFELD
KDAUFSales Order Number KDAUFCHAR10VBUKALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
KDEINDelivery Schedule for Sales Order KDEINNUMC4NUM04
UMWRKReceiving/Issuing Plant UMWRKCHAR4T001WWERKS
UMLGOReceiving/Issuing Storage Location UMLGOCHAR4T001LLGORT
UMSOKSpecial Stock Indicator for Physical Stock Transfer UMSOKCHAR1T148SOBKZ
PMATNMaterial Number for Order CO_MATNRCHAR18MARAMATN1MATNRMAT
PWERKPlanning plant for the order CO_PWERKCHAR4T001WWERKS
SPARPDivision in item SPARPCHAR2TSPASPART
BERIDMRP Area BERIDCHAR10Assigned to domainBERIDBERID
PDUMMYDummy function in length 1 DUMMYCHAR1DUMMY

Key field Non-key field



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

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

How to access SAP table KOMPH

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