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

Printing ALV Report output through Function Modules

Former Member
0 Likes
593

Hi All,

I want to print my ALV Grid output through function modules/statement (not through print option in menu).

This is because, i am generating a PDF from spool when user clicks on a button. If any changes happened in the ALV output layout, they will be captured in spool through printing it.

So can you please tell me how to print the ALV Output through FMs or sending the ALV output to spool.

Thanks & Regards,

Senthil.

Edited by: senthil nathan on May 17, 2010 2:49 PM

3 REPLIES 3
Read only

Former Member
0 Likes
487

HI,

You can use "Reuse_alv_grid_display" Function Module.

Thanks

Devinder

Read only

0 Likes
487

Hi Dev,

Thanks for the reply.

I want to print the ALV when the user clicks on a button in toolbar. Lets say the user has made some changes to the layout, (E.g hiding a field) and when i print that output it should use the changed layout, If i use the FM suggested by you, i cant acheive this.

If you try to print this manually, the system uses the changed layout and not the original. Thats why i want to know FMs/statement to print.

Regards,

Senthil.

Read only

0 Likes
487

Any ideas on how to acheive this?

Thanks & Regards,

Senthil.