MILL_PP_KOM SAP (Fast Entry PP (Dialog Data)) Structure details

Dictionary Type: Structure
Description: Fast Entry PP (Dialog Data)




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




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

MILL_PP_KOM 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 "Fast Entry PP (Dialog Data)" 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_MILL_PP_KOM TYPE MILL_PP_KOM.

The MILL_PP_KOM table consists of various fields, each holding specific information or linking keys about Fast Entry PP (Dialog Data) data available in SAP. These include MATNR (Material Number for Order), PSMNG (Order item quantity), MEINS (Base Unit of Measure), CHARG (Batch Number).. 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 MILL_PP_KOM 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
POSNROrder Item Number CO_POSNRNUMC4CO_POSNR
MATNRMaterial Number for Order CO_MATNRCHAR18MARAMATN1MATNRMAT
PSMNGOrder item quantity CO_PSMNGQUAN13(3) MENG13
MEINSBase Unit of Measure LAGMEUNIT3T006CUNITMEINS
CHARGBatch Number CHARG_DCHAR10MCHACHARGCHA
DWERKPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
MARKSingle-Character Indicator CHAR1CHAR1CHAR1
CUOBJConfiguration (internal object number) CUOBJNUMC18CUOBJCUX
CHOBJInternal object number of the batch classification CUOBJ_CHNUMC18CUOBJ
KZKFGConfigurable Material KZKFGCHAR1XFELD
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
RSARTRecord type RSARTCHAR1RSART

Key field Non-key field



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

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

How to access SAP table MILL_PP_KOM

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