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

creating generic table for sm30

Former Member
0 Likes
381

hi

Can anyone give steps for creating table maintainence generator

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
349

Go to SE11.

Give the table name..

Press change..

In the menu..UTILITIES -> TABLE MAINTENANCE GENERATOR..

Select one step screen..

Give the screen number 0100.

Give the functon group name..

Give no authorization group..

Press create button.

Now the table maintenance will be generated..Go to SM30 to maintain the values..

how to create a a T-code of that

Go to se93.

Then create the new T.code.

Under that select parameter Transaction.

Then give the sm30 in the t.code in default values tab.

check the checkbox skip initial screen.

in classification tab.

click checkbox inherit gui attributes..

Now below..

In the default values..

WRITE

viewname = give ur table name.

show = X

save and check it once...

Check the below Link :

/people/sudheer.cheedella/blog/2006/02/20/extracting-data-in-table-maintenance

Thanks

Seshu

1 REPLY 1
Read only

Former Member
0 Likes
350

Go to SE11.

Give the table name..

Press change..

In the menu..UTILITIES -> TABLE MAINTENANCE GENERATOR..

Select one step screen..

Give the screen number 0100.

Give the functon group name..

Give no authorization group..

Press create button.

Now the table maintenance will be generated..Go to SM30 to maintain the values..

how to create a a T-code of that

Go to se93.

Then create the new T.code.

Under that select parameter Transaction.

Then give the sm30 in the t.code in default values tab.

check the checkbox skip initial screen.

in classification tab.

click checkbox inherit gui attributes..

Now below..

In the default values..

WRITE

viewname = give ur table name.

show = X

save and check it once...

Check the below Link :

/people/sudheer.cheedella/blog/2006/02/20/extracting-data-in-table-maintenance

Thanks

Seshu