cancel
Showing results for 
Search instead for 
Did you mean: 

JCO create connection

Former Member
0 Kudos

Hello,

I started an application on Java which executes RFC on SAP R/3. My question is:

Can I use for createClient() API call user id which is not dialog one?

I tried with system type ID and Communication type ID but I am getting the error

Name or password is

incorrect. Please re-enter

The dialog ID is working fine.

Any suggestions?

Thanks,

Leonid

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Leonid,

As far as I know it should not matter with what username and password you connect to SAP to call an RFC. The create client() function in the JCO will take either kind of ID's to connect to SAP and then call the RFC you want to call. I was successfull in making client connection using non-dialoge and regular ID.

Ravi

Former Member
0 Kudos

Thanks a lot. It was my mistake.

Leonid