Question:
Hi,
I want to add a step in my existing process chain which will check if a data file is existing in the application server(unix server).If the file is present the process chain should proceed else it should send an email to me indicating no data file.
Please let me know how can i implement this?
_________________
Regards,
SR
Answer:
I would add an abap program as first step of the check,
that will check the existence of the file, send the mail and stop the chain if not there.
Ch
Answer:
You ned to write a peace of code in the process chain .
Wich will search for the file .If the file is found then trigger the process cahin with event .Or esle don't start the process cahin event .
_________________
Prasad