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

TMG using pushbutton in application toolbar

ankit_30
Explorer
0 Likes
1,378

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

1 ACCEPTED SOLUTION
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,212

You gotto use the function - VIEW_MAINTENANCE_CALL. Further details: http://bit.ly/XVtsIn

5 REPLIES 5
Read only

kakshat
Product and Topic Expert
Product and Topic Expert
0 Likes
1,212

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.

Read only

Former Member
0 Likes
1,212

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.

Read only

Former Member
0 Likes
1,212

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.

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,213

You gotto use the function - VIEW_MAINTENANCE_CALL. Further details: http://bit.ly/XVtsIn

Read only

Former Member
0 Likes
1,212

Ankit, What Suhas told is the better way.....