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

ALV

Former Member
0 Likes
691

In ALV i have a field and length is 12 ..But in output i cant able to see the 12 char of the field(want to see the full lengthof field)...How can i achieve it?

In ALV i have a field and length is 12 ..But in output i cant able to see the 12 char of the field(want to see the full lengthof field)...How can i achieve it?

4 REPLIES 4
Read only

Former Member
0 Likes
666

Hi

Set the lenght in the catalog table:

gt_fieldcat-outputlen = 12.

Max

Read only

Former Member
0 Likes
666

hi ,

try using this for particular field in field cat

fc-outputlen = 12.

reg,

kannan

Read only

Former Member
0 Likes
666

Hi,

Use the Properties:

FILEDCAT-OUTPUTLEN = 50.

Hope this info helps.

Regards,

Kumar.

Read only

Former Member
0 Likes
666

hi u need use the statement.

"l_layout-colwidth_optimize = 'X'."

before u define the feilds in alv and

then

use

itab_fieldcat-outputlen = '12'.

then you can completely see all the characters of field.

if useful award points.

thank you