on 2011 Dec 19 4:33 PM
Hi Gurus,
I need your help again.
I need to create one Z report that shows all prices posted in the bid for the item.
I found the table BBP_PDIGP, but the price field in this table is always refresh with the new value.
In transaction bbp_pd is possible to see the all prices that vendor included in bid/item, but I can not find the function or the table to see the old value.
Please, anybody knows something about this ?
Thanks,
Cristina
Request clarification before answering.
Hi,
I would say FM BBP_PD_BID_GETDETAIL.
read the change versions in exporting table E_VERSION.
Get current bid with BBP_PD_BID_GETDETAIL (get items and change versions)
LOOP over all the change versions
Retrieve item details again with the BBP_PD_BID_GETDETAIL and the change version guid
List Item price
ENDLOOP
Present item prices
Regards,
Robin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Someone knows something about this issue ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.