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

cross client connection

Former Member
0 Likes
545

hi guruji

i have prd 400,qty 300 and dev 200 client, all are on sepret server,now i want to access a 400 client from the 200 client in sort that i use 200 application server for the 400 database server it can possible and how i do this,

thanks

Nainesh Suthar

1 ACCEPTED SOLUTION
Read only

Maciej_DomagaBa
Contributor
0 Likes
475

It is possible to have an ABAP program that connects to a database other than the default SAP system database - with the mechanism called Multiconnect.

See note 323151 (or also: 178949, 738371 or search for "Multiconnect.", "DBCON", "DBCO").

regards

3 REPLIES 3
Read only

Former Member
0 Likes
475

Use remote logon option.

--

Reddy

Read only

Maciej_DomagaBa
Contributor
0 Likes
476

It is possible to have an ABAP program that connects to a database other than the default SAP system database - with the mechanism called Multiconnect.

See note 323151 (or also: 178949, 738371 or search for "Multiconnect.", "DBCON", "DBCO").

regards

Read only

0 Likes
475

thanks