cancel
Showing results for 
Search instead for 
Did you mean: 

NWBC PowerList navigation into CRM WebUI

Former Member
0 Kudos

Hi,

I've a question regarding the navigation from a PowerList into a WebUI component.

In my case I've a Business Partner search implemented as a Power List in ECC. Now I would like to navigate to CRM WebUI Account to see more details or edit this BP.

The navigation is not the problem but I need to pass the BP number to CRM.

Does anybody know how to pass it? Do I have to use the BOR Object for this?

An other way would be to pass the BP as URL parameter and maybe get it back in the CRM_UI_FRAME.

Did somebody tried something like this? Not only with PowerLists it should be the same for any WebDynpro applications.

Best Regards,

Florian

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I found the solution. I just had to pass the parameter crm-object-keyname, crm-object-type, crm-object-action and crm-object-value.

In my case:

crm-object-type=BP_ACCOUNT

crm-object-action=B

crm-object-keyname=PARTNER

crm-object-value=4711