cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Table or function to read the OLD value (price) in bid

Former Member
0 Likes
158

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

Accepted Solutions (0)

Answers (2)

Answers (2)

RobinJanke
Contributor
0 Likes

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

Former Member
0 Likes

Someone knows something about this issue ?