2006 Sep 18 10:46 PM
Hello all,
I am trying to modify the contents of a table in a table control program. I am getting the following error message when I am trying to modify/delete or upload and save the entry.
The error message reads like this:
"Fill table key for table DBTABLE only up to position 011 only"
When I pressed the help button, I got the following detailed analysis:
Message no. TK319
Diagnosis
Table keys may only be specified up to the maximum key length defined in the ABAP Dictionary, unless the key contains packed fields or type I or type X fields. In this case, the key can only be specified up to the first one of these key fields in the Transport Organizer. The key entry for table ZTLT_GSA_CODE exceeds this maximum limit.
System Response
The function terminates.
Procedure
Repeat your entry. Make sure that the affected table keys do not exceed this limit.
For extra support, call the editor in the Transport Organizer and select the Object key function for the affected table. The system provides a table-specific input template.
Please tell me what to do.
Its urgent
Thanks
Hello all,
I am trying to modify the contents of a table in a table control program. I am getting the following error message when I am trying to modify/delete or upload and save the entry.
The error message reads like this:
"Fill table key for table DBTABLE only up to position 011 only"
When I pressed the help button, I got the following detailed analysis:
Message no. TK319
Diagnosis
Table keys may only be specified up to the maximum key length defined in the ABAP Dictionary, unless the key contains packed fields or type I or type X fields. In this case, the key can only be specified up to the first one of these key fields in the Transport Organizer. The key entry for table ZTLT_GSA_CODE exceeds this maximum limit.
System Response
The function terminates.
Procedure
Repeat your entry. Make sure that the affected table keys do not exceed this limit.
For extra support, call the editor in the Transport Organizer and select the Object key function for the affected table. The system provides a table-specific input template.
Please tell me what to do.
Its urgent
Thanks
2006 Sep 18 10:57 PM
Hi,
I believe you are saving the entries in the table and moving it to the CR..
For the transport entry it requires a key length matching the database table and which is not matching with the internal table of your table control..
Probably that is the reason it is giving you a error..
Thanks,
Naren
2006 Sep 18 11:00 PM
I think it's saying that the fields in the work area that you are saving have key field lengths that are incorrect according to the data dictionary.
Rob
2006 Sep 18 11:59 PM
please show us the insert/update statement which is failing.
and the layout/structure of the table in question.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |