cancel
Showing results for 
Search instead for 
Did you mean: 

Firming/Fixing Heuristic

napoleon_sabado3
Explorer
0 Kudos

Hello APO Friends,

I need to create Production Orders in the ECC system, whereas by the time that the Products were executed in the PPDS Planning Run the orders should be automatically be set to "Fix or Firmed".

I have checked in the APO system the Standard Heuristics but not found any.

Can you please provide information if these is a special case or is there a functional setting that would help me address this concern.

Many Thanks,

Nap

Accepted Solutions (1)

Accepted Solutions (1)

m_manimaran
Active Contributor
0 Kudos

Hi,

Production orders transferred from SAP R/3 have the Output firmed status in SAP APO. And while running PPDS planning run, if you want the planned orders to have firming indicators, it can be handled with Planning time fence. So, whenever the planned order falls within the planning time fence, it will be firmed automatically.

Regards,

Manimaran M.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Nap,

you can create your own heuristic considering:

1)Use BAPI_MOSRVAPS_GETLIST2 to select what you want.

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

Regards

Thiago Cyrillo

0 Kudos

Perhaps you can try creating an implementation of BAdI /SAPAPO/RRP_SRC_EXIT, Method RRP_USEX_PLORD_CREATE, and set CS_ORDKEY-OUTPUT_FIXED to 'X'. I have not tested this myself, but this should make the system set output firmed indicator in all Planned Orders during order creation.