Application Development 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: 

Add button to SM30

Former Member
0 Kudos

Hi,

I have a table with a table update generated to update the table from sm30. what appens is that i want to add some button to the screen where i do the update to the table, is that possible? And is there anyway to control when the user do double click in a line of the table in the same screen?

thanks,

Ricardo

2 REPLIES 2

0 Kudos

Hi,

You would have to change the generated function module. A function Module and a screen is generated once you use the table maintenance generator. Please remember that the process of changing the generated code can be cumbersome.

Hope this helps,

Sudhi

Former Member
0 Kudos

I believe you can design your own screens & use your own logic for maintenance dialog in SM30, instead of generating dialog with default settings.