cancel
Showing results for 
Search instead for 
Did you mean: 

Function Module for PPDS Planned Order

Former Member
0 Kudos

Hi Gurus,

Required a functional module where the input parameter is Product/matid and output parameter is ppds planned order against that product.

The scenario is, client do not want to provide the authorization of /N/SAPAPO/RRP3 & RRP4 screen to the end user. Hence trying to develop a program where we can give the product no and change the order priority ( initially low priority but now due to market demand become high priority product) against the ppds planned order. Once the product and new priority is maintained in program it will update the RRP3 and RRP4 screen accordingly.

A quick help will be highly appreciated.

Thanks in advance

Regards,

Balraj

Accepted Solutions (0)

Answers (2)

Answers (2)

rupesh_brahmankar3
Active Contributor
0 Kudos

Dear,

You can use BAPI_MOSRVAPS_SAVEMULTI3 to update your planned orders (Business object - ManufactOrderAPS). ORDER_HEAD table parameter has the field PRIORITY.

Regards,

R.Brahmankar

Former Member
0 Kudos

Hi DB49,

can you elaborate the suggested solution? 

Former Member
0 Kudos

Balraj,

By default, PP/DS supply element priority is set in the product master for MTS.

/SAPAPO/MAT1 > SNP2 tab > under 'Other data' change the Priority so as to be high enough to meet your business requirements.  Then, run heuristic SAP_PP_012 Change Order Priorities against these Products in /SAPAPO/CDPSB0.

Best Regards,

DB49

rupesh_brahmankar3
Active Contributor
0 Kudos

Dear,

You can use the PPDS Heuristic functionality of fixing the orders . You can change the Order priority using heuristic SAP_PP_012.

Regards,

R.Brahmankar

Former Member
0 Kudos

Balraj,

Bizarre client....

I don't suppose you have considered changing the priority of the product master, and running the priority heuristic to reprioritize the receipt elements?

Best regards,

DB49