cancel
Showing results for 
Search instead for 
Did you mean: 

How to Know the How many number of JCo connections established?

Former Member
0 Kudos

Hi

How to Know the How many number of JCo connections established for mapping?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

mConnection = JCO.createClient("001", // SAP client

"<userid>", // userid

"****", // password

null, // language

"<hostname>", // application server host name

"00"); // system number

//Connections to a specific application server (as in the above example)

mConnection.connect();

//Creating the JCO.Client object does not connect to SAP, but a subsequent call to

connect() will accomplishes this

So you can easily find out the number of JCo connections by checking out these.

Thanks

Former Member
0 Kudos

sujhata,

check this link...might be helpful for u

regards

biplab

Former Member
0 Kudos

Hi,

As you know JCO connection code has to be written in UDF.

Now how many UDFs you are using and how many Jco calls (connections) you make is totally depending upon your mapping.

One more thing is that,i think there will be one active JCO connection at a time in mapping even while passing through mapping steps.

Regards,

AKshay Jamgaonkar.

    • Reward points if find useful.