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

Colours in Module Pool

former_member307726
Participant
0 Likes
2,090

Hi,

Can any one give idea for this?

How to display different colours in Module Pool programming (Screen Programming).

Thanks in Advance.

Regards,

Kumar.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,436

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

5 REPLIES 5
Read only

Former Member
0 Likes
1,437

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

Read only

0 Likes
1,436

it is possible with any other like text box and box because i dont add the table control other then table control?

Read only

matt
Active Contributor
1,436

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.

Read only

Former Member
0 Likes
1,436

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

Read only

sridhar_meesala
Active Contributor
0 Likes
1,436

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.