2008 Nov 19 6:20 PM
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
2008 Nov 19 6:30 PM
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.
2008 Nov 19 10:19 PM
Hi
its the viewing has the limit of 255 .. App server can even handle table like content data(1000)