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

Former Member
0 Likes
1,212

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

3 REPLIES 3
Read only

Former Member
0 Likes
870

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

Read only

Former Member
0 Likes
870

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.

Read only

Former Member
0 Likes
870

Hi Alex,

Good answer