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

get table content in another application server ?

Former Member
0 Likes
709

hi,

i want to know how to get content of a database table which is in another application server ?

thanks !

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
668

Hi,

You can use IDOCs, RFCs to transfer it or Download data from other server to file and upload it in your server.

Reward if useful!

4 REPLIES 4
Read only

Former Member
0 Likes
669

Hi,

You can use IDOCs, RFCs to transfer it or Download data from other server to file and upload it in your server.

Reward if useful!

Read only

Former Member
0 Likes
668

hi,

Goto AL11.

Read only

Former Member
0 Likes
668

CKSBX_SERVER,OPSYSTEM,SERVTYPE

GO to SE11 and press F4 and give the like this Server in Short description field

U will get a list of tables

kindly chk this table.

SERVTYPE

TMSCSYS

Regards

Read only

Former Member
0 Likes
668

Hi

<a href="http://help.sap.com/saphelp_nw04s/helpdata/en/9c/d736b880c34f76b507bac7751a0474/frameset.htm">DBCON Tool</a>

You can connect to the database and write SQL native code in order to read the data.

Regards

Raj