Hi guys,
I'm facing a problem with that badi, i am using it in ME21N, the idea is to change the price of an item when the quantity is over 200. (to give a discount).
so, what i did was to change the value of ch_komk-netpr, but it doesnt change (in the ME21N), i dont know why.
some ideas? thanks
if IM_EKPO-menge GT 200.
ch_komk-netpr = ch_komk-netpr * 0.1.
endif.