cancel
Showing results for 
Search instead for 
Did you mean: 

How to tell which client from the UI

Former Member
0 Kudos

Hello -

We have just upgraded in a D client to CRM 2007. We are doing config in D 100, but we have more data in D 120. Once you are in the UI, is there a way to see which client the UI is open for?

Thanks,

George

Accepted Solutions (1)

Accepted Solutions (1)

CarstenKasper
Active Contributor
0 Kudos

When you log into the WebClient you normally get a login screen that shows you which client you are logging on to. As you probably start the WebClient from SAPGui you might not get it.

In the WebClient itself there is no way to tell where you are (except for the URL as pointed out above).

I did a little modification in the clients I was allowed to. They just display the sy-client sy-uname sy-sysid fields in the navbar. Maybe this is a solution for you as well?

cheers Carsten

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello -

Thanks for the answers. Yep, we thought about the address string in the browers, but it does not show in ours.

Example: http://sthpcmd1.gdc.wrigley.com:8082/sap(bD1lbiZjPTEyMCZkPW1pbg==)/bc/bsp/sap/crm_ui_frame/default.h...

Thanks for the idea to show on screen, we will look into putting this in the nav bar.

CarstenKasper
Active Contributor
0 Kudos

Hi,

this is were I put it in the system:

Component: CRMCMP_NAVBAR

View: Picture

Just insert:

<p><%= sy-uname %> - <%= sy-sysid %> - <%= sy-mandt %></p>

yevgen_trukhin
Advisor
Advisor
0 Kudos

Hello George,

Take a look at the string which shows in the address field of your browser:

http://servername/sap/bc/bsp/sap/crm_ui_start/default.htm?sap-client=340&sap-sessioncmd=open

There is a client attribute.

Best Regards,

Yevgen

Edited by: Yevgen Trukhin on Sep 8, 2008 3:08 PM