Application Development and Automation 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: 
Read only

table maintenance

Former Member
0 Likes
397

1. <b>what is the necessity for generating table maintenance.pls explain clearly or do provide a link</b>

2.what is the difference between SE16 vs SM30 with respect to operational features.

3.What is SE54 and SE55.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
369

HI,

Hi,

Table maintainence is used to maintain the custom tables.

Using table maintenence you can insert, modify, delete and perform all other tasks related to tables.

You can create the table maintenence using se11--> zXXX(table name) >utilities> table maintenence generatot. and create your table maintenece for your custom table.

If you want to validate the fields of the table[for eg., employee no. should start with 'E'],you can write your own validations in the program if you generated table maintenance.

Please check the following links

Have a look at SAP help on generating a table maintenance dialog.

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

http://help.sap.com/saphelp_bw30b/helpdata/en/69/c2516e4ba111d189750000e8322d00/content.htm

http://help.sap.com/saphelp_webas630/helpdata/en/06/395e3c80530f6be10000000a11405a/frameset.htm

u can go to se54 and do the same.

with this we are generating a maintanance dialog (screen)

which is an interface to mainatain (update) tables using sm30.

single step:Only one maintenance screen is processed during extended table maintenance. The entries are displayed in list form on this screen.

two step:Two maintenance screens are processed during the extended table maintenance:

On the Overview screen the entries are displayed in list form.

On the Single screen one entry is displayed. The single screen can be called from the overview screen, by function key, for every entry.

Reward points if this Helps.

Manish

Message was edited by:

Manish Kumar

2 REPLIES 2
Read only

Former Member
0 Likes
369

hi,

1. Table maintenance is used to provide an interface for maintaing values in that table.Then u an go to SM30 and maintain values.

2. SE16 is to see what values are there in the table.

SM30 is to maintain the values in that table.

Rgd

Vivek

Read only

Former Member
0 Likes
370

HI,

Hi,

Table maintainence is used to maintain the custom tables.

Using table maintenence you can insert, modify, delete and perform all other tasks related to tables.

You can create the table maintenence using se11--> zXXX(table name) >utilities> table maintenence generatot. and create your table maintenece for your custom table.

If you want to validate the fields of the table[for eg., employee no. should start with 'E'],you can write your own validations in the program if you generated table maintenance.

Please check the following links

Have a look at SAP help on generating a table maintenance dialog.

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

http://help.sap.com/saphelp_bw30b/helpdata/en/69/c2516e4ba111d189750000e8322d00/content.htm

http://help.sap.com/saphelp_webas630/helpdata/en/06/395e3c80530f6be10000000a11405a/frameset.htm

u can go to se54 and do the same.

with this we are generating a maintanance dialog (screen)

which is an interface to mainatain (update) tables using sm30.

single step:Only one maintenance screen is processed during extended table maintenance. The entries are displayed in list form on this screen.

two step:Two maintenance screens are processed during the extended table maintenance:

On the Overview screen the entries are displayed in list form.

On the Single screen one entry is displayed. The single screen can be called from the overview screen, by function key, for every entry.

Reward points if this Helps.

Manish

Message was edited by:

Manish Kumar