Skip to Content
0
Former Member
Sep 10, 2007 at 06:18 AM

Issue in updating item category

28 Views

Hi gurus,

I need to update the item category of the line item while saving a refund order.When a user manually enters an iitem and saves teh refund order,the item category should be updated say set to ZTR1.

I have used set property as follows

lv_entity_save->set_property( EXPORTING iv_attr_name = 'ITM_TYPE' iv_value = lv_itemcat ).

But when i check teh orderadm_i table the item category doesnt get updated.If i click 'save' omce again from the ic web and then check teh table , the item category gets updated.

That means on hoitting the save button twice,my item category gets updated.

Can someone please suggest?