‎2012 Dec 13 6:12 AM
Hi,
I want to open table maintenance generator for a custom created table when I click on a pushbutton in the application toolbar and maintain entries for that table.
Please give your suggestions.
Thanks
Ankit
‎2012 Dec 13 6:36 AM
You gotto use the function - VIEW_MAINTENANCE_CALL. Further details: http://bit.ly/XVtsIn
‎2012 Dec 13 6:16 AM
Hi Ankit,
First, you can create a 'parameter' transaction in SE93 for SM30 and then in the event handler of the button, you can call this transaction.
‎2012 Dec 13 6:28 AM
either you can create a tcode as mentioned by Kumar for this and call or you can call directly sm30 by skip initial screen options and set tablename and update parameter ids.
‎2012 Dec 13 6:30 AM
Hi,
Is the push button in application toolbar of some report? Or on standard SAP start screen?
You can call transaction SM30 when you press push button , with an option to skip the initial screen.
You can check teh button pressed in PAI of screen , depending on your functionality.
‎2012 Dec 13 6:36 AM
You gotto use the function - VIEW_MAINTENANCE_CALL. Further details: http://bit.ly/XVtsIn
‎2012 Dec 13 7:01 AM