Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Update Work Queue after raising external event

daniel_titze3
Explorer
0 Likes
584

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

3 REPLIES 3
Read only

Former Member
0 Likes
552

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

Read only

0 Likes
552

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.

Read only

0 Likes
552

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