2008 Jan 15 9:00 AM
Hi,
How to get the function codes for all the buttons in the default tool bar in the ALV grid?
I need the function codes for
Append Row
Delete Row
Undo...
Pls help
Hi,
How to get the function codes for all the buttons in the default tool bar in the ALV grid?
I need the function codes for
Append Row
Delete Row
Undo...
Pls help
2008 Jan 15 9:02 AM
Hi,
U cant capture those buttons as they r local..
u can remove the existing buttons from toolbar and can create ur own buttons in toolbar.
Regards,
Nishant
2008 Jan 15 9:09 AM
Hi,
SE80--->Function Group->SLVC_FULLSCREEN-->GUI Status
I hope this helps
Regards
Raju Chitale
2008 Jan 15 9:10 AM
Hi Prabha,
Go to the PF status for the program from transaction SE41 and from there you will be able to see the function codes for every button and otherwise.
Regards,
Aditya
2008 Jan 15 9:19 AM
Hi
Please check method BUILD_COMPLETE_TOOLBAR of CLASS CL_GUI_ALV_GRID.
Regards
Vasu
2008 Jan 15 9:26 AM
U will find the complete code in either of the links
http://www.erpgenie.com/abap/controls/alvgrid.htm#Complete%20code%20for%20the%20ALV%20grid%20example
the latter one is better
reward points if useful
2008 Jan 17 4:59 AM
instead of knowing all thier function codes u can copy ALV standard menu in your program menu by transaction SE41
.there write SAPSLVC in first text
standard_fullscreen in second text
your program name in third text
your menu name in fourth text
reward if useful
regards,
vivek
2008 Mar 11 8:05 AM
Hi Prabha,
Check one of these methods in the class "CL_GUI_ALV_GRID".
1) Build_toolbar
2) Build_complete_toolbar
In the method, for eg.,
ls_toolbar-function = mc_fc_detail. " this is the funtion code for the "detail" button
(Note: If u double click on mc_fc_detail, u can see the initial value('&DETAIL') assigned to the attribute. U can directly use this value also, in ur code)
For
Append Row: '&LOCAL&APPEND'
Delete Row : '&LOCAL&DELETE_ROW'
Undo : '&LOCAL&UNDO'
Regards,
Kalai
2008 Mar 11 8:10 AM
hi
check the following links
http://help.sap.com/saphelp_erp2004/helpdata/en/22/a3f5f5d2fe11d2b467006094192fe3/content.htm
http://help.sap.com/saphelp_erp2004/helpdata/en/ee/c8e05cd52611d2b468006094192fe3/content.htm
http://abapprogramming.blogspot.com/2007/07/lesson-34-alv-grid-control.html
hope it will help you.
Regards,
Sreelatha Gullapalli
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |