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

Creating T-Code for Report in Report Painter

Former Member
0 Kudos
281

I need to create a T-Code for a report ZCCPEU in transaction GRR3 under the report type 1VK.

Please suggest a suitable solution.

3 REPLIES 3
Read only

Former Member
0 Kudos
183

Hi HarisH,

Use FM GRW_JOB_SUBMIT_PREPARE to obtain the programname of your report painter report.

This programname is ONLY generated if you have runned it at least one time.

This programname can be used to attach a transaction code.

Keep in mind that if you change your report, a new generation takes place and if you have changed something in the header or line details most likely also the report name is newly generated (the old one still exists) so you need to re-attach the newly generated report to your transaction.

Regards,

Robbie.

Read only

GauthamV
Active Contributor
0 Kudos
183

Check my reply here.

[Create tcode for report painter|]

Read only

Former Member
0 Kudos
183

Hi,

Refer to this link..[Transaction code for Report code (painter may be)|]