Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

JCO client

Former Member
0 Likes
597

Hi,

Just a real general question. I'm pretty new to SAP development with JCO. When providing the jco_client param when trying to connect, what value is that? Is it just some arbitrary value, or is it based off something from the SAP server?

Thanks.

1 ACCEPTED SOLUTION
Read only

mvoros
Active Contributor
0 Likes
563

Hi,

I am not sure if I understand your question but if you mean what is the meaning of parameter SAP client when connecting to SAP system then it's the client which will be used. Briefly, you can have multiple clients with different data on one system. You can google more detailed answer on question: what is client in SAP.

Cheers

Hi,

Just a real general question. I'm pretty new to SAP development with JCO. When providing the jco_client param when trying to connect, what value is that? Is it just some arbitrary value, or is it based off something from the SAP server?

Thanks.

3 REPLIES 3
Read only

mvoros
Active Contributor
0 Likes
564

Hi,

I am not sure if I understand your question but if you mean what is the meaning of parameter SAP client when connecting to SAP system then it's the client which will be used. Briefly, you can have multiple clients with different data on one system. You can google more detailed answer on question: what is client in SAP.

Cheers

Read only

Former Member
0 Likes
563

OK, thanks. You answered my question! So, it seems like client 000 is the "master" client, correct? That one can see data that belongs to all clients?

Thanks.

Read only

0 Likes
563

Incorrect. In SAP you can split tables into two categories: client dependent and client independent. Data stored in client independent tables can be accessed from any client. DAta stored in the client dependent tables can be different in each client. You need to answer in which client you want to work. The client 000 is usually not a good idea.

Cheers