cancel
Showing results for 
Search instead for 
Did you mean: 

Online bidders in auction

Former Member
0 Kudos

Hi everyone

I'm building a custom report in SRM 7.02 and I'd like to know how to retrieve which bidders were connected (online) in an auction.

Is there any standard FM? Is it stored in any table?

Is it even possible without development?

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

devrajsinghr
Active Participant
0 Kudos

Hi Martin,

Check the FM,

BBP_LA_BIZAPI_GET_BIDHIST

In this FM pass GUID and buyer userID.

it will return you ET_BID table, Sort this table by parameter PARTNER_GUID and delete duplicate PARTNER_GUID rows.

Describe the table and you will get number of participated suppliers.

It will also provide you number me participants.

Regards

Devraj

Former Member
0 Kudos

Hi Devraj

Sorry for the late response, thanks for your help. Unfortunately, it wasn't what I was looking for.

I could figure it out. I needed to get that value from the ACTIVITIES table (which is populated using GETDETAIL functions). The activity "1" means log on into LAC, so I just needed to take these values.

Thanks

Answers (0)