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: 

sm30

Former Member
0 Kudos
178

how to work with sm30.plzz tell

4 REPLIES 4

Former Member
0 Kudos
139

Former Member
0 Kudos
139

Hi,

Create Table maintenance generator for a ztable before using SM30.

SE11 -> Utilities -> Table maintenance generator.

Authorization groups : &NC&

Function group : (generally use the same name as table name)

maintenance screen :

Maintenance type : Two step

Maint. screen no.:

Overview screen : 1

Single screen : 2

Recording routine : Standarad recording routine.

After creating table maintenance generator use SM30 to insert records.

SM30: enter ztable name and select Maintain button. so that new records can be inserted.

Former Member
0 Kudos
139

Go to SE11, give the table name and click on change. Then Go to utilities—> Table

maintenance generator.

Utilities -> Table Maintenance Generator OR [] SE54

Specify Authorization Group &NC&

Select Maintenance type One Step/Two Step

Mention Screen Numbers 1/2

Save & Go Back

In the table maintenance generator screen, we should give Authorization Group,

Function Group name,Maintenance type can be one step or two step, usually we will create with one

step. we should give maintenance screen number. After clicking on create button,

a table maintenance generator will be created.

To check it go to SM30 . In SM30, we find display, Maintain options.

We can view the table contents by choosing Display and we can create table

entries by choosing Maintain.

Former Member
0 Kudos
139

Check the link:

Regards.