Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8644

Re: Updating expected price & net Price of a PO

$
0
0

Hi,

 

Try badi ME_PROCESS_PO_CUST.

METHOD IF_EX_ME_PROCESS_PO_CUST~PROCESS_ITEM.

DATA: ls_mepoitem TYPE mepoitem.

ls_mepoitem = im_item->get_data( ).   " item

ls_mepoitem-netpr = '100'.

im_item->set_data( EXPORTING im_data = ls_mepoitem ).    " Updating

ENDMETHOD.

 

Hope it helpful,

 

Regards,

Venkat.


Viewing all articles
Browse latest Browse all 8644

Trending Articles