When you're used to create buttons in ALV Grid dynamically then you think why SAP doesn't allow create dynamically buttons on GUI STATUS. You can change icon or text if you defined that function ...
... table with sort and filter criteria if they were passed. To do that I use class cl_salv_ex_util. At the end result table is transformed to xstring with method cl_salv_bs_tt_util=>if_salv_bs_tt_util~transform. ...
... be zipped
I_GET_XSTRING TYPE C DEFAULT SPACE -> 'X' if you want to retrieve zipped file as xstring Changing: C_ZIPPER TYPE REF TO CL_ABAP_ZIP OPTIONAL Zip Utility -> If you have own object into ...