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 report

Former Member
0 Likes
618

I have a table which have field named ID with size 3

in the alv i need to view this id with size 5.

i am creating field catalog and setting its outlen to 5 and modifying the field catalog table. But i am unable see the changes on executing the alv. It is viewed as size 3.

plz help me in this

1 ACCEPTED SOLUTION
Read only

former_member156446
Active Contributor
0 Likes
596

try using reftable and ref field in field catalog and use one with 5 length..

5 REPLIES 5
Read only

former_member156446
Active Contributor
0 Likes
597

try using reftable and ref field in field catalog and use one with 5 length..

Read only

Former Member
0 Likes
596

Have u used a layout type of slis_layout_alv .

Pls dont use column optimise there , otherwise no changes will reflect

Read only

0 Likes
596

i am using alv with oops

how can we change layout to slis_layout_alv

Read only

0 Likes
596

gt_layout TYPE lvc_s_layo

use this one .field col_opt

Read only

Former Member
0 Likes
596

Soory to all of you

it was my own silly mistake

iin layout i was setting the CWIDTH_OPT

when i removed it it was working fine

anyway thank all of you to help me out.