cancel
Showing results for 
Search instead for 
Did you mean: 

FM for auction search

Former Member
0 Kudos

Hi,

Is there any FM to list all auction or bid invitation list ?

Thanks,

Sayid

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Did you try BBP_PD_AUC_GETLIST?

You can use also :

- BBP_PD_AUC_BID_GETLIST

- BBP_LA_AUCAPI_ITEM_GETLIST

- BBP_LA_AUCAPI_USER_GETLIST

Regards,

Marcin

Message was edited by:

Marcin Gajewski

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

<b>Please try the following SRM Function modules, depending on the SRM version are you using an as per your requirements -></b>

BBP_PD_AUC_BID_GETLIST

BBP_PD_AUC_GETLIST

BBP_PD_BID_GETLIST

BBP_BID_MAILING_LIST

BBP_PD_BID_GET_ITEMLIST

BBP_BID_CONV_SET_BIDDER_LIST

BBP_LA_AUCAPI_ITEM_GETLIST

BBP_LA_AUCAPI_USER_GETLIST

BBP_LA_MSG_CLTAUC_V_GETLIST

<b>Alternatively, using BBP_PD Transaction, you can ge the required details.</b>

Once you debug this transaction, you will find 'BBP_PROCDOC_GETLIST' function module is called based on object type (BUS2121, BUS2201, etc..) to give the complete details...

Hope this will definitely help.

Regards

- Atul