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

table maintenance generator-extra button

former_member225134
Participant
0 Likes
3,319

Hi,

     In my ztable i created TMG, and my requirement is to add one extra button after the create,copy,delete,cut buttons..

Is it possible to set buttons nearer to standard buttons..??????

8 REPLIES 8
Read only

Former Member
0 Likes
1,916

Hi,

     You may add button in application toolbar using PF-Status, Add Button their and Activate and set PF status

Read only

0 Likes
1,916

Hi,

    May i know how can i set pf status for z table...???i want to create button for table maintenance generator for that related z table.

Read only

0 Likes
1,916
Read only

0 Likes
1,916

Thanks for your repli,

                                     It is very useful and  i created the button, after that it triggers on LSVIMIXX this include....while try to create enhancement it gives

Object FUGR SVIM is part of the central basis and therefore cannot be enhanced..

so am unable to write code here.Can you please suggest ????

Read only

0 Likes
1,916

Hi,

     Instead of using standard , Make your own include like INCLUDE LZXXXXXI02. and create further module xyz input there, Code you logic there using sy-ucomm.

LSVIMIXX requires an access key to modify.


Regards

Read only

Former Member
0 Likes
1,916

Hi

When you have created the TMG . Please go the below Path.

Environment -> Modification ->  Maintenance Screens and there you can change the screen layout.

You can add buttons to near the standard buttons.

Please refer the below link of FOR clear understanding of TMG.

TABLE MAINTENANCE GENERATOR and ITS EVENTS - ABAP Development - SCN Wiki

Read only

0 Likes
1,916

Hi deva,

Thanks for your repli but it is not working,i cant go to change mode.

and the screen name (tmg) is vim_frame_field.

Read only

Odinei
Explorer
0 Likes
1,916

Hello Anitha!

One time, i need to do the same thing, and i used to help me this link information and link below!

Try to do this:

1. It says that you need to copy the standard interface into your Function Group (Group which contains the Table maintainence)

If you open your group in se80, you will not able to find the GUI status. Because system doesn't contain the PF stautus. It refers to the PF status of the program SAPLSVIM. So, Copy all the PF Status into your Function Group.

2. After copying you need to add your buttons in the respective PF-status. You can create your own PAI module and handle the PF status button.

Add Custom Button on Maintianence View (SM30) | ABAP Help Blog