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: 

Is there any limit in No of char to download a file to Appl Server

Former Member
0 Kudos
88

hi friends,

There is a program to download the output ( 255 char ) to Application Server.

New requirment is to add 4 fields ( 84 char ) and download to App Server.

but am not able to view the new fields, in debugging i have seen data.

Is there any limit if 255 char?

If not why am not able to view data.

data:v(450).

concatenate '111111111111111111111111111111111111111111111111111'

'222222222222222222222222222222222222222222222222222'

'333333333333333333333333333333333333333333333333333'

'444444444444444444444444444444444444444444444444444'

'555555555555555555555555555555555555555555555555555'

'666666666666666666666666666666666666666666666666666'

'777777777777777777777777777777777777777777777777777'

'888888888888888888888888888888888888888888888888888'

'999999999999999999999999999999999999999999999999999'

into v.

TRANSFER v to WR_FPATH.

here am able to view upto

111111111111111111111111111111111111111111111111111

222222222222222222222222222222222222222222222222222

333333333333333333333333333333333333333333333333333

444444444444444444444444444444444444444444444444444

555555555555555555555555555555555555555555555555555

6

2 REPLIES 2

former_member125661
Contributor
0 Kudos
47

As far as I know.., there is no such limit. The limitation is probably in the viewer where you are seeing it.

Why don't you write it onto a file in appl server and see the contents of the file.

There are 2 transactions cg3y and cg3z to upload or download files from/to application server.

former_member156446
Active Contributor
0 Kudos
47

Hi

its the viewing has the limit of 255 .. App server can even handle table like content data(1000)