Hi Mukesh,
Try to first update the products,then pricing conditions will automatically update in the order
in the report after commit ,initialize the order and then read the price conditions and then update the prices(have to pass all conditions)
for ex: pric conditions are pr00
ra01
zzz
yyyy
if u want to change price for ra01
loop at prc_cond into waprcnd.
if kschl = ra01.
kbetr = to change value.
endif.
append waprcnd to lt_prcond.
endloop.
Regards,
Padma.