Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

extracting BOMs

Former Member
0 Likes
504

i m extracting BOMs froma aplant,

i need the following fields,

MATERIAL_NUMBER

PLANT

BOM_USAGE

CHANGE_NUMBER

ITEM

COMPONENT

QUANTITY

UM

BASE_QUANTITY

but i donot know from which table this data has o be extracted,

has anyone previously extracted BOM data.

please help.

thanks

i m extracting BOMs froma aplant,

i need the following fields,

MATERIAL_NUMBER

PLANT

BOM_USAGE

CHANGE_NUMBER

ITEM

COMPONENT

QUANTITY

UM

BASE_QUANTITY

but i donot know from which table this data has o be extracted,

has anyone previously extracted BOM data.

please help.

thanks

2 REPLIES 2
Read only

Former Member
0 Likes
468

Hi Sanjana,

BOM tables are

STKO - BOM Header

STPO - BOM item

MAST - Material to BOM Link

You get all the below fields in the table from STPO.

Rewards Points if it helped you.

Thanks,

Abhishek

Read only

Former Member
0 Likes
468

Hi,

You can use

STKO - BOM Header details

STPO - BOM item details

MAST - Material to BOM Link

STPOX - BOM Items (Extended for List Displays)

You can use the function module

CS_BOM_EXPL_MAT_V2 for exploring the BOm details.

Using this function module explored BOM details will be handled by STPOX structure.

I think it is useful for you.