cancel
Showing results for 
Search instead for 
Did you mean: 

process order qty produced report

Former Member
0 Kudos

Hi,

I need to develop a report ,it is a raw material report and I need to  know what and how much is the finished product produced using the raw material in a day

when there is one to one relation I am able to get the result correctly but problem is my raw material goes into manufacture of a semi finished product first,and there may be more than two stages  to get the finished product in this case what logic should I adopt to get the result,

Have any body developed such a report can share their knowledge please

Regards

Kantha

Accepted Solutions (1)

Accepted Solutions (1)

sjeevan
Active Contributor
0 Kudos

You can use function module CS_WHERE_USED_MAT with recursion to find out the quantity of finished product that can be produced from the quantity of raw material.

Look at the following thread.

http://scn.sap.com/thread/818074

Also look at the following thread see my reply to get a better understanding on the concept for determining it manually using standard transaction CS15:

http://scn.sap.com/message/13375893#13375893

Answers (0)