‎2007 Apr 05 4:36 PM
Hi,
We have a situation where we have a Windows FTP drive share mounted with the BI app server. On this share drive a VBscript executes copying some files over. Based on certain conditions we want to execute a process chain. Is there any way to call the ABAP FM to raise an event from the VBscript?
Or if that is not possible, can the VBscript be called from ABAP?
Thanks.
Shailesh
‎2007 Apr 05 4:49 PM
I am not sure about Windows, but in a Unix environment, you have "sapevt". You call that to raise an event, which could trigger a process chain directly.
Check your Windows .exes to see if you have sapevt.exe.