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

Calling an ABAP FM from VBscript or NT Script

Former Member
0 Likes
458

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

1 REPLY 1
Read only

Former Member
0 Likes
402

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.