Hi All,
Am using USEREXIT_NEW_PRICING_VBKD to change the new pricing for the return order with reference to invoice, i have given the following code,
if vbak-auart = 'ZRE'.
new_pricing = 'C'.
ENDIF.
am getting the new pricing when i go the header but when i scroll the old value is only coming the new pricing value is not coming? could you please say where am wrong?