Application Development and Automation 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: 
Read only

Application server file width..

Former Member
0 Likes
393

hi,

i want to store the file with length of 1024 characters in APPLICATION SERVER.

But when iam passing 1024 width file it is showing only 256 lenght data rest of it is not visible.

can you please give some. How to store data into the same.

Thanks,

Rithesh.

3 REPLIES 3
Read only

Former Member
0 Likes
340

Hi,

if you are using txn AL11 you are able to see only the first 256 chars of each line, even if the file phisically contains the line on the whole.

You can try to see the file in some other way, so to see the real line of the file.

Bye,

Antonino

Read only

0 Likes
340

Read the file back into an internal table with the original width and then you can read the rest of the file using offsets - itab-field+256(256).

Rob

Read only

Former Member
0 Likes
340

Hi,

Using AL11, open the file. Then Click System->Save to Local File-> Notepad.

Provide the path and file name. Now compare this file with the actual requirement.

Best regards,

Prashant