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

PRINT_REPORT

Former Member
0 Likes
576

Hi gurus,

I have a report in ABAP list and I want to print it using the PRINT_REPORT function module. I can print it now but I still have to click the back button before the SAPLP window comes up.

How can I print it immediately?

Thanks,

Andre

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
461

Hi

In the PRINT_REPORT function module we have NO_DIALOG import parameter, try passing 'X' to NO_DIALOG import parameter

Regards

Madhan D

Hi

In the PRINT_REPORT function module we have NO_DIALOG import parameter, try passing 'X' to NO_DIALOG import parameter

Regards

Madhan D

2 REPLIES 2
Read only

Former Member
0 Likes
462

Hi

In the PRINT_REPORT function module we have NO_DIALOG import parameter, try passing 'X' to NO_DIALOG import parameter

Regards

Madhan D

Read only

0 Likes
461

Hi Madhan,

Even if i passed the no dialog = 'X', still it does not print immediately. Is there any other FM that must be called after PRINT_REPORT in order for it to print immediately?

Thanks,

Andre