2012 Apr 09 5:48 PM
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
2012 Apr 09 6:00 PM
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
2012 Apr 09 6:00 PM
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
2012 Apr 09 6:11 PM
Hi Naimesh,
My Baad i removed it from the PF Status.
Thanks
Bhanu