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

Adding a button in ZTable View

Former Member
0 Likes
624

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?

4 REPLIES 4
Read only

Former Member
0 Likes
562

Have a look

[Maintianence View|http://help-abap.blogspot.com/2008/09/add-custom-button-on-maintianence-view.html]

Regards

Shashi

Read only

Former Member
0 Likes
562

HI

chk out the threads

hope this helps

regards

Aakash Banga

Read only

Former Member
0 Likes
562

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

Read only

0 Likes
562

but this is adding the buttons on the header. What if for every Line item i want to add the buttons?