cancel
Showing results for 
Search instead for 
Did you mean: 

SAP WDA from SAP CRM IC Agent BSP Application

Former Member
0 Kudos

Dear Experts,

Our customer has a requirement that involves calling a Custom Web Dynpro ABAP application from SAP ERP System from within the Standard SAP CRM IC Agent WebClient Application which is a BSP application. I have done a lot of search but found nothing in the Standard that can be utilized to achieve our requirement (in SAP CRM, I have used the Transaction Launcher).

If any one have any idea how to achieve this, even with some coding in the CRM side, I will be grateful to him for knowledge sharing.

Thanks in advance,

Mohamed Awny

Accepted Solutions (0)

Answers (1)

Answers (1)

darren_bambrick2
Active Participant
0 Kudos

Hi

An easy way is to create a new component in crm and create a view with a frame tag in it. You can then set the frame src to the url of the web dynpro application in the sap system.

I would create a bapi in the sap system that generates the url to the web dynpro and call it from the crm system.

This may not be the best way to do it, its is just a suggestion...

Daren