Skip to Content
0
Former Member
May 30, 2008 at 09:49 AM

ALV GRID Output

47 Views

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.