cancel
Showing results for 
Search instead for 
Did you mean: 

BSP-MVC: Which client does BSP web-application connect to?

Former Member
0 Kudos

Hello Experts-

Do any of your know which is the default client that a BSP web-application connects to?

Is there a way by which I can configure/set what client a BSP web-application connects to?

Thank you,

- Vik.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member181879
Active Contributor
0 Kudos

There are a number of places from where this information can be decided.

*) Look for form field sap-client (usually specified in the URL)

*) Look in the ICF tree if a client is defined

*) If none of the above, use default configured sap client. This is configured in progile under login/system_client.

++bcm

Former Member
0 Kudos

Hello Brian-

I found the 'login/system_client' parameter. I assume I change the value of Dflt Value from '0' to the client number that I need.

Could you please explain to me (or point me to a resource) where I can find out about the concept of 'profiles' in ICF.

Also, where in ICF tree do I check if a client is defined?

Thank you.

- Vik.

former_member181879
Active Contributor
0 Kudos

Please first read documentation for ICF. See help.sap.com. If you can not find it, get back to me to request a dedicated link for you.

For checking if client id defined in ICF tree, you use transcation SICF, start at the leave node and double click each node up to the root node. Look at the configured settings.

Consider to define an external alias or an internal alias (you did read the documentation, yes?) which points onto your application, and which contains the actual client to use. Then you do not have to define it.

++bcm