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: 

What is table maintanance generator

Former Member
0 Kudos

Hi Sanjay and Max,

My problum is solved. But i want to know What is table maintanance generator? and why we use that?

Thanks,

shashikanth

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Table maintennace generator is used to create screen to maintain values in a table. Once you create maint generator you can goto transaction SM30 and add data to table . In SAP it is more relevant to customizing data.

For more help

http://help.sap.com//saphelp_470/helpdata/EN/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm

Cheers.

3 REPLIES 3

Former Member
0 Kudos

Table maintennace generator is used to create screen to maintain values in a table. Once you create maint generator you can goto transaction SM30 and add data to table . In SAP it is more relevant to customizing data.

For more help

http://help.sap.com//saphelp_470/helpdata/EN/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm

Cheers.

Former Member
0 Kudos

Table maintenance generator is a utility to generate code that can be used by transaction SM30 or SM31 to maintain the table (insert, update and delete rows ).

Cheers,

Sanjeev

Former Member
0 Kudos

Hi

If you want to update directly the data of a table without to write a z-program, you can use table maintanance generator: it's a tool that builds automatically a program (module pool) to update a table.

You can only define a function group in which the system generate that program.

After you can call your table maintanance by SM30.

Max