Try this way
In Method PROCESS_ITEM
Write this below code and check the KOMV table where you will get the Gross Price and tax details along with all data in Conditions tab for each item.
data : lt_komv type MMPUR_TKOMV.
lt_komv = im_item->GET_CONDITIONS( ).
Regards,
Pavan