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

Classical Report Background Print...

Former Member
0 Likes
339

Experts,

I have A requirement for report to get print in the background I mean when I give

print It should to give print directly instead of giving pop-up and after that

manually giving print from SP02.

How can I code logic for that, please help me?

Thanks in advance...

Sridhar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
312

Hi,

Have a look at the FM GET_PRINT_PARAMETERS here you can set in the "IN_PARAMETERS" the flag for print immediately so the popup will not appear. The FM is documented which gives you the information on how to use.

Regards

Raymond

1 REPLY 1
Read only

Former Member
0 Likes
313

Hi,

Have a look at the FM GET_PRINT_PARAMETERS here you can set in the "IN_PARAMETERS" the flag for print immediately so the popup will not appear. The FM is documented which gives you the information on how to use.

Regards

Raymond