‎2005 Jul 11 3:28 PM
Hi Friends,
How to add a user defined toolbar for ALV programs. Please help me. I need very urgent.
Regards
Praveen
‎2005 Jul 11 3:59 PM
Hi praveen,
below link helps u to create buttons on alv grid.
see topic 5.
http://www.sapgenie.com/abap/controls/alvgrid.htm
regars,
venu.
‎2005 Jul 11 4:01 PM
Hi Praveen,
The following document gives you almost everything that you need to know about an ALV -
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/an easy reference for alv grid control.pdf
Regards,
Anand Mandalika.
‎2005 Jul 11 4:06 PM
Hi,
You can pass an exit subroutine to the parameter I_CALLBACK_PF_STATUS_SET, and inside this subroutine you can set your own pf-status.
FORM set_pf_status USING rt_extab TYPE slis_t_extab.
set pf-status 'USER'.
endform.
‎2005 Jul 11 4:31 PM
Here is the link below which might help you.
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVALV/BCSRVALV.pdf
Regards
Madhu