Skip to Content
0
Former Member
Oct 19, 2011 at 04:25 AM

Displaying Contact in WEB UI

63 Views

Hi All,

I m constructing an URL to display "contacts" in WEB UI. The logic for the same is written in a GUI method.

The constructed URL is as shown below

https://XYZ/sap(bD1lbiZjPTgwMCZkPW1pbg==)/bc/bsp/sap/crm_ui_start/default.htm?sap-syscmd=nocookie&crm-object-type=BP_CONTACT&crm-object-action=B&crm-object-value= &crm-object-keyname=PARTNER&sap-system-login-basic_auth=X&sap-client= &sap-language=EN

I am lauching the browser with this URL by using CALL BROWSER function.

But all that is displayed in WEB UI is the home page. It does not give any error msg in WEB UI.

I used the same URL by changing the crm-object-type to display accounts and employees in WEB UI. And it is working as desired.

But fail to understand why it does't work in case of "contacts".

Regards,

Varun