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

Transaction code creation for a report group

Former Member
0 Likes
689

Hi all,

I created a transaction code ZF17 for a report group FI02 with the following parametrs.

Transaction: START_REPORT

checked the skip initial screen check box.

D_SREPOVARI-REPORTTYPE = RW

D_SREPOVARI-REPORT = FI02

When i tried to run the T-code ZF17, it gives me

a message : PROGRAM FI02 doesn't exist

Any ideas why this message comes up?

Thanks,

Sobhan.

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
564

I would think that its looking for a program name in the D_SREPOVARI-REPORT field, FI02 is not a program name.

Regards,

Rich Heilman

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
565

I would think that its looking for a program name in the D_SREPOVARI-REPORT field, FI02 is not a program name.

Regards,

Rich Heilman

Read only

0 Likes
564

Have you imported and generated the report group FI02? Check in table T803J for your report group. If it is not there you need to import it.

Use an existing one and see if you can create the tcode and use it.

Srinivas