‎2008 Feb 18 9:44 AM
I have a requirement...If there is any solution..Do post here..
I have a text getting displayed for a partno in the screen...
so how to display the screentext or the entire screen in colors based on my condition..
‎2008 Feb 18 9:49 AM
Hi,
u can do dat in a report list....
WRITE / 'color' COLOR 1.
WRITE / 'color' COLOR 1 INTENSIFIED OFF.
WRITE / 'color' COLOR 2.
WRITE / 'color' COLOR 2 INTENSIFIED OFF.
WRITE / 'color' COLOR 3.
WRITE / 'color' COLOR 3 INTENSIFIED OFF.
WRITE / 'color' COLOR 4.
WRITE / 'color' COLOR 4 INTENSIFIED OFF.
WRITE / 'color' COLOR 5.
WRITE / 'color' COLOR 5 INTENSIFIED OFF.
WRITE / 'color' COLOR 6.
WRITE / 'color' COLOR 6 INTENSIFIED OFF.
WRITE / 'color' COLOR 7.
WRITE / 'color' COLOR 7 INTENSIFIED OFF.Cheers,
jose.
‎2008 Feb 18 9:51 AM
Dear Friend,
Please make you q maore clear.
If you want to change the colour of the screen
go to the last Icon in rainbow colour --> that is options then Set colour to the System...
There you can change the coulour accordingly.
edited by,
Amlan Sarkar
‎2008 Feb 18 9:52 AM
This is what i need to do based on program logic...is it possible
‎2008 Feb 18 11:22 AM
hi
good
pls check the below link.
http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba1ae35c111d1829f0000e829fbfe/content.htm
thanks
mrutyun^
‎2008 Feb 18 11:25 AM
I want the screen color to be changed not the list options..is it possible ???