Skip to Content
0
Former Member
Nov 04, 2005 at 04:58 AM

Start transaction from within CIC0

81 Views

I would like to start a report with a variant using an action box.

I have created an action box (EWFC0) using an BOR method. I guess I have to use objecttype TRDIR with method EXECUTE.

I have created the following target elements in data flow:

1. ABAP program = name of report as a constant

2. Variant name = name of variant as as constant

On execution from within CIC0 the report is called with the appropriate variant.

However, I would like to pass the selected business partner from CIC0 to the selection-screen of the report.

Is there a way to overcome this problem?

Thanks in advance.