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: 

Issue with the Maximum lenght string on application server file

sachin_yadav3
Active Participant
0 Kudos

Hi,

I have one internal table which cotains aroung 200 fields. The total lenght of the all fields is around 2000 charr.

I am using open data, transfer and close data set to put my file on application server.

I am looping at my internal table and then transfering the data on server file.

The problem is that after generating the file on application server i couldnt see all the fields. i can see only around 500 char.

not all the data.

Does there is maximum limit on the number of char on application serevr.

or there is complete record but we cant see,

kindly help.

1 ACCEPTED SOLUTION

rainer_hbenthal
Active Contributor
0 Kudos

I guess you are using Al11 to look at the file. AL11 only shows a limited amount of characters, but the content of a file may be longer. Thats just a limitation of AL11.

4 REPLIES 4

rainer_hbenthal
Active Contributor
0 Kudos

I guess you are using Al11 to look at the file. AL11 only shows a limited amount of characters, but the content of a file may be longer. Thats just a limitation of AL11.

Former Member
0 Kudos

Hi Sachin,

As Rainer said you cannot see the full length of row in AL11. The visible length is restricted. If you want to re-confirm whether all data are in. Then download the file from application server to your local system and see the contents. It will be to 2000 characters which you passed.

Hope this helps.

0 Kudos

Hi,

I have dowloaded the file in the excel sheet but i couldnt see all the 2000 fields.

in excel file i can only upto around 500 char.

Do i need to download file on allpication serever in notepad?

kindly help

0 Kudos

problem is the way you download, how do you download?