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 row length

Former Member
0 Likes
552

Hi ,

Now i am working SAP version 4.6.

I need to upload data to application server.

In my internal table have 500 chars each row length.

In Application server it shows only 255 charcters each row , and next 245 charcter display in next line.

i want display row in single row, after that i save the data in .CSV file.

Thanks

Sitaram

4 REPLIES 4
Read only

former_member194669
Active Contributor
0 Likes
517

Using the transaction CG3Y download to local system and view it thru notepad

a®

Read only

former_member209217
Active Contributor
0 Likes
517

Hi Sitaram,

You can not see the complete line in AL11,if it exceeds 255 characters(i think).

So download your file using CG3Y transaction & download it to your local PC & check whether its coming fine or not.

Else, U Can double click on the line in AL11 to see the complete Row(Now the entire string is visible)

Regards,

Lakshman.

Read only

Former Member
0 Likes
517

Hi

use T-code CG3Y.

you can not view full length in al11.

Regards,

Vijay

Read only

BH2408
Active Contributor
0 Likes
517

HI ,

We will able to see only 255 char for the Line in AL11.

Go to CG3Y and enter the path and download path .. and download it .

Check weather it will or not ...

Regards,

Bharani

Edited by: SeethaRamaiah Bharani on Jul 16, 2009 8:22 PM