cancel
Showing results for 
Search instead for 
Did you mean: 

Planned order status - output firmed

Former Member
0 Kudos

Hi SAP Experts.

When we manually change a planned order this receive the status "output firmed". In our scenario, we will have many changes that will be done manually. In this case we are using planning material, so we want to run the MRP to adjust the planned order according to the independent requirement as it will be consumpted.

Is there a way to change this planned orders in batch (mass)? Any heuristic or function?

thanks in advance

Thiago Cyrillo

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello.

I think we more information about your scenario.

But you can create a custom heuristic to change parameters like you want.

Best Regards

Edited by: Marcelo Kayro Quintão on May 12, 2011 3:08 PM

Former Member
0 Kudos

Hello Marcelo,

thanks for the answer. We have already developed a heuristic to change the status "Output Firmed" of the orders.

Regards

Thiago Cyrillo

Former Member
0 Kudos

How did you develop this customization to change status of output firmed orders without deleting them?

I believe its not possible to re-explode PDS of a released order.

-Vinay

Former Member
0 Kudos

We create a heuristic that use the BAPIs BAPI_POSRVAPS_SAVEMULTI3 and BAPI_MOSRVAPS_SAVEMULTI3 to change the status "Output firmed"

The status output firmed does not mean that the order is released. With this heuristics we don't need to delete them, neither to reexplode the PDS.

The heuristic is running as the requirement.

Regards

Thiago Cyrillo

Former Member
0 Kudos

Steps:

1)Use BAPI_MOSRVAPS_GETLIST2 to select what you want.

2) Use function to set Orders Firmed - /SAPAPO/RRP_ORDER_SET_FIRMED

Best Regards

Former Member
0 Kudos

Hi,

do you mean changing the planned material and updating existing planned orders afterwards?

br,

Wojciech