‎2008 Feb 05 2:52 PM
‎2008 Feb 05 3:02 PM
‎2008 Feb 05 3:02 PM
Generate a maintenance view for the database table
and create data thru SM31
‎2008 Feb 05 3:02 PM
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
‎2008 Feb 05 3:03 PM
Create a Table maintenance generator for that table
You can search the forum for more info about that