Application Development 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: 

Transaction code for Report painter

Former Member
0 Kudos

Hi Experts,

I have created reports using Report Painter (GRR1).

I want to create Transaction code (TCODE) for reports which was done using Report painter.

Could you please help me how to do this.

Thanks in Advance

Regards

Bujji

1 ACCEPTED SOLUTION

former_member206377
Active Contributor
0 Kudos

You can follow following steps :

1) goto SE93 -> ENter a name for tcode

2)Define the Transaction Code as a Parameter Transaction

3)in the default values for selection-screen block enter the Transaction as 'START_REPORT' .

4)Check skip initial screen , inherit GUI attribute

5)In the default values ->name of screen field, use F4 help to select D_SREPOVARI-REPORTTYPE

6) Against this field ,in the value column Enter 'RW' .

7) again in next row of name of screen field select D_SREPOVARI-REPORT

😎 as in step 6 ,enter the name of your report Group to which you haev assigned your Report.

Save and test the TCode.

This should resolve your problem.

4 REPLIES 4

GauthamV
Active Contributor
0 Kudos

Did you check this ?

former_member206377
Active Contributor
0 Kudos

You can follow following steps :

1) goto SE93 -> ENter a name for tcode

2)Define the Transaction Code as a Parameter Transaction

3)in the default values for selection-screen block enter the Transaction as 'START_REPORT' .

4)Check skip initial screen , inherit GUI attribute

5)In the default values ->name of screen field, use F4 help to select D_SREPOVARI-REPORTTYPE

6) Against this field ,in the value column Enter 'RW' .

7) again in next row of name of screen field select D_SREPOVARI-REPORT

😎 as in step 6 ,enter the name of your report Group to which you haev assigned your Report.

Save and test the TCode.

This should resolve your problem.

Former Member
0 Kudos

Hi,

Can you please provide the screen shot of the above steps. I am having some difficulty to understand.

Regards

Naresh

0 Kudos

This message was moderated.