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

Trigger a interface program when a file is received in application server

Former Member
0 Likes
479

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

2 REPLIES 2
Read only

TuncayKaraca
Active Contributor
0 Likes
402

@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.

Read only

Former Member
0 Likes
402

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