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

report painter query

Former Member
0 Likes
1,783

Hi,

I have one custom transaction code created for transaction 'START_REPORT'

with report type, D_SREPOVARI-REPORTTYPE = 'RW' and

report name, D_SREPOVARI-REPORT = 'OCCE'

I need to know, how do I trace out which report painter report is refered with these inputs(report type and report name)

Thanks and regards,

Amit R.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,648

Hi,

Then you need to debug and check for the form name (report painter name) in the FONAM or FORNR.

Regards,

Pooja

3 REPLIES 3
Read only

Former Member
0 Likes
1,648

If 'OCCE' is report group then you can use transaction GR53.

Read only

Former Member
0 Likes
1,649

Hi,

Then you need to debug and check for the form name (report painter name) in the FONAM or FORNR.

Regards,

Pooja

Read only

Former Member
0 Likes
1,648

Hi,

I am able to find it.

I executed transaction.

Under 'Envirnment' clicked on Technical information.....it provides all details

Table

Library

Report group

Program version

Thanks and Regards,

Amit R.