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 Maintainance Generator

Former Member
0 Kudos

Hi ,

My requirement is to insert 10,000 records in custom internal table. For that I need to Use Table Maintanence Generator . Can any one send me the steps involved in table maintanence Generator.

Regards,

Pavan

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Refer

Create Table maintenance generator for a ztable before using SM30.

SE11 -> Utilities -> Table maintenance generator.

Authorization groups : &NC&

Function group : (generally use the same name as table name)

maintenance screen :

Maintenance type : Two step

Maint. screen no.:

Overview screen : 1

Single screen : 2

Recording routine : Standarad recording routine.

After creating table maintenance generator use SM30 to insert records.

SM30: enter ztable name and select Maintain button. so that new records can be inserted.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8129f164-0a01-0010-2a8e-87652872...

3 REPLIES 3

Former Member
0 Kudos

Hi,

Refer

Create Table maintenance generator for a ztable before using SM30.

SE11 -> Utilities -> Table maintenance generator.

Authorization groups : &NC&

Function group : (generally use the same name as table name)

maintenance screen :

Maintenance type : Two step

Maint. screen no.:

Overview screen : 1

Single screen : 2

Recording routine : Standarad recording routine.

After creating table maintenance generator use SM30 to insert records.

SM30: enter ztable name and select Maintain button. so that new records can be inserted.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8129f164-0a01-0010-2a8e-87652872...

Former Member
0 Kudos

Hi,

Goto

SE11>Display table

Utilities>Table main. generater

Former Member
0 Kudos

hi,

go to se11 check table maintanance check box under

attributes tab

utilities-table maintanance Generator->

create function group and assign it under

function group input box.

also assign authorization group default &NC& .

select standard recording routine radio in table

table mainitainence generator to move table

contents to quality and production by assigning

it to request.

select maintaience type as single step.

maintainence screen as system generated numbers

this dialog box appears when you click on create

button

save and activate table

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

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.

please check the link for getting information about table maintenance generator !

https://www.sdn.sap.com/irj/sdn/advancedsearch?query=use%20of%20table%20maintenance%20generator&cat=...

http://www.sapdevelopment.co.uk/tips/tips_tabmaint_tcode.htm

http://www.sap-img.com/abap/create-a-table-maintance-program-for-a-z-table.htm

regards

Sandeep REddy