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: 

Custom printing button for cl_salv_table ALV

Former Member
0 Kudos

Hi,

We run into problems trying to use custom button to print an ALV (cl_salv_table).

I have a custom button and appropriate event handles to perform some actions when button is pressed. We would like to enhance this in the following way:

When pressed the print dialog pops up. After finished printing it returns to the method and depending if the user chooses to print or cancelled certain actions are performed

I was hoping someone done something similar

Thanks in advance,

Andriy

2 REPLIES 2

Former Member
0 Kudos

Why do you need a custom print button? Print Preview and Print with dialog are standard features of the SALV_TABLE_STANDARD GUI.

Former Member
0 Kudos

We need to take different actions depending on whether they printed the screen or not