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: 

Print parameters as per the user selection in ALV

Former Member
0 Kudos
112

Hi All,

We have a requriment for getting the print parametrs to print dialog as per the user selection in ALV list display.

When the user click on 'Print' button In ALV list output screen, we need to capture the print parameters from a Z table and put those on the print parameters dialog box.

I tried this , by calling the function GET_PRINT_PARAMETERS and SET_PRINT_PARAMETERS before the alv function is called. Unforutnately this is not working. Same code works for the simple list display.

Have anyone worked with this kind of requriment ?

Regards,

Mithun

2 REPLIES 2

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos
71

What kind of ALV are you using, FM or OO?

Regards,

Rich Heilman

0 Kudos
71

I am using FM 'REUSE_ALV_GRID_DISPLAY'

Regards,

Mithun