cancel
Showing results for 
Search instead for 
Did you mean: 

Any means to print the output from an abap report immediately

Francis417
Participant
0 Kudos

Hi,

I would like to know if there are any means to print the output of an abap program immediately. Our user wants to execute the program online and once the result list is displayed on screen, user wants the same list to be printed simultaneously without the need to press the 'Print' button.

Thanks in advance for your help and advises.

Francis

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You may try with the set user command option...

Former Member
0 Kudos

Hi

We can print the list while displaying using NEW-PAGE PRINT ON.

below is the syntax for this.

NEW-PAGE PRINT ON [NEW-SECTION]

[<params> | PARAMETERS <pripar>]

[ARCHIVE PARAMETERS <arcpar>]

[NO DIALOG].

Regards

Ramanjaneya Reddy.

ramanjaneyaa@intelligroup.com