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

ALVs (emphasize)

Former Member
0 Likes
871

Hi all!

In ALVs , fieldcatalog, we have an option 'EMPHASIZE' right?When I checked it in SLIS type-pool,it's not giving me the available values.Where can I get the possible values?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
801

Hi Jayasri ,

This field i used to color a column , so when you assign some value to this field in the field catalog , that field gets assigned a color.

The values are assigned in the following format CXYZ.

Where C stands for color.

X , Numeric code for color ,

Y and Z , can take values 1 or 0 and is used for initisified or inverted options for the color.

Please see help on color to get more info.

Regards

Arun

3 REPLIES 3
Read only

Former Member
0 Likes
799

Hi

The possible values for this is C110,C210,C310,C410,C510 .....

AND also i will send sample syntax check it once.

wa_fieldcat-emphasize = 'C310'

Award points if helpful

Kiran Kumar.G.A

Edited by: KIRAN KUMAR on Jan 10, 2008 6:03 AM

Edited by: KIRAN KUMAR on Jan 10, 2008 7:00 AM

Read only

Former Member
0 Likes
802

Hi Jayasri ,

This field i used to color a column , so when you assign some value to this field in the field catalog , that field gets assigned a color.

The values are assigned in the following format CXYZ.

Where C stands for color.

X , Numeric code for color ,

Y and Z , can take values 1 or 0 and is used for initisified or inverted options for the color.

Please see help on color to get more info.

Regards

Arun

Read only

0 Likes
799

Thank you Arun.My doubt is cleared.