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

Remove/Disable PDF button on ALV

Former Member
0 Likes
591

Hi Experts,

I am using class CL_SALV_TABLE to display output in ALV.

There is a button to download output to PDF and i wanted to remove this button.

I have looked into class cl_salv_functions_list but couldnt find any method to remove this button.

Any suggestions on this?

(I posted my question in ABAP Objects but didnt got any reply )

Thanks

Bhanu

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
537

I don't think Std SAP provides the by default functionality of PDF download. Check the program SALV_DEMO_TABLE_FUNCTIONS for all the functionality.

If you don't find the PDF download in the std program, than it could be a custom. If it is a list, it would be there in the PF-Status. You can remove it from there the PF-Status.

Regards,
Naimesh Patel

Hi Experts,

I am using class CL_SALV_TABLE to display output in ALV.

There is a button to download output to PDF and i wanted to remove this button.

I have looked into class cl_salv_functions_list but couldnt find any method to remove this button.

Any suggestions on this?

(I posted my question in ABAP Objects but didnt got any reply )

Thanks

Bhanu

2 REPLIES 2
Read only

naimesh_patel
Active Contributor
0 Likes
538

I don't think Std SAP provides the by default functionality of PDF download. Check the program SALV_DEMO_TABLE_FUNCTIONS for all the functionality.

If you don't find the PDF download in the std program, than it could be a custom. If it is a list, it would be there in the PF-Status. You can remove it from there the PF-Status.

Regards,
Naimesh Patel

Read only

0 Likes
537

Hi Naimesh,

My Baad i removed it from the PF Status.

Thanks

Bhanu