Hi,
I have created PF-STATUS named DELETE thru Menu Painter and I am using the following in my program for ALV Grid Output. I have just one Delete button.
FORM SET_PF_STATUS using rt_extab type slis_t_extab.
Set Pf-Status 'DELETE'.
ENDFORM. " SET_PF_STATUS
When I run this, I am just getting the Delete Button.
I want the existing buttons like SELECT_ALL, DESELECT_ALL etc working and in addition to that I need my Delete Button to be there for which I have written the logic.
Please solve.
Thanks in advance,
Ishaq.