ABAP® IPC (Interprocess communications)

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.
Download of IPC.zip
IPC.zip with the size of 28'325 bytes and the MD5 CRC check sum 624742774e8b9c393d35d4872c99183e
COMIPC.dll (Version 1.0 from 03.07.2011) with the size of 30'208 bytes and the MD5 CRC check sum 7c87eb9f57f710748bf3b005dedcb315


The zip file contains:
• COMIPC.dll  — 32-bit native Windows® COM library
• COMIPC.chm  — Help file for COMIPC.dll
• COMIPC.abap  — Source code of the ABAP® example program
• COMIPC.vba  — Source code of the Visual Basic for Applications® example program
• COMIPC.Test*.au3  — Source codes of the AutoIt examples programs