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: 

how to fill the table manually

Former Member
0 Kudos

Hi guys,

may I fill z table manually and how?

thanks

Nihad

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

A table can be filled with new entries only when table maintenance is allowed. In attributes you can find a checkbox for Tbale Maintenance. Just check it. And in menubar.. utilities -> table maintenance generator... give the details and run it... Now you are ready to make entries... through SM30 t-code...

Goto SM30, give the table name and then say Maintain... and then enjoy entering the records...

8 REPLIES 8

Former Member
0 Kudos

Hi,

A table can be filled with new entries only when table maintenance is allowed. In attributes you can find a checkbox for Tbale Maintenance. Just check it. And in menubar.. utilities -> table maintenance generator... give the details and run it... Now you are ready to make entries... through SM30 t-code...

Goto SM30, give the table name and then say Maintain... and then enjoy entering the records...

peter_ruiz2
Active Contributor
0 Kudos

Hi nihad,

1. Go to Transaction SE16N.

2. Enter the table name

3. On the command bar, type &SAP_EDIT and press enter

4. Click on Execute

5. The contents of the table will be displayed in Grid Format with the Add, Edit, Delete, Save Button Activated.

Regards,

Peter

amit_khare
Active Contributor
0 Kudos

If you are asking us the permission to fill then Just go ahead and do it

You may write a report and use insert to fill it or create Maintainance View and use SM30 to fill it.

Former Member
0 Kudos

hi:

you have two ways

1. go in se11 -> Utilities-> table Content-> Entries

2 go in se30, generates it table Maintainance-> click on maintain -> start entries.

Regards

Shashi

0 Kudos

Hi,

Please create a Table maintainance generator for the Table created, and then either use SM30 or SE16 or SE16N to fill the entries to that table.

Please dont use SE11 to create entries to the database table created, because, If you are creating entries using SE11, then these entries will not be available in Quality system when you have transported your table from Development system to quality system.

But those entries created using SM30 or SE16 or SE16N, will ask for a TR name and you can save the entries under that TR.

Best Regards,

Suresh

Former Member
0 Kudos

1. in SE11 , createe table maintainence and use sm30 to maintain the table entries.

2. create a zprogram and fill the data in a itab.

use modify ztable from itab,

reg

Ramya

Former Member
0 Kudos

go in se11 -> Utilities-> table Content-> createEntries

Regards

Former Member
0 Kudos

Thank you everybody for replies

If you are asking us the permission to fill then Just go ahead and do it

Amit, 2 pts for this )