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

Create a transaction

Former Member
0 Likes
529

Hi all,

How do I create a transaction for a report created using the report painter. I believe that you can't do it using se93.

Any help will be appreciate it.

Fidel

3 REPLIES 3
Read only

Former Member
0 Likes
448

Hi Fidel,

I think the most straightforward way is to insert it into a Z* area menu (transaction SE43). Here you can choose "Insert report" and then radiobutton "Report Painter".

This generates a transaction which calls std tx "START_REPORT" with the following parameters:

- D_SREPOVARI-REPORTTYPE = "RW"

- D_SREPOVARI-REPORT = the report group

- D_SREPOVARI-EXTDREPORT = space

- D_SREPOVARI-VARIANT = a variant

- D_SREPOVARI-NOSELSCRN = space

Pls let us know if it helped. BR,

Alvaro

Read only

0 Likes
448

Thank you Alvaro, (Gracias)

You help me a lot.

Read only

0 Likes
448

Hi Fidel,

Can I suggest that you mark this topic as a question? You can then award Alvaro some points for helping you out.

Cheers,

Brad