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

AL11

Former Member
0 Likes
676

Hi all ABAP Gurus,

I have a string of about 600 characters. But when I upload it into application server, I can see only till 510 characters using AL11 transaction.

Is there any limit?

Thanks

Hi all ABAP Gurus,

I have a string of about 600 characters. But when I upload it into application server, I can see only till 510 characters using AL11 transaction.

Is there any limit?

Thanks

4 REPLIES 4
Read only

Former Member
0 Likes
639

it has limit.

if u want see entire data, down load the file into presentation server using sxda_tools or cg3y

Read only

0 Likes
639

I am not authorized to use these transactions.

Read only

Former Member
0 Likes
639

You can download those data into Local file and see the data in local server

Use transaction CG3Y

I guess it should be 255 charcters ,when you download the data into .txt file then you can able to see 1024 charcters in each line.

Thanks

Seshu

Read only

Former Member
0 Likes
639

This is very common problem, please ask the BASIS guys to download that file and send it. Once you will get this file open either .txt or excel spread sheet. You will definitely able to see the entire content.

Award points if if helps

Thanks

Sivaram