‎2007 Mar 30 7:17 AM
Hi,
While transporting table to quality client i am getting error like <b>Fill table key for table YPERCENTAGE only up to position 003 only</b>.CAn anu one tell me wht is the problem.....
Thanks in regards
Alex
‎2007 Mar 30 12:24 PM
Hi Alex,
the long text for message TK 319 says:
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 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.
That is, I think you're transporting the contents of a table. You have to specify the key of the entries you want to transport. But the length of the specified keys are longer that the actual key length of the table. So SAP yields this message.
Please review your transport request and check the key of the entries that you want to transport.
I hope it helps. Best regards,
Alvaro
‎2007 Mar 30 3:39 PM
I hope you have changed the table design ( Key defintion) atleast once .If yes then you have to adjust the DB table design in UTILITIES.
2. If the TR you moved was having the data of Table strcuture before your changes then you have to delete those entries from the Transport ( TR ) and Re-attach the withfresh data.
Hope this will solve your Problem.
Tx
Parthi
Reward if Helpful.
‎2007 Apr 02 12:26 PM