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

Table entries issue

Former Member
0 Likes
829

Hi ABAP experts

I created a table and have a difficulty with manual entry of data (Change mode> Utilities> Table entries> Create entries). 'Create entiries' is grey and can not be used. The table is activated and there was no error while activiting. Any help is much appreciated.

Thanks in advance

Anton

Table details:

KEY           INIT         DATA ELEMENT    DATA  TYPE   LENGTH     DEC

X                X               MANDT                 CLNT                    3                 0

X                X               VBELN                  CHAR                 10               0

X                X               POSNR                  NUMC                 6                 0

                                    MATNR                 CHAR                  18               0

                                    NETWR                 CURR                  15               2

                                    ZAUFMENG          QUAN                  6                 2

I thought that the problem was  reference fields so added the following but that did not help:

                                   S_CURRCODE     CUKY                    5                 0

                                   S_WEIUNIT           UNIT                     3                 0

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
793

Hi,

For this you have to allow maintenance via Delivery and maintenance tab in SE11...

Kr,

Manu.

5 REPLIES 5
Read only

Former Member
0 Likes
794

Hi,

For this you have to allow maintenance via Delivery and maintenance tab in SE11...

Kr,

Manu.

Read only

0 Likes
793

Thanks all who answered the question; Manu you get the points being the first to answer, thanks again

rgds

Anton

Read only

Former Member
0 Likes
793

Go to SE11 and enter the table name for which the table maintenance generator has to be generated. Click on Change.

Click on Utilities -> Table Maintenance Generator

Enter Authorization group (For e.g. &NC&)
Function group  - Enter the same name as the table
You can select either one step or two step.

Assign Screen numbers (To assign Screen numbers click on the button 'Find Scr no'. It will propose screen no's)
Then Create. Save

Single step: Only overview screen is created i.e. the Table Maintenance Program will have only one screen where you can add, delete or edit records.

Two step: Two screens namely the overview screen and Single screen are created. The user can see the key fields in the first screen and can further go on to edit further details.

Read only

Former Member
0 Likes
793

Hi, To enable the same you need to Select Display/maintenance Allowed in delivery and maintenance allowed TAB in SE11

This will allow you to create entries manually.

Read only

Former Member
0 Likes
793

Hi dsa,

Look at  the below image you can understand the what is the problem with your table.

in image second tab and second option is must allowed only otherwise its we cant maintain data any way.

Regards

Mahesh