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 maintainence

Former Member
0 Kudos
103

what is table maintainence generetor and how to create that and what is tcode?

1 ACCEPTED SOLUTION

gopi_narendra
Active Contributor
0 Kudos
83

Table maintenance is used to maintain entries in the table.

1) Go to SE11 and check table maintanance check box under attributes tab.

2) Go to menu Utilities -> Table Maintanance Generator ->

Create function group and assign it under function group input box. You can enter same as table name for function group. 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 maintenance 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.

Regards

Gopi

4 REPLIES 4

Former Member
0 Kudos
83

Hi it is in se 11 itself

navigate to

Se11->utilities->table maintenance generator.

Note that it will work only if your table is activated an "Delively and maintenace" is set as allowed.

The t code is <b><b>SE 55</b></b>

Regards

Preeti

<b>

*Reward if useful</b>

Message was edited by:

Preeti Yadav

gopi_narendra
Active Contributor
0 Kudos
84

Table maintenance is used to maintain entries in the table.

1) Go to SE11 and check table maintanance check box under attributes tab.

2) Go to menu Utilities -> Table Maintanance Generator ->

Create function group and assign it under function group input box. You can enter same as table name for function group. 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 maintenance 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.

Regards

Gopi

0 Kudos
83

And finally go to SM30 with your table name in order to edit it.

Mathieu

varma_narayana
Active Contributor
0 Kudos
83

Hi..

Table Maintenance Generator : Tcode SE54.

It is a utility for Generating the Program (Function Group) and Screens to Maintain the Records ( Display / Create / Change ) of a Table

Steps:

1. Create the Table and Activate.

<b> Delivery Maintenance Allowed</b> has to be selected

2. Goto SE54 and Enter ur Table name

Select the <b>Generated Objects</b> RADIO BUTTON and Click on Create/Change.

3. Table maintenance Definition screen will come.

Enter the Settings as below

Authorization group &NC&

Function Group <Name of a Z Function group>

Maintenance type

Single Step - (It gives only overview Screen)

Two Step - (It gives overview Screen and Single record screen)

Select Two step

and Enter two screen Numbers Eg: 10 and 20.

These screens are created in the Fun Grp.

Select the Option Create.

You have to get the message "Rewuest completed without Errors"

3. Maintain the record in table

Tcode : SM30.

<b>Reward if Helpful</b>