Hi
I've created a modul-pool in R3, mainly consists in dynpros with buttons that send operations to robots through XI
The problem is as follows
The user logs to R3
Enter transaction ZROBOT
Fill the data and press a button to send an operation to the robot ( the operation is sent asynchronously )
In parallel the user can press other buttons and sent other operations to the robot
When the robot returns the response to an operation XI insert a record into a Z-table in R3
The problem is how i can realize that a response has came, is there any possibility that when XI insert the record in the table send an event that i can reach in the execution of transaction ZROBOT
Any idea will be welcome
Thanks and regards