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: 

need to show data related to Process order request , BOM in a smart form

Former Member
0 Kudos

Hi,

I need to show data related to

• Process order request

• BoM

Now in selection screen we are entering the followings.

Manufacturing Plant ,MRP Controller, Production scheduler, Order type , Order , Material, Sales order, WBS Element,Release,Scheduled start, Scheduled finish ,Selection profile.

how to get 1> Process Order number,Produced Material,Material Description,Print date,Narcotics indicator , Quantity produced , Phase number , Phase description ,Resource description,Standard value to show in a request form.

2> Item category ,Component code,Component description , Component quantity ,Component Unit of measure ,BoM base quantity.

Please help me how to get those values , what should be the aaproach , how to write the select quiry.

Thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

To get BOM details, do the following:

1. Use the material number and goto Article to BOM link table (MAST) to get STLNR (BOM).

2. With this STLNR, goto STPO table (where STLNR is the key field). Here you will get all the BOM details like components (IDNRK), UoM (MEINS) etc....

Hope this helps.

THanks

Vijay

<b>PLZ REWARD POINTS IF HELPFUL</b>

1 REPLY 1

Former Member
0 Kudos

Hi

To get BOM details, do the following:

1. Use the material number and goto Article to BOM link table (MAST) to get STLNR (BOM).

2. With this STLNR, goto STPO table (where STLNR is the key field). Here you will get all the BOM details like components (IDNRK), UoM (MEINS) etc....

Hope this helps.

THanks

Vijay

<b>PLZ REWARD POINTS IF HELPFUL</b>