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: 

table maintenance generator

navin_khedikar2
Contributor
0 Kudos

What is table maintenance generator? Describe it in details.How to create It?

6 REPLIES 6

Former Member
0 Kudos

Hi!

With the help of the table maintenance generator, you are able to maintaint the ENTRIES of the table in SM30 transaction.

It can be set in transaction SE11 - Tools - Table maintenance generator.

Regards

Tamá

Former Member
0 Kudos

Hi Navin,

table maintanance Generator is used to manually

input values using transaction sm30

follow below steps

1) go to se11 check table maintanance check box under

attributes tab

2) utilities-table maintanance Generator->

create function group and assign it under

function group input box.

also assign authorization group default &NC& .

3)

select standard recording routine radio in table

table mainitainence generator to move table

contents to quality and production by assigning

it to request.

4) select maintaience type as single step.

5) maintainence screen as system generated numbers

this dialog box appears when you click on create

button

6) save and activate table

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm

http://help.sap.com/saphelp_46c/helpdata/en/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm

/message/2831202#2831202 [original link is broken]

One step, two step in Table Maintenance Generator

Single step: Only overview screen is created i.e. the Table Maintenance Program will have only one screen where you can add, delete or edit records.

Two step: Two screens namely the overview screen and Single screen are created. The user can see the key fields in the first screen and can further go on to edit further details.

Regards,

Priyanka.

alex_m
Active Contributor
0 Kudos

Hi,

Table maintanence generator used add or modify the records in table, suppose if u r creating a new custom table, u can maintain the data using generator or via prog.

TC: SM30

Former Member
0 Kudos

Hi,

When you wants to enter/change your entries frequently using SM30 T code, this is useful.

go to SE11 enter table name/create Table and fields, from that screen menu

Utilities->Table maintenance generator

enter Auth group = &NC& and function group some name

and screen no some no and select single screen and press the CREATE button in the left corner

it creates.

Go to SM30 and Enter/change the values in fields. create new entries.

reward if useful.

regards,

anji

Former Member
0 Kudos

Hi,

normally te data in the views can't be changed.but maintain views can be mained.that means we can change the data and we ca enter the new data there.for that first we have to create a view in se11.and we have to create maintainance for that(this includes user restriction and some restrictions).these restrictions are for giving the maintainance to some users only.

reward if helpful.

regards,

bharat.

navin_khedikar2
Contributor
0 Kudos

Thanks Priyanka Its very useful for me