2008 Dec 02 8:09 AM
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
2008 Dec 02 8:12 AM
Hi,
How are you uploading the file ? give more details. Try using TCODE CG3Z
.
Regards
2008 Dec 02 8:16 AM
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
2008 Dec 02 8:19 AM
Hi,
Can you try to upload with TCODE CG3Z , just to check if it works fine. Also paste your code here.
Regards
2008 Dec 02 8:28 AM
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
2008 Dec 02 8:29 AM
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
2008 Dec 02 8:30 AM
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
2008 Dec 02 9:31 AM
Just have a look at the declaration.You might have not given enough space .
2008 Dec 30 9:48 AM
2009 Mar 02 8:33 AM
Hi,
i have the same problem . Could you please share that solution?