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: 

Am I view or edit in the sm30?

Former Member
0 Kudos

Hi! I need know if I'm editing or viewing a table in the sm30 by code.

Which variable set in the sm30 if I view or edit?

Thanks in advance!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Mark,

You know the SM30 only can Display or Maintain one table when this table had maintained.

How maintain one table?

First, you can go SE11. put in the table name.

Second, you can click change(if you can), then choose Utilities-table maintenance generator...

After this you can use SM30 at this table.

If have any question let me know.

3 REPLIES 3

Former Member
0 Kudos

Hi Mark,

You know the SM30 only can Display or Maintain one table when this table had maintained.

How maintain one table?

First, you can go SE11. put in the table name.

Second, you can click change(if you can), then choose Utilities-table maintenance generator...

After this you can use SM30 at this table.

If have any question let me know.

Jelena
Active Contributor
0 Kudos

Why do you need to know this? Are you modifying the SM30 transaction?

Former Member
0 Kudos

Check this FM 'VIEW_MAINTENANCE_CALL' (do a where used).

- You can use this Fm to open a Table maintenance from any report

- You can also explore/debug this Fm to check for your requirement.

Alternatively, if you have a requirement where you want to display or update the Table and want to provide an option, just use the right parameter to pass to this FM.

Regards,

Santosh