‎2009 Feb 19 5:44 AM
I have created a Maintenance View for a Ztable. Now in that table i need to add some buttons which will perform a certain function. How do i go about it and where do i write the code for the function to be performed?
‎2009 Feb 19 6:01 AM
Have a look
[Maintianence View|http://help-abap.blogspot.com/2008/09/add-custom-button-on-maintianence-view.html]
Regards
Shashi
‎2009 Feb 19 6:06 AM
‎2009 Feb 19 6:41 AM
Hi,
Go to table maintenance generator and click on source code.
A program name SAPLXXXX will be there.,
XXXX is ur function group name.
Click on the second screen generated and add the button
‎2009 Feb 19 1:49 PM
but this is adding the buttons on the header. What if for every Line item i want to add the buttons?