cancel
Showing results for 
Search instead for 
Did you mean: 

Error installing a simple transport - Line too long...

Former Member
0 Kudos

Hi,

We recently created an SAP transport for general customer use. It consists of just one function module. Our customers would install this transport on their server to facilitate exchange of data with our product.

This transport seems to install fine on a 5.0 system. On another 4.6c system, it returns a bunch of errors:


report LZ_PRODGROUPU01   line 19 is too long, truncated from 255 to 72 byte
report LZ_PRODGROUPU01   line 67 is too long, truncated from 255 to 72 byte
...

I would appreciate it if someone can enlighten me on what this error is and what we must do to fix this.

Thank you in advance for your help.

Pradeep

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Suresh,

Thank you for your quick response. I will look into your suggested steps. From what you have explained, here is what I gather:

1. The transport has been installed

2. The function module must be avaialble on the system.

3. However, the function module did not get activated because, for some reason, 4.6c feels that there are more characters per line.

Is this correct?

Thank you once again for your help.

Pradeep

suresh_datti
Active Contributor
0 Kudos

1. What is the return code on the Transport?

2. check in SE37 for the function module or SE38 for the program

~Suresh

suresh_datti
Active Contributor
0 Kudos

In the 46c system, edit the program code

LZ_PRODGROUPU0 for the two lines in question

using Tcode SE38.

ie the code in lines 19 & 67 went beyond the

255 char limit per line.. Split the code into

two lines by hitting enter in Edit mode.. save & activate.. the error will not show up..

~Suresh