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

Former Member
0 Kudos

Hi all,

Could u plz tell me what is the use of transaction se54 & se55 and how to use it.give me step by step procedure .

And also how to maintain table entries in sm30.

Regards

Lalit

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

The Table Maintenance Generator is used to create table maintenance program to add, modify or delete records in the database table. This can be accessed using transaction SE54 or in SE11 using the menu Utilities->Table Maintenance Generator

the maintenance view allows a user to easily enter values into a table, e.g. the administrator enters values into a customising table.

SE54 is the developer tool to generate / change the maintenance view, which is a set of function modules and screens.

SM30 is the user / administrator tool to use the maintenance view. It internally calls the generated function modules and screens, but those details are hidden from the user.

One advantage is that if you use the maintenance view to enter values into a customising table and press SAVE, you will automatically get a popup asking for a customising transport.

TO maintain table entries..

go to SE55 ..

give the name of the table ..

in that give the authorization group &NC& ..

create a Z function Group ..

press on find screen numbers..

click on the pop-up 'Propose screen numbers'.

click on save..

this creates the maintenance screens in SM30

Regards,

Omkar.

2 REPLIES 2

Former Member
0 Kudos

Hi

goto sm34, then help-->application help

in our system this is http://help.sap.com//saphelp_crm40sr1/helpdata/EN/7e/c81d9052c511d182c50000e829fbfe/frameset.htm

/people/sudheer.junnuthula2/blog/2007/07/31/events-in-table-maintenance-generator

Former Member
0 Kudos

Hi,

The Table Maintenance Generator is used to create table maintenance program to add, modify or delete records in the database table. This can be accessed using transaction SE54 or in SE11 using the menu Utilities->Table Maintenance Generator

the maintenance view allows a user to easily enter values into a table, e.g. the administrator enters values into a customising table.

SE54 is the developer tool to generate / change the maintenance view, which is a set of function modules and screens.

SM30 is the user / administrator tool to use the maintenance view. It internally calls the generated function modules and screens, but those details are hidden from the user.

One advantage is that if you use the maintenance view to enter values into a customising table and press SAVE, you will automatically get a popup asking for a customising transport.

TO maintain table entries..

go to SE55 ..

give the name of the table ..

in that give the authorization group &NC& ..

create a Z function Group ..

press on find screen numbers..

click on the pop-up 'Propose screen numbers'.

click on save..

this creates the maintenance screens in SM30

Regards,

Omkar.