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

Former Member
0 Likes
563

what is the purpose of a table maintenance generator,can any body send some important SOME IMPORTANT DESCRIPTION AND VARIOUS OPERATIONS THAT CAN BE PERFORMED THROUGH TABLE MAINTENANCE GENERATOR.

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
537

Look at thread

Regards

4 REPLIES 4
Read only

Former Member
0 Likes
537

Table Maintenance Generator is used to make entries, edit records, and delete records in a table.

check this forum too :

Reward if useful

Regards

Prax

Read only

Former Member
0 Likes
537

Hi,

Table Maintenance Generator allows us to make a table maintainable(Add Records, Modify Records, Delete Records).

Procedure to create a Table maintenance for a database table

Go to se11 enter table name and say change

Go to utilities Table Maintenance Generator you will see a screen here. click on the create button.. then Enter the Autorization group (&NC&) and enter function group (YOu can create function group in se37 or se80) then select the single step option and enter some number in overview screen . and save

To maintain the entries in this table .. goto tcode sm30 and give the table name and click maintain button and you are in to mainting the table entries

Thanks

mahesh

Read only

Former Member
0 Likes
537

Hi Sandy,

The table maintenace generator is used to change the values of the table

use transaction se54 to create one maintenance generator for a table

also use sm30 to display the values of the table

from SE11 , enter the table name and then click on change, then in the menu Utilities->Table maintenance Generator.

give authorization group,Function Group, Sngle screen(radio Button),Mainitenance screen no, and Standard Recording Routine Radio Button ..

and save it.

and then Go to SM30 and check it with the same name.

<b>Reward Points If Useful*</b>

Read only

RaymondGiuseppi
Active Contributor
0 Likes
538

Look at thread

Regards