cancel
Showing results for 
Search instead for 
Did you mean: 

Suspend & resume plugs - external application limitation

Former Member
0 Kudos

Hello,

I have created a ABAP WebDynpro that is supposed to invoke CRM PCUI (a BSP application) when user performs a double click action on a table line.

I am using Suspend & resume window plugs to call the BSP application. The WD application concatenates the resume address to the URL called. However the external application is SAP Standard BSP application that cannot process the WD resume address & parameters.

How do I resolve this? I am sure I am not the first one to encounter this problem. Any help is greatly appreciated.

Cheers,

Arun

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_szcs
Active Contributor
0 Kudos

Hi Arun,

You could probably reroute the call through a small BSP application in the middle that keeps the parameters and calls back the WDA application.

Best regards,

Thomas