cancel
Showing results for 
Search instead for 
Did you mean: 

Calling webUI page

Hina
Explorer
0 Kudos
94

Hello Experts

I am working on SAP CRM, i have created a Interactive ALV report with hyperlinking on LEAD/Transaction/Object ID.

Once you click on lead number it should open on  webui page directly.

Problem : I have used FM CRM_10_CALL_WEBUI , which is working fine but when u click on Lead number it first call the select business role page on WEBUI and when u select the role then it will take u on the lead deatil page.

Reuirement : Without opening the business role page it should directly call the lead detail page.

Pl provide the solution.

Thanks & Regards

Shweta Sinha

Accepted Solutions (0)

Answers (1)

Answers (1)

kapilpatil
Active Contributor
0 Kudos

Hello Shweta,

Since user has multiple business roles assigned i.e. via org model assignment or Via SU01 parameter CRM_UI_PROFILE with value *.

You need to restrict the business role assignment, making sure there is only one business role determined for the user.

So, either default business role value for SU01 parameter  or make sure user is assigned to only one Org position with business.

I hope this helps.

Thanks,

Kapil

Hina
Explorer
0 Kudos

Appreciate your response and your reply ,

Is there any thing else we can do, since only to run a report we can not restrict the user from other roles also.

Thanks & Regards

Shweta

kapilpatil
Active Contributor
0 Kudos

You can use business role as one of the hyperlink parameters.

Hina
Explorer
0 Kudos

Hi Kapil,

I am using CRM_10_CALL_WEBUI fm

i want to skip the business role page.

My report is working fine but user do not want to navigate from business role to lead detail page, he want ince u click on lead number directly its detail page will get open.

Pl suggest.

Thanks in advance

Regards

Shweta sinha

kapilpatil
Active Contributor
0 Kudos

Hello Shweta,

What are the attributes of hyper-link on the lead/object id?

You can use business role as one of the attributes of hyper link, that might prevent business selection page.

Thanks,

Kapil

Hina
Explorer
0 Kudos

there no component as such in ALV to make hyper link to Business role..

Still at same issue.