cancel
Showing results for 
Search instead for 
Did you mean: 

Error due to open LA

Former Member
0 Kudos

Hi there,

we are using SRM Server 5.5 with patch level 06, SAP_Basis 700 patch

level 09. At the moment we focus the problem that if we try to open the

live actioning cockpit, an extra window pops up with the bbpstart

screen. Befor we had the problem, that a Rabax-State Error occures due

to opening the LAcockpit.

Maybe you have solutions for both kind of problems.

Of course I will give you points for every answer!!!

Thanks a lot for your help.

Very kind regards

Christian Rodemeister

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Check if your link is properly defined (right-click on link and select properties)

A proper link should look like that:

HTTP(S)://<your_host>/srm/appletInvoker?auctionID=<your_auction_guid>&sapClient=<your_client_no>&userID=<your_user_id>&userType=initiator&language=EN&auctionDetailsURL=https://<your_host>/BBPSTART/!?HOOK_URL=https://<your_host>/BBP_AUC_SRM_EX/!?AUC_GUID=<your_auction_guid>

Regards,

Marcin Gajewski

Former Member
0 Kudos

Hi Marcin,

I just checked my link, and I think it is not correct.

javascript:startApplet('&accessibility=0',%20'PURCHASER012000000091');

Can this have something to do with the updates we made last week? All components are now on the highest support level.

Thanks and kr

Christian

Former Member
0 Kudos

Hi,

URL for auction is called from FM BBP_LA_AUCAPI_GET_URL

Test this function module with proper paramterers:

I_CLIENT_TYPE = 2 (2 = requester, 1 = initiator)

I_SERVICENR = 80 or 443

I_SERVER = your_host_id

I_SSL = X if yes blank for no

I_AUC_GUID = your_auction_guid

and check reference E_SRM_AUCTION_URL.

Try to copy it and paste in browser address window.

Regards,

Marcin Gajewski