Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Reset release strategy

Former Member
0 Likes
625

I've added a logic in user exit "ZXM06U22" to reset release strategy once the net price have been changed both increase or deducted. The program source as below, but it can't work. How can i reset the release strategy once the net price deducted. Thanks!

i_cekko-usrc2 = 'X'.

loop at it_bekpo into wa_bekpo.

select single NETPR into lv_netpr from ekpo where ebeln = wa_bekpo-ebeln and

ebelp = wa_bekpo-ebelp.

if wa_bekpo-netpr < lv_netpr.

clear i_cekko-usrc2.

rel_flag = 'X'.

exit.

endif.

endloop.

3 REPLIES 3
Read only

Former Member
0 Likes
543

hey did you get the answer for this.... I am having the same problem ...

If posible could please reply on this as soon as possible... thank you in advance...

Read only

0 Likes
543

I need it to!!! plese!

Read only

Former Member
0 Likes
543

Plus Me.