‎2015 Jan 15 2:29 PM
Hi experts,
following requirement:
-Work queue as an ALV Grid runs constantly
-External System calls remote function module and passes on some parameters
-(function module raises an event ?)
-Work queue recognize this call and updates itself (event handler?)
I do have a little expierence with event handling but raising and handling was allways in the same report. Here the requirement is to handle an external event.
Is that possible? And how?
Any help would be really appreciated !!
Best Regards
Daniel
‎2015 Jan 16 7:03 AM
Hi Daniel,
Why need a work queue as ALV runs constantly?
First, What you need processed entries stored in DB, then create a RFC to supply external call.
This RFC process those entries on time for each call or something else.
Then a ALV to extract entries and display it. Does this make sence ?
regards,
Archer
‎2015 Jan 16 7:27 AM
The work queue runs on a client in the middle of a plant and will never controlled by hand. It just displays the current work queue at any time.
Then a employee scans something, the scanner calls SAP RFC and the work queue should be updated.
‎2015 Jan 16 10:20 AM
yes, RFC update queue entry info to DB, then that work queue constantly read from DB, any problem?
Constantly read from DB, you can refer this key words, ABAP Timers and Auto-refresh
Please search it.
regards,
Archer