CST_PBOM_ITM_EXTENDED SAP (CST ProductionBillOfMaterial Item Basic Elements) Structure details

Dictionary Type: Structure
Description: CST ProductionBillOfMaterial Item Basic Elements




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




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

CST_PBOM_ITM_EXTENDED 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 "CST ProductionBillOfMaterial Item Basic Elements" 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_CST_PBOM_ITM_EXTENDED TYPE CST_PBOM_ITM_EXTENDED.

The CST_PBOM_ITM_EXTENDED table consists of various fields, each holding specific information or linking keys about CST ProductionBillOfMaterial Item Basic Elements data available in SAP. These include IDNRK (BOM component), STVKN (Inherited node number of BOM item), UPSKZ (Indicator: sub-items exist), AENNR (Change Number To).. 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 CST_PBOM_ITM_EXTENDED 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
STLKNBOM item node number STLKNNUMC8KNTNR
IDNRKBOM component IDNRKCHAR18Assigned to domainMATN1MATNR
STVKNInherited node number of BOM item STVKNNUMC8KNTNR
UPSKZIndicator: sub-items exist UPSKZCHAR1XFELD
AENNRChange Number To AENRACHAR12Assigned to domainAENNRAENNR
AENRAChange Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
DATUVValid-From Date DATUVDATS8DATUM
DATUBValid-to date DATUBDATS8DATUM
POSTPItem Category (Bill of Material) POSTPCHAR1Assigned to domainPOSTP
POSNRBOM Item Number SPOSNCHAR4NUMCVSPOSN
MENGEComponent quantity KMPMGQUAN13(3) MENGV13
MEINSComponent unit of measure KMPMEUNIT3Assigned to domainCUNITMEINS
FMENGFixed qty FMNGECHAR1XFELD
MATTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
POTX1BOM Item Text (Line 1) POTX1CHAR40TEXT40
POTX2BOM item text (line 2) POTX2CHAR40TEXT40
AVOAUOperation scrap AVOAUDEC5(2) DEC3_2
AUSCHComponent scrap in percent KAUSFDEC5(2) DEC3_2
KZKUPIndicator: co-product KZKUPCHAR1XFELD
DUMPS1Phantom item indicator DUMPSCHAR1XFELD
SANFEIndicator: item relevant to production SANFECHAR1XFELD
BEIKZMaterial Provision Indicator BEIKZCHAR1Assigned to domainBEIKZ
RGEKZIndicator: Backflush RGEKMCHAR1RGEKM
SCHGTIndicator: Bulk Material SCHGTCHAR1XFELD
SCHGTMASTERRECORDIndicator: Bulk Material SCHGTCHAR1XFELD
LGORTIssue location for production order CSLGOCHAR4Assigned to domainLGORTLAG
PRVBEProduction Supply Area PRVBECHAR10Assigned to domainPRVBEPVB
PTEXTItem category text PTTXTCHAR30TEXT30

Key field Non-key field



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

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

How to access SAP table CST_PBOM_ITM_EXTENDED

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