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: 

REPORT GROUP tcode: gr52

Former Member
0 Kudos

I have created a custom program and added it to a standard report group in GR52. But when i execute the Main Report group and try to drill down to the custom transaction code. The sy-tcode is still START_REPORT. Is there a setting i am missing when creating the custom report transaction. While creating the transaction i selected it as a regular report transaction.

thanks

Kshamatha

2 REPLIES 2

naimesh_patel
Active Contributor
0 Kudos

YOu have to create a "Parameter Transaction"

For "Defualt values" tab,

transaction - START_REPORT

Check the "Skip initial screen"

Press one ENTER here.

GUI support - all 3 checkboxes

Default values (table control at last) .. you can use F4 here for the field optoins on the screen field name

Screen field name

D_SREPOVARI-REPORTTYPE	RW  " < you report group
D_SREPOVARI-REPORT	5A21 " < report

Save and activate.

Regards

Naimesh Patel

Former Member
0 Kudos

but this is for new report group trnsaction. I am just adding a custom tcode to an already existing group.