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

Transport custom table

Former Member
0 Likes
929

Hello Everyone,

I have one request which includes my report,my custom table.

While releasing the task first, i get this error:

<b>Fill table key for table ZADI_DIM_CAR_GBL only up to position 051 only</b>

Anybody, having idea why this error comes and SAP stops me to release my task.

Thanks in advance.

Regards,Tarun

Hello Everyone,

I have one request which includes my report,my custom table.

While releasing the task first, i get this error:

<b>Fill table key for table ZADI_DIM_CAR_GBL only up to position 051 only</b>

Anybody, having idea why this error comes and SAP stops me to release my task.

Thanks in advance.

Regards,Tarun

6 REPLIES 6
Read only

Former Member
0 Likes
792

This error seems to be related to your KEY fields of the table which is lengthy than the allowed lenght. So if you reduce the length of the Key field name, you can avoid this error,

Cheers,

Thomas.

Read only

0 Likes
792

Hello Thomas,

SAP does not fix the length of the field.

Its up to us to decide the length of the field.

If i decrease the length of the field, i feel i will get the same error again.

Any idea.

Regards,Tarun

Read only

Manohar2u
Active Contributor
0 Likes
792

Tarun,

does this table automatically ask's for a TR when you create entries? or have you explicitly entering entries using R3TR TABU in your request?

If so, you need to give the proper key values to transport the entries of this table, might be an issue there?

If you want to add the entries explicitly, you need to create an entry at task/request level as belo

R3TR | TABU | <Table name>

double click on the record to give key values of the table or give "*" to transport entire table entries.

Regds

Manohar

Read only

christian_wohlfahrt
Active Contributor
0 Likes
792

Hi Tarun,

looks like you try to transport some entries of table ZADI_DIM_CAR_GBL. The corresponding line of your transport request contains usually the key of the lines you are transporting: here at max the complete key can be defined, not more fields (more than the first 51 chars).

Regards,

Christian

Read only

Former Member
0 Likes
792

Hi,

what are the Key fields in your table and are they associated to Custom domain and dataelements or Predefined ones.

can you list them,...

Regards

vijay

Read only

0 Likes
792

Hello Everyone,

This is the structure of my table.

MANDT MANDT CLNT 3 0 Client

LENGTH ZLENGTH CHAR 15 0

WIDTH ZWIDTH CHAR 15 0

HEIGHT ZHEIGHT CHAR 15 0

LAND1 LAND1_GP CHAR 3

CARTON VHILM CHAR 18 0