cancel
Showing results for 
Search instead for 
Did you mean: 

GUID-Bidding History Data in SRM

Former Member
0 Kudos

Hi Friends,

How to get the GUID or AUC_GUIID for the table "BBPT_LA_BIDHIST" in SRM?Its for Reverse Auction Bidding storage data.

Regards

Atanu

Accepted Solutions (0)

Answers (2)

Answers (2)

Tamas_Koban
Employee
Employee
0 Kudos

Please refer to the following site which contains information about Live Auction tables, structures, classes, function groups and function modules:

http://wiki.sdn.sap.com/wiki/x/8QiGEQ

The following site talks about how to get information about Live Auctions in SAP SRM:

http://wiki.sdn.sap.com/wiki/x/MQCaEQ

Former Member
0 Kudos

You need to provide the context for your question, i.e. where are you when you need such information.

Former Member
0 Kudos

Hi,

Live action cockpit is used in reverse auction proceess.lets say 3vendors are bidding.v1,v2,v3.After the bidding is done we need to generate the analysis report for that ."Right now" we have to copy paste the bidding history data from LAC window.The same data is stored in BBPT_LA_BIDHIST table SRM.

In this table 1st selection field is "GUID".How do i come to know which vendor is having particular "GUID"?

We need this field because we are planning to use SAP-BW to generate reports rather than simple copy pasting from LAC window.

Regards

Atanu

Former Member
0 Kudos

If you have the information of a particular auction item and want to find out bids submitted by a particular vendor/bidder, you would have then the "AUC_GUID", "AUC_ITEM_GUID", "PARTNER_GUID" and "COMPANY_GUID" information. Query table BBPD_LA_BIDHIST with these field values should give you a list of bids (GUID) provided by the bidder in that auction.

If you want to get AUC_GUID from the auction number (10 character), you could use FM BBP_PD_AUC_GETDETAIL by providing the auction number and type 'BUS2208'.