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

Conditional Formatting in ALV

sergio_cifuentes
Participant
0 Likes
657

Hi, i need to change the property "emphasize" when i'm building the field cat, but it depends on the value that i'm working with, any ideas of how to do this? thanks.

Sergio.

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
579

Please check this thread. Found in abap objects forum.

4 REPLIES 4
Read only

Former Member
0 Likes
579

Hi,

You can give field catalog attributes at column level, but not at row/data level.

It might not be possible to do like at the data level.

Regards,

SR

Edited by: S R on Jan 22, 2008 3:31 PM

Read only

former_member194669
Active Contributor
0 Likes
580

Please check this thread. Found in abap objects forum.

Read only

0 Likes
579

What i meant was, how do i make the if statement for the value when I'm building the catalog.

Read only

0 Likes
579

You cannot change emphase properties on cell level . but you can change column level on the base of input values

If you want to make it on cell level then you need to go for coloring as mentioned in my earlier thread.