cancel
Showing results for 
Search instead for 
Did you mean: 

sap connection parameters

Former Member
0 Kudos

hi Nagaraju,

Here u given program ,,, in that application server host name i cant understand

which host name that is sap server host name or i installed

server in my local machine that host name ?

our administator creating Sap user for me......there i get this totol

information ? or any thing else...........

just post it......................with details

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

"username", // userid

"password", // password

null, // language

"server name", // application server host name

"00"); // system number

thanks,

tony

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Tony,

In case you want to call BAPI and send IDOC to the host, you need:

ClientNumber

UserName

Password

Language

Application Sever Host ( could be the gateway host)

SystemNumber

For Idoc,

ReceiverPartnerNumber

ReceiverPartnerType

ReceiverPartnerFunction

SenderPartnerNumber

SenderPartnerType

SenderPartnerFunction

the version of idoc the R3 supports.

...

Wish it helps.

Dennis

Former Member
0 Kudos

Hi Tony

Jco.Client is an entry point into the sap r3 system, so during creation in "server name" you should specify SAP R3 host.