Hi everybody,
the situation i am in is the following:
We are developping a java application for production planning using multi-agent systems. What I am currently working on is an integration concept towards SAP via JCo. I am using a SAP SCM System.
What i got is the following:
I got the JCo connection to SCM and I am able to execute BAPIs from Java.
Now my problem is the following:
We want to recognize a change in the SCM System, e.g. when someone added a new manufacturing order. What do I have to do for that?
Do I have to register a JCO.Server as a RFC Destination?
Do I have to use SCM EventManagement to handle the corresponding events?
In Java terms, what I want is a EventListener for some events - but neither do I know how the events are created nor how they are transferred to third party systems...
Anyone with a hint?
Thanks a lot!
Greetings
Jan