cancel
Showing results for 
Search instead for 
Did you mean: 

Function to date fix operations massively

Former Member
0 Kudos

Hi SAP Gurus,

I have a requirement from my current customer which is massively date fix operations of orders. Do you know any FM that could be helpful to be used in a z program? I have used in past projects a function to date fix the whole order, and not only selected operations.

Thanks and Regards

André Val

Accepted Solutions (1)

Accepted Solutions (1)

tiago_furlanetto
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi André.

One option would be to use heuristic SAP_DS_03 to create fixing intervals in the resources.

Additionally, the function "Firm Objects", which can be executed as a Planning Run, can also be used to firm operations of orders (for example, when you specify 'Operations' as the 'Planning Object' in /SAPAPO/CDPSB0).

Coding-wise, when a Planning Run is executed with Firm Object or Unfirm Objects, Function Module /SAPAPO/FDIS_DISPATCH_FUNCTION is called, which then later on calls the Fix/Unfix functions itself  and, later on, FM /SAPAPO/EFPL_OPERATIONS_FIX, which fixes the objects.

Regards,

Tiago

Answers (0)