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

SAP Screen Table Problem

Former Member
0 Likes
516

Subject edited by moderator - please do not post in ALL CAPITALS

Hi everybody!

I know have a table name is 'SCREEN' in SAP.

But i don't know 'color' field in SCREEN.

What value request is it ?

Please help me !

Thanks Advanced !

Edited by: Matt on Nov 20, 2008 10:52 AM

3 REPLIES 3
Read only

Former Member
0 Likes
463

Hi,

You may use the program <color> to check the values for colors.

TYPE-POOL col

col_1 col_background '0'.

col_1 col_heading '1'.

col_1 col_normal '2'.

col_1 col_total '3'.

col_1 col_key '4'.

col_1 col_positive '5'.

col_1 col_negative '6'.

col_1 col_group '7'.

Thanks,

Pradeep

Read only

Former Member
0 Likes
463

refer this link

Read only

0 Likes
463

Thank you!