LPO_INT_MODEL_MAT_UPDATE SAP (Integration model LPO: Update Material) Structure details

Dictionary Type: Structure
Description: Integration model LPO: Update Material




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




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

LPO_INT_MODEL_MAT_UPDATE 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 "Integration model LPO: Update Material" 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_LPO_INT_MODEL_MAT_UPDATE TYPE LPO_INT_MODEL_MAT_UPDATE.

The LPO_INT_MODEL_MAT_UPDATE table consists of various fields, each holding specific information or linking keys about Integration model LPO: Update Material data available in SAP. These include PLANT_ID (Plant), PROD_VERSION (Production Version), BOM_USAGE (BOM Usage), BOM_ALTERNATIVE (Alternative BOM).. 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 LPO_INT_MODEL_MAT_UPDATE 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
MATERIAL_IDMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
PLANT_IDPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
PROD_VERSIONProduction Version VERIDCHAR4Assigned to domainVERIDVER
BOM_USAGEBOM Usage STLANCHAR1Assigned to domainSTLANCSV
BOM_ALTERNATIVEAlternative BOM STALTCHAR2ALPHAALTNR
PROD_LINEWork center ARBPLCHAR8ARBPLAGR
PHANTOM_ASSEMBLYPhantom item indicator DUMPSCHAR1XFELD
UPDATE_INDICATORLPO update indicator (‘I’ (Insert)/’U’ (Update)/’D’ (Delete) LPO_UPDATE_INDICATORCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table LPO_INT_MODEL_MAT_UPDATE

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