‎2010 Apr 22 4:53 PM
hi Mates
i need to trigger a program in SAP when a file is recevied in application server(sap). my program have to read the file and do
futher processing. is there a way to do this? some kind of watch programs to trigger my interface program when the file is
received in application server.
thanks
Mano
‎2010 Apr 22 5:58 PM
@manoj murugesan
It sounds to me you need a file listener something like that and it means middleware XI/PI and etc.
OR in ABAP world, you can write a program which can be run as job in background and reads a file from the application server in an polling internal time and the program trigger your main program.
‎2010 Apr 22 6:49 PM
Hi Manoj
Custom Program need to develop to hand you issue
Use FM EPS_GET_DIRECTORY_LISTING in you Z program to get the list file .
Program will pick if any file in application server... and process the data...
i hope above info helps to resolves you issuse
Thanks
Ramesh