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: 

Call report painter from abap program

Former Member
0 Kudos

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

former_member205488
Active Participant
0 Kudos

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

former_member205488
Active Participant
0 Kudos

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.

0 Kudos

Thanks,

It`s works!

Regards,

NP