‎2009 Sep 05 4:21 AM
Hi,
Can any one give idea for this?
How to display different colours in Module Pool programming (Screen Programming).
Thanks in Advance.
Regards,
Kumar.
‎2009 Sep 05 4:37 AM
Hi ABAP,
In SAP module pool programs you only can get RED color, this is to the best of my knowledge.
Loop at screen.
if screen-name = 'SCREEN_FIELD_NAME'.
screen-color = '1'. etc
MODIFY SCREEN.
ENDIF.
endloop.
Cheers
Ram
‎2009 Sep 05 4:37 AM
Hi ABAP,
In SAP module pool programs you only can get RED color, this is to the best of my knowledge.
Loop at screen.
if screen-name = 'SCREEN_FIELD_NAME'.
screen-color = '1'. etc
MODIFY SCREEN.
ENDIF.
endloop.
Cheers
Ram
‎2023 Aug 16 7:48 AM
it is possible with any other like text box and box because i dont add the table control other then table control?
‎2023 Aug 16 9:25 AM
aya12 Probably best to ask your own question. Since Ramchander Rao kirshnamraju posted this 14 years ago, and hasn't made any contributions to this site in ABAP for 11 years - he may well not be even programming any more.
‎2009 Sep 05 7:00 AM
Hi,
Sad to say we can do very less or no manupulation with colors in Module pool
but it hardly makes any difference.
Regards
Bikas
‎2009 Sep 06 6:28 AM
Hi,
Unfortunately we cannot get different colors in Modulepool screen. But however we can get blue color by selecting the bright option in the display tab in the attributes window.
Thanks,
Sri.