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
849

hi all,

i've displayed alv report, while horizontal scrolling i want the

key field to fixed, it shouldn't get hide , when scroll.

please tell the solution.

Regards

Suprith

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
830

Suprith

Check field fix_column in fieldcatalog table.

Thanks

Amol Lohade

9 REPLIES 9
Read only

Former Member
0 Likes
831

Suprith

Check field fix_column in fieldcatalog table.

Thanks

Amol Lohade

Read only

former_member386202
Active Contributor
0 Likes
830

Hi,

In fieldcatalog pass X to key field

wa_fieldcat-key = 'X'.

Regards,

Prashant

Read only

Former Member
0 Likes
830

Just set 'KEY' field in field catalog for the key field(s).

e.g.

ls_fcat-key = 'X'.

Regards,

Aparna Gaikwad

Read only

Former Member
0 Likes
830

In ALV fieldcatalog pass KEY = 'X'.

Regards,

Kumar

Read only

Former Member
0 Likes
830

hi suprith kumar

if its an Key fields means It automatically get fixed

check no_keyfix in layout structure

wa_layout-no_keyfix

regards

Deva

Read only

asik_shameem
Active Contributor
0 Likes
830

Hi

In the field catalog make KEY field as X.

fieldcatalog-key = 'X'.

Read only

Former Member
0 Likes
830

Hi,

Set the Fix_Column = 'X'

property of the Filed Catalog for all the key fileds.

Regards

Sumit Agarwal

Read only

Former Member
0 Likes
830

Hi,

You need to set the output length while filling the field catalogue with the desired length.

Ex :

lx_fieldcat-outputlen = '10'.

Thanks,

Parul.

Read only

Former Member
0 Likes
830

answered