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: 

File Truncated in application server

Former Member
0 Kudos
325

Hi Gurus,

I uploading a file into application server. the total fields are 142 and the size of toatl fields are 5500.

When I see the file in application server some fields are truncated. Please can any one suggest me how to get all fields in application server.

Thanks and Regards

Abinava Siri

9 REPLIES 9

Former Member
0 Kudos
115

Hi,

How are you uploading the file ? give more details. Try using TCODE CG3Z

.

Regards

0 Kudos
115

Hi Gurus,

I uploading file using ABAP code.By using the statement Open Dataset. The file is truncated when i saw that file in application server. Total length of the fields is 5500.

Thanks and Regards

Abinava Siri

0 Kudos
115

Hi,

Can you try to upload with TCODE CG3Z , just to check if it works fine. Also paste your code here.

Regards

0 Kudos
115

Hi,

If you are viewing the file from AL11, then the fields will get truncated due to the list output limit. Download the file and I think you should be able see all the fields.

regards,

Advait

0 Kudos
115

Hello,

Try to download the file to your presentation server(PC) from application server where you have stored the file thru program. I believe you will get all the fields and data in it. Because application server can show only 1023 characters to you as it is the restriction in classical report also. But when you download the same you will get all the data.

Hope it helps.

Thanks,

Jayant

0 Kudos
115

Hi Sisi,

I tried to upload a same kind of file with TCODE CG3Z and the same thing happened. I think this is because in AL11 it is able to display only upto 1024 characters.

I tried downloading the same file with TCODE CG3Y and was able to get back all the fields. So just try downloading the your truncated with CG3Y and check if all fields exist.

Regards

Rajvansh

Former Member
0 Kudos
115

Just have a look at the declaration.You might have not given enough space .

Former Member
0 Kudos
115

I get the solution my self

0 Kudos
115

Hi,

i have the same problem . Could you please share that solution?