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

production order problem

Former Member
0 Likes
444

hello everybody,

if i know a finished good production order at the sales order line item level, how do i get all the materials consumed in that production order? Thank you

1 ACCEPTED SOLUTION
Read only

FredericGirod
Active Contributor
0 Likes
370

Hello,

try to use the transaction ST05 on your transaction to display production order.

ST05 allow you to make a SQL trace, you will show a lot of table used by the program

Regards

Frédéric

2 REPLIES 2
Read only

FredericGirod
Active Contributor
0 Likes
371

Hello,

try to use the transaction ST05 on your transaction to display production order.

ST05 allow you to make a SQL trace, you will show a lot of table used by the program

Regards

Frédéric

Read only

0 Likes
370

All of the components of the production order? The components of the production order are stored in the RESB table. You will need to get the RSNUM from AFKO and hit against RESB. These are your components.

Please don't forget to awared points for helpful answers. Thanks.

Regards,

Rich Heilman