Application Development 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: 

Color Button

Former Member
0 Kudos

Hi Experts,

How to get a Coloured button in the module pool screen

Regards

Vikranth

8 REPLIES 8

Sandra_Rossi
Active Contributor
0 Kudos

Did you ever see that in a standard screen?

0 Kudos

Hi Sandra,

I need two buttons with different Colors to Identify the User.Is it possible or not in ABAP Module pool programming or is there any other way to acheive it

Regards

Vikranth

0 Kudos

I don't understand why you need to customize a button according to the user...

Instead of changing the color (I have NEVER seen that in SAP), you may just change the text or display any icon inside the button. See ABAP examples in SE38, menu Environment, Examples

0 Kudos

Hello Vikranth

As per my understanding your requirement is :You would like to provide user a differentiation of the

buttons added on the sceen.

If that is the requirement then do one thing :

In module pool you have an option to bright a button in the attributes section .

In the attributes of the field added to a screen you can see the "bright" check box,

If you check this then the field would be shown as bold.

for the first button apply the above process and for the second button leave it as it is ,

This would solve your purpose,.

Thanks,.

0 Kudos

Naveen, as far as I can see, the bright checkbox is only available for texts, not for buttons.

0 Kudos

Hi,

Please suggest me that will be possible in SAP ABAP or not. My customer needs a simple screen with input box and two bottons with different colors only,

Regards

Vikranth

0 Kudos

Vikranth - Sandra gave you a very good answer. If you don't see SAP standard transactions with the functionality you want, it probably doesn't exist.

Having said that, Maybe SAP program DEMO_COLORSEL will give you some ideas.

Rob

Former Member
0 Kudos

Assumed that it is not possible to get colored buttons in Module Pool progamming.