cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a link to open an existing bid invitation?

Former Member
0 Kudos

Hello everyone,

I created a custom web transaction that displays some bid invitation information. I need to create a link that opens the same bid invitation in transaction BBP_BID_INV.

When I used "CALL TRANSACTION", I got the SAP GUI version. I need to get the bid invitation opened in Web Version (service BBP_BID_INV).

Your help is appreciated,

Abdullah Azzouni

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Maybe better way is to use FM BBP_PD_BID_GETDETAIL in any BSP or WebDynpro?

This FM get all information of bid invitation.

Regards,

Marcin Gajewski

Former Member
0 Kudos

Hello Marcin,

Well, I'm using this function module to display certain information users will need. Some users would like to be able to access the existing Bid Invitation transaction in order to change some information. This is why I need a link in my custom transaction to do that.

It would make more sense to call the existing transaction BBP_BID_INV. I could call it at the moment, but I get the SAP GUI version. I need the web version.

Regards,

Abdullah