Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ALV-User defined Toolbars

Former Member
0 Likes
610

Hi Friends,

How to add a user defined toolbar for ALV programs. Please help me. I need very urgent.

Regards

Praveen

4 REPLIES 4
Read only

Former Member
0 Likes
478

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.

Read only

Former Member
0 Likes
478

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.

Read only

Former Member
0 Likes
478

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.

Read only

Former Member
0 Likes
478

Here is the link below which might help you.

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVALV/BCSRVALV.pdf

Regards

Madhu