cancel
Showing results for 
Search instead for 
Did you mean: 

How to determine Component materials for PO line item Materials.

Former Member
0 Kudos

Hello friends,

I woluld like to know the table name for getting the component Materials of a Purchase Order line item material.

There is a table called RESB, which is containing the component materials for the PO line item materials. But this table is populating only after creating (saving) the PO.

But, i have to do some validations on component materials, before saving the PO. For that i would like to know the table, from which the component materials will pick.

Or

Please provide some user exit names, which will contain Component materials, during the PO creation.

Thanks in Advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

kunal_ingale
Active Contributor
0 Kudos

hi

header BOM table - STKO ( u need to fetch BOM# from here)

Item table - STPO ( pass the BOM # here and retreive all the item details)

try using FM

CS_BOM_EXPL_MAT_V2

regards

kunal

csaba_szommer
Active Contributor
0 Kudos

Hi,

For subcontracting PO the system uses BOM to determine the components. Using tables MAST-STKO-STPO you can get the required info.

Please be aware of that several (alternative) BOMs may exist for one material.

Regards,

Csaba