2009 May 22 4:49 PM
We are trying to determine the best way to send data from our mainframe to our sap system which will then call a bapi (or something). The mainframe data will be entered by users multiple times throughout the day. We would like this to be realtime so that when they finish entering the data in the mainframe, the data will be sent to SAP to process the data within SAP.
I've read about LSMW but it seems like it shouldn't be used with the frequency of the data that we will be creating. We have thought about storing the data in mainframe and then creating a file to send to SAP but we are concerned about overlaying files. We did something similar in 2 UNIX environments using the startrfc command but mainframe files are a little different due to the naming conventions. Also not sure about the startrfc because of the frequency that data will be entered on the mainframe side.
Looking for the best solution with the tools that we already have inplace due to time constraints.
Thanks in advance!
2009 May 22 11:25 PM
Hi,
is it possible to send the files from mainframe to SAP with file name as date/time stamp or atleast time stamp?
If ti's possible send the file from mainframe to SAP via FTP and keep store it in a server folder.
after in SAP develop an interface program and schedule it in backgound for every an half an hour or 1 hour to proceess all the files in that FTP folder .
after processing the files can be moved to another direcory call processed folder for archiving the data
Normally we do this way in SAP side for external files
Regards
Krishna