cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

/SAPAPO/OM_ORDER_MODIFY is not changing priority value

Former Member
0 Likes
763

Hi All,

Im using FM /SAPAPO/OM_ORDER_MODIFY to change the priority as shown below:

Im passing general parameters, simsession and it_outputs as input to FM.

it_output has ORDID (Internal number char22), position no, line no, new_prio_req and change_prio_req = C.

But it is not changing priority and has no error in et_rc. It is empty.

Please let me know reason for this.

Thanks,

Spandana

Accepted Solutions (0)

Answers (1)

Answers (1)

tiago_furlanetto
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Spandana,


How are you calling /SAPAPO/OM_ORDER_MODIFY?


Generally, first a simulation version needs to be created, for example with FM /SAPAPO/RRP_SIMSESSION_CREATE.

Then, the data is modified, for example with FM /SAPAPO/OM_ORDER_MODIFY.

Then, the simulation version is saved/commited, for example with /SAPAPO/RRP_COMMIT.

Regards,
Tiago