Monday, July 27, 2015

CRM WebUI URL


Source:
http://wiki.scn.sap.com/wiki/display/CRM/URL's+for+quick+access+to+WebUI

http://scn.sap.com/thread/3733574

- BPIDENT (for Account identification) only working with PARTNER_GUID

Standard access

You can start using the WebUI with the ‘standard’ start URL, like:
http://<HOST>:<PORT>/sap/bc/bsp/sap/crm_ui_start/default.htm
After logon, you maybe have to select the proper business role and then you navigate to the function you need.
It is possible to add more parameters into the URL to get direct access to the role, function or object you need to access.

Direct logon with credentials

You can add parameters for the logon screen:
sap-client
sap-language
sap-user
sap-password
Example: http://<HOST>:<PORT>/sap/bc/bsp/sap/crm_ui_start/default.htm?sap-client=100&sap-user=XXX&sap-password=YYY&sap-language=EN
Note: Before the first parameter you have to add a ‘?’. Any other parameter you add is preceded by a ‘&’.
You can skip parameters when they have been defaulted by system or personal settings already, like client and logon language. Replace client number, language, XXX and YYY with your own credentials.
Be aware, sending your user/password over http can be seen by system administrators or IT-experts that trace traffic to a host. So be careful when you do so.
You can add parameters to start the WebUI with a specific business role and even a logical link:
saprole
crm-logical-link
Examples:
http://<HOST>:<PORT>/sap/bc/bsp/sap/crm_ui_start/default.htm?saprole=ZSLS
http://<HOST>:<PORT>/sap/bc/bsp/sap/crm_ui_start/default.htm?saprole=ZSLS&crm-logical-link=SRV-QOT-CR
Note: Next to the name of the logical link, the business role is required. A logical link could be called from different business roles. For each role the link could be configured in a different way.

Direct access to an object

Parameters to add:
crm-object-type         (for example BT126_APPT)
crm-object-action      (A = search, B = display, C = Edit, D = create)
crm-object-value       (= guid)
Example: http://<HOST>:<PORT>/sap/bc/bsp/sap/crm_ui_start/default.htm?sap-client=020&sap-language=EN&sap-domainRelax=min&crm-object-type=BT126_APPT&crm-object-action=B&crm-object-value=4CF536DA49750074E1008000097E28D5
Note: Such URL could be useful when it is included in an e-mail, for example to notify someone about a CRM object. Add the object type as defined in the navigation profile (OP mapping) together with the action and the GUID of the object.



 

No comments:

Post a Comment