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

report communication

Former Member
0 Likes
433

Hey guys,

is there a way to communicate between two ABAP reports, i mean like one report ist listening to an event of another report (observer design pattern).

I don't want to use a database table for communication. Maybe it is not possible because of the different LUW?

thx,

W.

Hey guys,

is there a way to communicate between two ABAP reports, i mean like one report ist listening to an event of another report (observer design pattern).

I don't want to use a database table for communication. Maybe it is not possible because of the different LUW?

thx,

W.

1 REPLY 1
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
378

Hello W,

May be [SAP Background Processing Events|http://help.sap.com/saphelp_smehp1/helpdata/en/c4/3a7f12505211d189550000e829fbbd/content.htm] will help you in achieving your requirement.

Just like in Observer Pattern, the subject(the report which should raise the event) will [trigger the event|http://help.sap.com/saphelp_smehp1/helpdata/en/44/c00d729e013959e10000000a1553f6/content.htm]. The scheduled BG jobs(viz., Observers) are triggered when the event is raised.

Let us know if this helps.

BR,

Suhas