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: 

Help needed

Former Member
0 Kudos

Hi all,

I am fetching the spool output from the job spool and i am displaying that as output of my report program on the screen .While displaying that it is also displaying the inforamation like below

The output of report program is an ALV

so in my case when iam fetc\hing from the spool in addition to my ALV output i am also getting the below information as :

Records passed 5.

The above thing is diaplayed in table format. Usually you will see the no of records passed in spool when we run a report as a job .

I want to supress this information when my program gives the output.I want only my ALV output to be fetched from spool and get displayed.I dont want this no of records passed inforamtion.Can anyone help how to avoid this programmatically..

points will be rewarded!!!!!

1 REPLY 1

Former Member
0 Kudos

Display report output

From menu

Go to List >> On Print ALV List choose properties >> Cover sheets >> ALV Statistics

Remove tick for this option .

You will not get summury details there onwords.

Even it is possible with function module 'SET_PRINT_PARAMETERS'

Regards,

Amit