‎2012 Apr 29 5:29 PM
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
‎2012 Apr 29 5:35 PM
Hi,
For this you have to allow maintenance via Delivery and maintenance tab in SE11...
Kr,
Manu.
‎2012 Apr 29 5:35 PM
Hi,
For this you have to allow maintenance via Delivery and maintenance tab in SE11...
Kr,
Manu.
‎2012 May 06 7:06 PM
Thanks all who answered the question; Manu you get the points being the first to answer, thanks again
rgds
Anton
‎2012 Apr 30 5:31 AM
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.
‎2012 Apr 30 5:47 AM
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.
‎2012 Apr 30 5:54 AM
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