Application Development 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: 

Application Server problem!!

Former Member
0 Kudos

Hi,

We are trying to download the excel file on the Application server.After downloading, 3 cols are getting truncated. We want to know the reason. Any space problem? or something else? Please let us know why these 3 cols are getting truncated?

Thansk!!

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

you are downloading it from Application server to internal table

or is it other way you are doing..

if you are downloading the data from internal table to application server then check it once again you can see only up to a particulat length. if you want to check it just download it once and see the content of the file using the transaction CG3Y

8 REPLIES 8

Former Member
0 Kudos

Hi Ramesh,

What is the size of data and check the version of your excel also.

Thanks & Regards,

Malpani

former_member188685
Active Contributor
0 Kudos

you are downloading it from Application server to internal table

or is it other way you are doing..

if you are downloading the data from internal table to application server then check it once again you can see only up to a particulat length. if you want to check it just download it once and see the content of the file using the transaction CG3Y

Former Member
0 Kudos

Hi Ramesh,

In AL11 (Application server), u can not see the lines more than 256 length. But the complete data will be stored and whenever u download it to any file entire data will be downloaded.

Regards,

Subbu

0 Kudos

Hi,

I am able to see the data which is more than 256 characters. But the data in Internal table is in place. But while transferring from Internal table to Application server, the data is getting truncated and unable to see the full data whatever in Internal table?

Please suggest....

0 Kudos

That means there is no Truncation of the Data , only you are able to some limited text. To confirm the same Download back to internal table and check it once...

0 Kudos

No Yaar, the data is not getting populated on the application server. what may be the issue?

In debugging mode, we are unable to trace it out as encoding takes place. how can we do it??

0 Kudos

What tool are you using to verify if the data is transfered ok in the application server?

If you are using AL11 as said above you cannot view more than 255 chars in the file(not the internal table).

TO verify if the data is transferred correctly use C3GY in BIN mode.

0 Kudos

Thanks everyone. My problem got resolved now.

Ramesh.