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

Call report painter from abap program

Former Member
0 Likes
1,279

Hi Guru,

I am new in Report Painter.Can I call report painter report from ABAP executable program ?

Please help!

Regards,

NP

1 ACCEPTED SOLUTION
Read only

former_member205488
Active Participant
0 Likes
762

Hello!

Yes you can do it.

1. Create transaction code for your Report Painter Report in SE93 transaction.

2. Use statement CALL TRANSACTION 'your transaction code' to call the report from an ABAP program.

2 REPLIES 2
Read only

former_member205488
Active Participant
0 Likes
763

Hello!

Yes you can do it.

1. Create transaction code for your Report Painter Report in SE93 transaction.

2. Use statement CALL TRANSACTION 'your transaction code' to call the report from an ABAP program.

Read only

0 Likes
762

Thanks,

It`s works!

Regards,

NP