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: 

Printing ALV Report

former_member200170
Participant
0 Kudos

Hi all,

Can anybody please tell me how to print an ALV report directly without print preview. I have used the function Module REUSE_ALV_GRID_DISPLAY.But still something is missing. Do I need to do some settting or use any other function modules.Its urgent.. Please help..Please tell me what are the parameters I need to pass.

Thanks,

Manjula.S

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi,

declare like this.

data st_printparams TYPE slis_print_alv.

Fill all required data in that, and pass it to IS_PRINT.

print(1) type c, " print to spool - i think this you need to fil with 'X'.

regards

Sandeep Reddy

3 REPLIES 3

Former Member
0 Kudos

hi,

declare like this.

data st_printparams TYPE slis_print_alv.

Fill all required data in that, and pass it to IS_PRINT.

print(1) type c, " print to spool - i think this you need to fil with 'X'.

regards

Sandeep Reddy

former_member200170
Participant
0 Kudos

Thank You.

former_member200170
Participant
0 Kudos

Thank You.