‎2007 Nov 07 4:09 AM
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.
‎2008 Jan 02 7:52 AM
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...
‎2010 Jul 12 7:32 PM
‎2011 Feb 22 9:25 AM