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

Is there a tcode for table maintainence and what is it used for?

7 REPLIES 7

Former Member
0 Kudos

check in SM30

Table maintenance is used to maintain the data for that table

0 Kudos

wht do u mean by maintain view of that table

Former Member
0 Kudos

Hi....

open a table then:

<b>UTILITIES--> TABLE MAIMTANANCE GENERATOR</b>

It will take u to table maintanance generator...

alse see the transaction SE54

See the following links:

http://help.sap.com/saphelp_erp2005vp/helpdata/en/69/c2513a4ba111d189750000e8322d00/frameset.htm

http://help.sap.com/saphelp_erp2005vp/helpdata/en/a1/e45217a2f511d1a5630000e82deaaa/frameset.htm

Reward points if useful....

Suresh

Former Member
0 Kudos

Please have a look at below link. May be helpful to you.

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

Best Regards,

Vibha

*Please mark all the helpful answers

Former Member
0 Kudos

<deleted>

Message was edited by:

Chandrasekhar Jagarlamudi

Former Member
0 Kudos

Hi,

SM30 SM31 are the transactions.

Using thisYou can generate database table and view maintenance dialogs to maintain customizing data. You can create, change and delete customizing data with these maintenance dialogs. You can also use maintenance dialogs for customer database table and maintenance views.

You can modify maintenance dialogs flexibly to your requirements by defining variants of an existing maintenance view, or adding your own modules to existing maintenance dialogs. You can make further functional enhancements at predefined events in the table maintenance dialog flow. You can collect related data from more than one table/view in a view cluster.

Hope Helps u better.

Regards,

RaviKumar

Former Member
0 Kudos

Hi,

u must create a fn group(SE37) & activate it.

In se11, give the table name,choose utitilities-->Table maintainence generator.

Give the authorisation group name (eg:&nc&), fn group name,maintenance type:one type,maintain screen no:overview screen :1 & create the table maintenance generator.

In SE93, create transaction of type -parameter transaction,in transaction give SM30

1)in name of screen field ,give -VIEWNAME,

in value, give ur table name.

2)Then in the next line

Name of the Screen Field as 'UPDATE' and

Value as 'X'.

Now, if u execute this transaction,ur table maintenance screen displayed.

Table maintenance is used for adding / editing entries of the table.

Regards,

Viji