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

Set ALV statistics parameter on spool

Former Member
0 Likes
2,855

Hi ,

I would like to run sap standart reports in background and email the spool to user .

Whan I get the spool list I get some extra information that I don't wanna show ( such as data statistics etc. )

Does anybody know how could I set this parameter ALVST dynamically by code so the extra informaiton wont printed

I tried to using function module 'GET_PRINT_PARAMETERS' but it doesn't show this parameter.

Any tips would be greatly appreciated!

Thank you in advance,

Noa

Hi ,

I would like to run sap standart reports in background and email the spool to user .

Whan I get the spool list I get some extra information that I don't wanna show ( such as data statistics etc. )

Does anybody know how could I set this parameter ALVST dynamically by code so the extra informaiton wont printed

I tried to using function module 'GET_PRINT_PARAMETERS' but it doesn't show this parameter.

Any tips would be greatly appreciated!

Thank you in advance,

Noa

5 REPLIES 5
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,428

When we call REUSE_ALV_GRID_DISPLAY, this can be switched off by setting X to NO_PRINT_SELINFOS & NO_PRINT_LISTINFOS of parameter IS_PRINT. Here in your case you are calling standard reports where you cannot modify anything. You can try disabling the coverpage options available in SPOOL PARAMETERS of SUBMIT statement

Read only

0 Likes
1,428

Thanks for your answer but I alredy tried to do so and it dosen't help .

Read only

0 Likes
1,428

Hi ,

How do we disable the spool parameters in SUBMIT statement. I need to disable ALV Statistics and ALV selections. Could you please help me in doing so.

Regards,

Indira

Read only

Former Member
0 Likes
1,428

Hi,

In background the alv statistics and alv seelctions will come up as this is actual SAP design. Please refer to SAP note - 1480333 - ALV printing: ALV statistics and selections are not printed .

Regards,

Indira

Read only

0 Likes
1,428

Hi Indira,

Could you please help me with the solution.

As of now, I am using  RSPRIPARADMIN, Where we can restrict the print settings to all users.

Thanks,

Anil