ESO_S_PRODUCTION_MBOM_ITEM SAP (Enterprise Search Node: MBOM Item) Structure details

Dictionary Type: Structure
Description: Enterprise Search Node: MBOM Item




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




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

ESO_S_PRODUCTION_MBOM_ITEM 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 "Enterprise Search Node: MBOM 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_ESO_S_PRODUCTION_MBOM_ITEM TYPE ESO_S_PRODUCTION_MBOM_ITEM.

The ESO_S_PRODUCTION_MBOM_ITEM table consists of various fields, each holding specific information or linking keys about Enterprise Search Node: MBOM Item data available in SAP. These include STLNR (Bill of material), STLAL (Alternative BOM), STVKN (Inherited node number of BOM item), STLKN (BOM item node 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 (Deep)


SAP ESO_S_PRODUCTION_MBOM_ITEM 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
STLTYBOM category STLTYCHAR1STLTY
STLNRBill of material STNUMCHAR8NUMCVSTNUMSTLNR
STLALAlternative BOM STALTCHAR2ALPHAALTNR
STVKNInherited node number of BOM item STVKNNUMC8KNTNR
STLKNBOM item node number STLKNNUMC8KNTNR
AENNRChange Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
VALID_FROMValid-From Date DATUVDATS8DATUM
VALID_TOValid-to date DATUBDATS8DATUM
IDNRKBOM component IDNRKCHAR18Assigned to domainMATN1MATNR
KLARTClass Type KLASSENARTCHAR3Assigned to domainKLASSENARTKAR
CLASSClass number KLASSE_DCHAR18KLASSEKLA
POSTPItem Category (Bill of Material) POSTPCHAR1Assigned to domainPOSTP
REKRIIndicator: BOM is recursive REKRICHAR1XFELD
REKRSIndicator: recursiveness allowed REKRSCHAR1XFELD
CADPOCAD Indicator CADPOCHAR1XFELD
SANKOIndicator: item relevant to engineering SANKOCHAR1XFELD
SANFEIndicator: item relevant to production SANFECHAR1XFELD
SANINIndicator: item relevant to plant maintenance SANINCHAR1XFELD
ERSKZIndicator: spare part ERSKZCHAR1Assigned to domainERSKZ
RVRELIndicator: item relevant to sales RVRELCHAR1Assigned to domainRVREL
SANKAIndicator for Relevancy to Costing CK_SELKZCHAR1Assigned to domainCK_SELKZ
DOKARDocument Type DOKARCHAR3Assigned to domainDOKARCV2
DOKNRDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
DOKVRDocument Version DOKVRCHAR2DOKVRCV3
DOKTLDocument Part DOKTL_DCHAR3DOKTLCV4
POTX1BOM Item Text (Line 1) POTX1CHAR40TEXT40
POTX2BOM item text (line 2) POTX2CHAR40TEXT40
LTXSPLong Text Language, for Creation of a Change Document LTXSP_CPLANG1Assigned to domainISOLASPRAS
ITEM_LTXTPLM: Longtext for BOM Item BOM_ITEM_LTXTSTRG0
DOCLINK_DOKOBLinked SAP Object DOKOBCHAR10Assigned to domainDOKOB
DOCLINK_OBJKYDocument management object key OBJKYCHAR50CHAR50
CLASSIFICATION_KEYDocument management object key OBJKYCHAR50CHAR50
CLSZUClassification number CS_CLSZUNUMC8NUM8

Key field Non-key field



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

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

How to access SAP table ESO_S_PRODUCTION_MBOM_ITEM

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