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

Tablr maintenance

Former Member
0 Likes
715

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.

5 REPLIES 5
Read only

Former Member
0 Likes
678

you can goto TCODE SE16 and enter the data to table

Read only

former_member223446
Active Participant
0 Likes
678

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

Read only

Former Member
0 Likes
678

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

Read only

Former Member
0 Likes
678

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

Read only

Former Member
0 Likes
678

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.