cancel
Showing results for 
Search instead for 
Did you mean: 

Read planned order quantity

Former Member
0 Kudos

Hi Experts,

I wanted to know if is there any way to read the planned order quantity directly in a macro ?

The scenario is that production is planned on 3 machines in production shop. When I refer to planning book, I get consolidated production of all the 3 machines (in KF Production Planned) but I want to use the production of individual machine & do some calculation in macro. Is there any BAPI / User Exit available to achieve this?

Thanks in advance

Regards

Sandeep Patil

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can use User exit macro to do this. Call BAPI_MOSRVAPS_GETLIST2 in this macro and you can get the planned order data. but this is complex developement and you need a good ABAP skill to do this.

regards

Former Member
0 Kudos

Thanks Pathan for your help. Will try exploring it further

Regards

Sandeep Patil

Answers (0)