COMIPC is a small COM library, to use
Windows®
interprocess communications with
ABAP® or other
languages which supports COM. With this
library it is very simple to use interprocess
communincations between a program on the presentation
server and an ABAP®
program on the application server. So you can very easy
synchronize different programs, e.g. AutoIt™ with
Excel VBA® and an
ABAP® program, or
what ever you need...
The library supports
-
Events
An event is a synchronization object whose state
can be explicitly set to signaled.
-
Semaphores
A semaphore is also a synchronization object that
maintains a count between zero and a specified
maximum value.
-
FileMaps
File mapping is the association of a file's
contents with a portion of the virtual address
space of a process.
Hint: This function module does not
work as background process on a SAP®
application server.
|