Skip to Content
0
Nov 11, 2012 at 05:54 PM

How to trigger a executable report program from implementation class method ?

965 Views

Hi,

I need to trigger a report program from a event handler method (EH_XXXX) of one component's implementation class. It is an executable report program which contains a selection-screen with two input parameters. So I need to basically pass these parameters from EH method and trigger that report program. I tried using SUBMIT statement but getting some message on GUI after report program is triggered from the webui's event handler button is pressed. I understand this must be because the report program is trying to display output message.

So is there any other way to trigger the report program from EH method without getting any message on the GUI . Please share any sample code or the syntax for it.

Thank you,

Sandesh