cancel
Showing results for 
Search instead for 
Did you mean: 

/SAPAPO/OM_ORDER_MODIFY is not changing priority value

Former Member
0 Kudos

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

0 Kudos

Hello!

I'm facing some problems related to priority and prio_req.

Did you solve it?

Thanks a lot!

Victor Leao

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

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