‎2008 Nov 03 8:48 AM
Hello there,
I was wondering if i could get step-by-step information regarding development of user interface(menu painter) to be displayed on an ALV list.
e.g. creating a pushbutton on an ALV , how to get that pf-status , how to display the customised ALV application or menu or tool bar etc...
Thanks,
me.
‎2008 Nov 03 9:11 AM
‎2008 Nov 03 9:24 AM
Hi,
Please check the below links for ur query.
ALV-DOC:[http://www.abapprogramming.net/2007/07/alv-documentation-complete.html]
ALV in brief : [http://www.abapcode.info/2007/06/developing-webdynpro-user-interface.html]
Regards,
Esha Raj
‎2008 Nov 04 3:43 AM
‎2008 Nov 04 5:25 AM
Thanks a lot for all this stuff. but my question was to customise alv using menu painter i.e. using transaction se41. Could anybody please guide me on this?
regards,
me.
‎2008 Nov 04 6:06 AM
Hi,
It can be achieved in Object oriented ALV using the class CL_GUI_ALV_GRID.
Here you can design your own screen and a Menu for that screen and display the ALV in that screen. For more details, search ALV using OOPS.
This way, only ALV Grid is possible and not list display.
Thanks and Regards,
Lakshmi.
‎2008 Nov 04 6:11 AM