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

table maintainenece generator

Former Member
0 Likes
549

can any one let me know procudure for table maintainance generator.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
518

Hi,

1. if you need to generate the table maintenance, then using the Menu Utilities->Table maintenance generator

2. give the authorization group, package, function group, overview screen number etc.

3.create the table maintenance

4. now go to se93

5. give custom tcode and say create

then enter description , and then

choose the radio button Transaction with parameters

6. now enter tcode as SM30 and check the check box skip intial screen

7. Check all gui support buttons

8. now go down and enter VIEWNAME from F4 help and value as table name

9. and add UPDATE(choose it from F4) and value as 'X'.

VIEWNAME ZTABLE

UPDATE X

and save it, now check the Tcode.

Regards

vijay

4 REPLIES 4
Read only

Former Member
0 Likes
519

Hi,

1. if you need to generate the table maintenance, then using the Menu Utilities->Table maintenance generator

2. give the authorization group, package, function group, overview screen number etc.

3.create the table maintenance

4. now go to se93

5. give custom tcode and say create

then enter description , and then

choose the radio button Transaction with parameters

6. now enter tcode as SM30 and check the check box skip intial screen

7. Check all gui support buttons

8. now go down and enter VIEWNAME from F4 help and value as table name

9. and add UPDATE(choose it from F4) and value as 'X'.

VIEWNAME ZTABLE

UPDATE X

and save it, now check the Tcode.

Regards

vijay

Read only

Former Member
Read only

andreas_mann3
Active Contributor
Read only

Former Member
0 Likes
518

Go to SE11, and type the table name and go into change mode.

In the Utilities menu, you will be able to find Table main. generator. You will have to specify the function group and authorization object(depending upon whom you want give access to).

Regards,

Ravi

Note : Please mark all the helpful answers