Application Development 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: 

Table for BOM components of Purchase Order

Former Member
0 Kudos

Hi Friends,

In which table system stores the BOM components of Subcontracting Purchase Order, or how can I get the BOM components from Purchase Order.

Awaiting for your response on the issue.

Rgds, Krishan Raheja.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You can check RESB table with the po number and item number.

Regards

Shiba Prasad Dutta

3 REPLIES 3

Former Member
0 Kudos

Hi, BOM explosion is rather complex. The easiest way is to use one of the FM's. Search with BOMEXPL*. This delivers you all data and you can filter the date out you want.

I used the CS_BOM_EXPL_MAT_V2 and that works rather fine. Succes

Edited by: RobvS on Sep 22, 2009 7:43 AM

Former Member
0 Kudos

You can check RESB table with the po number and item number.

Regards

Shiba Prasad Dutta

Former Member
0 Kudos

Hi,

To get the BOM component of any material, it is better to use the FM "CS_BOM_EXPL_MAT_V2".

The tables which contains the BOM data are MAST (Get the BOM usage number for material), STPO (Item table), STKO (Header table).

Regards,

Atanu Das

Edited by: Atanu Das. on Oct 15, 2009 3:50 PM