cancel
Showing results for 
Search instead for 
Did you mean: 

Create a navigation link from java webdynpro to ABAP BSP

Former Member
0 Kudos

Hi gurus,

we received a customer request; we have this scenario. We have created a custom Java WebDynrpo application that works with mySAP CRM.

The customer request is the following:

Into a webdynpro page it is possible to call a BSP application passing the parameter CRM_OBJECT_ID?

In detail (Example): we want to call the BSP Application Account (with the BP 1000001) selected:

http://domain:port/sap/bc/bsp/sap/crm_bsp_frame/entrypoint.do?appl=CRMM_ACCOUNT&CRM_OBJECT_ID=100000....

Thanks in advance.

Eugenio.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Eugenio,

I think you should use the dialog-box approach with dynamic modification of the attributes that you need to pass to the BSP appication.

To know more about dialog boxes in webdynpro <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/fd/024640c0e56913e10000000a1550b0/content.htm">Click here</a>.

What you need to do is to have the BP number as a value attribute in the context and when you call the application in a new window just modify the link with that variable like simple string concatenation.

I hope this helps you,

Best regards,

Guru.

Answers (1)

Answers (1)

former_member182372
Active Contributor
0 Kudos

Hi Eugenio,

You can use LinkToURL UI element or use exit plug in your WD application and pass URL as parameter.

Best regards, Maksim Rashchynski.

Former Member
0 Kudos

Hi All,

First of all, thanks to everybody for the collaboration.

I'm working to solve the problem. I have to specify better the customer request:

The navigation should be from a custom webdynpro to the standard crm BSP FrameWork (CRM PC_UI) CRM_BSP_FRAME. If I try to launch a BSP application, Ex: CRMM_ACCOUNT, i see that the application create automatically a session id; this is the URL generated:

http://name.domain.com:8034/sap(bD1pdCZjPTExMCZkPW1pbg==)/bc/bsp/sap/crm_bsp_frame/entrypoint.do?app....

Now, my question is the following?

Is there the possibility to call this (PC-UI) application through a custom webdynpro??

Thanks in advance.

Kind Regards.

Eugenio.