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

Run Report From Workflow Item

Former Member
0 Likes
867

Hi All

I want to create work item that will run a Transaction/Report.

when the user will execute the work item from his inbox

It will run a Transaction "z*" with some parameters and display the result (ALV Rp)

Thanks in Advance For Any Help.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
421

Hi Kobi,

1. Change (or extend) the BOR to create a new method to display this report or transaction.

2. When you define the method, you get a popup with 3 tabs. In the Abap tab, you can link it to a Transaction (or even a report).

You can also pass data.

3. Now create a new task in your workflow that will call this BOR method.

4. Create a new Workflow step, that will call this task created in step 3.

As simple as that.

Btw, if you want more details on this, you can refer to the SAP Workflow book from SAP Press. You can also read the SAP Help documentation which mentions these steps.

Hope this helps you. If it does, remember to reward points.

Rgds,

Prashanth.

SAP.

Hi All

I want to create work item that will run a Transaction/Report.

when the user will execute the work item from his inbox

It will run a Transaction "z*" with some parameters and display the result (ALV Rp)

Thanks in Advance For Any Help.

1 REPLY 1
Read only

Former Member
0 Likes
422

Hi Kobi,

1. Change (or extend) the BOR to create a new method to display this report or transaction.

2. When you define the method, you get a popup with 3 tabs. In the Abap tab, you can link it to a Transaction (or even a report).

You can also pass data.

3. Now create a new task in your workflow that will call this BOR method.

4. Create a new Workflow step, that will call this task created in step 3.

As simple as that.

Btw, if you want more details on this, you can refer to the SAP Workflow book from SAP Press. You can also read the SAP Help documentation which mentions these steps.

Hope this helps you. If it does, remember to reward points.

Rgds,

Prashanth.

SAP.