‎2007 Jul 24 3:38 PM
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!
‎2007 Jul 24 4:17 PM
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
‎2007 Jul 24 4:17 PM
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
‎2007 Jul 24 4:32 PM
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
‎2007 Jul 24 6:44 PM
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
‎2007 Jul 24 10:28 PM
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 !
‎2007 Jul 24 10:34 PM