2014 Aug 18 8:24 AM
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..??????
2014 Aug 18 8:29 AM
Hi,
You may add button in application toolbar using PF-Status, Add Button their and Activate and set PF status
2014 Aug 18 12:02 PM
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.
2014 Aug 18 12:19 PM
2014 Aug 18 3:35 PM
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
2014 Aug 19 10:18 AM
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
2014 Aug 18 8:37 AM
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
2014 Aug 18 12:00 PM
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.
2014 Aug 18 8:29 PM
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