‎2007 May 02 10:50 AM
How can we enter records in the database table , If the table maintenance option set as not allowed, How can we make entries into the table.
‎2007 May 02 10:52 AM
‎2007 May 02 10:59 AM
u can enter records in database table by using table maintance generator concept.
and also by using module pool concept we can insert update modify the database table.
if helpful reward the points.
thanks
kiran
‎2007 May 02 11:00 AM
Hi ,
U can Write a ABAP program to insert data into database table.
Eg: Insert <db table> from table <Inab>.
But this method wont check standard data consistency
Award Points if the reply is helpful
Regards,
Kasi S
‎2007 May 02 3:24 PM
Hi,
U can use transaction sm30(table maintainence) for tht.For this first u hav to create a function group.Then u goto sm30 and enter transaction name and press maintain button.Then u enter ur function group name and short text in it and press enter.SAP program it automatically generated.Then u can go to sm30 and maintain tht table.
<b>plz reward points if helpful or if it solves ur query.</b>
Thanks
Chinmay
‎2007 May 02 3:49 PM
If the table maintannace is not allowed, (Se11->Delivery and maintainance>Data Browser/Table View Main-->not allowed)then you cannot create entries by SE11/se12/se16 or sm30.
You require to write a repost which will insert entries into table.