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

how to keep first two columns constant

Former Member
0 Likes
951

Hi

IF i move the scroll bar till end i should get first two Columns constant....

I mean i want to set Freez to First two columns in my report

how to du this?

Regards

Smith

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
927

Hi,

In the Fieldcat in type-pool SLIS

fix_column = 'X'.

Hi

IF i move the scroll bar till end i should get first two Columns constant....

I mean i want to set Freez to First two columns in my report

how to du this?

Regards

Smith

8 REPLIES 8
Read only

Former Member
0 Likes
928

Hi,

In the Fieldcat in type-pool SLIS

fix_column = 'X'.

Read only

Former Member
0 Likes
927

HI

Can you try below for your firtst column while filling the field catalog.

wa_fieldcat_alv-fix_column = 'X'.

it works.

Thanks!

Read only

Former Member
0 Likes
927

Hi Smitha,

Please search before posting a question.

You can give fix_column = 'X' for whichever columns you need.

Link: [;

Read only

Former Member
0 Likes
927

Hi IN the fieldcatalog make fix_column attribute as 'X' for the first two fields.

Read only

Former Member
Read only

Former Member
0 Likes
927

For ALV---

FIELDCATALOG-KEY         = 'X'.

Read only

Former Member
0 Likes
927

Hi,

1. Outputted Key fileds(Of a Table) wil be freezed automatically.

2. In ALV,Layout and Field catalogue we can make this settings.

Read only

Former Member
0 Likes
927

Use this statement


ls_fieldcat-fix_column = 'X'.