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

Logic to save data to different application server in the same network.

Former Member
0 Likes
701

Hi Experts,

Requirement is to write the program to save the data (file) to different application server. Please suggest me.

Thanks & Regards,

Ravi

Hi Experts,

Requirement is to write the program to save the data (file) to different application server. Please suggest me.

Thanks & Regards,

Ravi

4 REPLIES 4
Read only

Former Member
0 Likes
667

Hi ,

First upload the file and make use of open data set , close data set for saving the data in application server.

Regards,

Uma Dave

Read only

Former Member
0 Likes
667

Hi ,

i think for this u have need to write a RFC as per ur requirments .... becoz here u want to save data on diff server so u have mention all the port name , partner profile all things u have to do . so create a RFC ............

Thanks

Girish Goyal

Read only

RaymondGiuseppi
Active Contributor
0 Likes
667

Among [Components of SAP Communication Technology|http://help.sap.com/saphelp_tm70/helpdata/en/7c/a4f1b3c59aef4f8ea3c32cda0c0486/frameset.htm] you can read some documentation on RFC like [RFC|http://help.sap.com/saphelp_tm70/helpdata/en/6f/1bd5b6a85b11d6b28500508b5d5211/frameset.htm] or [RFC Programming in ABAP|http://help.sap.com/saphelp_tm70/helpdata/en/22/0424ba488911d189490000e829fbbd/frameset.htm]

Regards,

Raymond

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
667

May be this link throws some light.

link:[https://wiki.sdn.sap.com/wiki/display/ABAP/CustomIdocTransferingfromOneapplicationserverintoAnotherapplicationserver]

it doesnt meet your requirement exactly.