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
365

Hi,

In ALV report how to show flags at center in the output

Iam using slis_t_fieldcat_alv as field catalog.

I have a field in my table which is a flag.

Now the 'X' should come in center of the field in output.

Regards,

shilpa.

1 ACCEPTED SOLUTION
Read only

peter_ruiz2
Active Contributor
0 Likes
344

hi shilpa,

in your field category, declare your field as centered

wa_fldct-just = 'C'.

regards,

Peter

Hi,

In ALV report how to show flags at center in the output

Iam using slis_t_fieldcat_alv as field catalog.

I have a field in my table which is a flag.

Now the 'X' should come in center of the field in output.

Regards,

shilpa.

2 REPLIES 2
Read only

rahul_kamble2
Participant
0 Likes
344

Hi,

In Debug mode please check if the table for fieldcatlog is populated for the field of flag.

if this field is not populated then you need to add code to append this field in fieldcatalog table.

Regards,

Rahul

Read only

peter_ruiz2
Active Contributor
0 Likes
345

hi shilpa,

in your field category, declare your field as centered

wa_fldct-just = 'C'.

regards,

Peter