cancel
Showing results for 
Search instead for 
Did you mean: 

how to disable print pdf ?

Former Member
0 Kudos

Hi,

How to disable print PDF /Settings option from ALV output ?

Accepted Solutions (1)

Accepted Solutions (1)

Gowtham
Contributor
0 Kudos

Hi Priya,

Try the following code for PDF and use the same interface parameters for settings also:


DATA l_table_config   TYPE REF TO  cl_salv_wd_config_table. 

l_table_config->if_salv_wd_std_functions~set_pdf_allowed( abap_false ).


- Gowtham

Answers (0)