‎2008 Jan 11 5:52 PM
I am trying to write a 1208 character output file, but the file seems to truncate at 1100 characters. Is this a program issue or a limit?
Thanks
‎2008 Jan 11 7:54 PM
Not sure...I never had to download something that big...
Greetings,
Blag.
‎2008 Jan 11 9:16 PM
Alvaro / Matt,
Are you downloading this file (as in to the client machine) or trying to output it to the App server?
Outputting a file generally means writing to the App server - which is not downloading.
‎2008 Jan 11 9:18 PM
If you are outputting to the App server, what OS are you running?
‎2008 Jan 15 1:32 PM
‎2008 Jan 15 2:51 PM
Hey Matt:
Check the length of your structure. A previous employer that I worked for generate files that had character lengths of 2500 characters for benefit entitlements. Check the size of the Z-Structure if thats what you are using.
As for the 1023 size limit, that is an SAP table, via SE16 length limit, but Z-tables and structures, you should be able set those accordingly.
‎2008 Jan 11 8:25 PM
You may want to check to see the size of the itab or structure that you downloading this file into. Look at how many characters the structure is.
<REMOVED BY MODERATOR>
John
Edited by: Alvaro Tejada Galindo on Jan 11, 2008 3:58 PM
‎2008 Jan 12 6:55 AM
HI Matt,
in sap the system allows a maximum of 1023 characters.
Thanks,
Sagar.
‎2008 Jan 16 12:17 PM