2009 Jun 15 9:27 AM
As per my client's requirement I have developed Tabstrip in the module pool progarmming. The requirement is to change the screen colour.
My question is can we change the screen colour ?
What is the use of 'SCREEN-COLOR' Parameter ?
If using 'SCREEN-COLOR' how one can change the colour of the screen ?
Code I have employed is as follows
In the PBO of screen to be called
LOOP AT SCREEN.
SCREEN-COLOR = 2.
MODIFY SCREEN.
ENDLOOP .
As per my client's requirement I have developed Tabstrip in the module pool progarmming. The requirement is to change the screen colour.
My question is can we change the screen colour ?
What is the use of 'SCREEN-COLOR' Parameter ?
If using 'SCREEN-COLOR' how one can change the colour of the screen ?
Code I have employed is as follows
In the PBO of screen to be called
LOOP AT SCREEN.
SCREEN-COLOR = 2.
MODIFY SCREEN.
ENDLOOP .
2009 Jun 15 11:55 AM
Hi Mahesh,
Please let me know where have you found this parameter.
Thanks,
Sai
ok got it
Edited by: Sai Krishna Kowluri on Jun 15, 2009 1:06 PM