cancel
Showing results for 
Search instead for 
Did you mean: 

Function Module/BAPI for planned order change through heuristic

Former Member
0 Kudos

Gurus,

We are working on PPDS. The requirement is to change the operation times of the operations of a planned order by calling a z-heuristic in the DS board. We have tried the function module: /SAPAPO/OM_ORDER_CHANGE

However, for this FM, we need to pass IS_ATP_Info structure with the field transaction_key. It seems that this is a GUID of a temporary object that gets created while the transaction call. But we are not sure the use if this field and hence not getting any results using this.

   It would be of great help if you could share your ideas and input on this. Also if there is any other function module (that you know of) available for changing the planned orders’ in the DS board, kindly let us know.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

claire_yang
Contributor
0 Kudos

Hi,

You may consider to use BADI /SAPAPO/RRP_HEUR_DO.

Claire

Answers (1)

Answers (1)

former_member197994
Active Contributor
0 Kudos

Hi Snigdhodeep,

please consider BAPI_MOSRVAPS_SAVEMULTI3. You can use another BAPI BAPI_MOSRVAPS_GETLIST2 to get information of the planned order to be changed.

Tiemin