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

how to maintain the data into database table

Former Member
0 Likes
1,611

Hi,

experts,

how to maintain the data into database table

4 REPLIES 4
Read only

Former Member
0 Likes
1,115

Try Txn SE16 or SM30

Read only

Former Member
0 Likes
1,115

Generate a maintenance view for the database table

and create data thru SM31

Read only

Former Member
0 Likes
1,115

There are several ways to maintain data in the database

1. Use table maintanance generator . You can create this using SE11 and data can be edited through SM30.

2. Loginto SE11 with the specified table and check the ATTRIBUTES tab. There you can set some parameters for maintaining the database. When you set Maintain database, you edit the data thorugh SE11 it self

3. Through Se16 as well.

4. A small abap program can do the above task as well.

Thanks,

Raj

Edited by: Rajanya Kolavennu on Feb 5, 2008 8:33 PM

Read only

Former Member
0 Likes
1,115

Create a Table maintenance generator for that table

You can search the forum for more info about that