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

outbound interface

Former Member
0 Likes
560

Hi

Can someone suggest me what is the best technique for an outbound interface when it comes to transfer some flat files from SAP to an internal reporting system?

It can be done using IDOCs or ther are some other methods as well?

Thanks in advance!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
537

Hi,

Guess you can use IDOC's if both the system is on SAP as it has good trouble shooting capabilities.

Alternatively you can use ABAP RFC function calls to do a FTP and transfer the files to the target system.

The other option is write a simple ABAP program to write the files on the UNIX server and then have a Unix Shell Script to run in the unix server which will pick up this file and FTP it to the target system.

Hope this helps

Cheers

VJ

5 REPLIES 5
Read only

Former Member
0 Likes
538

Hi,

Guess you can use IDOC's if both the system is on SAP as it has good trouble shooting capabilities.

Alternatively you can use ABAP RFC function calls to do a FTP and transfer the files to the target system.

The other option is write a simple ABAP program to write the files on the UNIX server and then have a Unix Shell Script to run in the unix server which will pick up this file and FTP it to the target system.

Hope this helps

Cheers

VJ

Read only

ferry_lianto
Active Contributor
0 Likes
537

Hi,

If the internal system is SAP then you can use IDoc (file based) technology to transfer the data between two systems.

If the internal system is Non SAP then perhaps you can use FTP method.

Especially, the file size and data volume are huge.

Regards,

Ferry Lianto

Read only

0 Likes
537

Thanks VJ and Ferry

I am goin to start work on this scenario and and if I will have any questions I hope you guys will provide me proper guidance.

For this thread i am rewards you points.

Thanks again

Read only

0 Likes
537

Hi Guys

I need to use FTP method for this and I have to write a function call program which will sort the table accordingly and transfer it to the legacy system.

Can someone suggest me with some saple code that how to work on it?

Thanks !

Read only

Former Member
0 Likes
537

new part of question