cancel
Showing results for 
Search instead for 
Did you mean: 

Round/curved button for web dynpro ABAP application

Former Member
0 Kudos

Hi Expert

In my project, we would like to have nice-looking effect for web dynpro ABAP applications. For example, right now the Button UI Element in web dynpro ABAP is rectangular, we want to have a rounded/curved effect for this.

I check the button settings in theme editor , most of them are color or font size relevant settings.It's not simple to set to have such round effect. I believe web dynpro abap does not good in supportting docorating web behavior.
I have no idea where to implement to have the round button.

If you have such experience, could you please share your idea, tips, if with techinical details, that's so great.

Best Regards,

Bin

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos


Dear Bin Li,

  You have to create a custom theme for your web dynpro application.

 

  Please, try the following links:

http://scn.sap.com/docs/DOC-19649

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/7015b1f9-535c-2910-c8b7-e681fe75a...

 

   I hope it helps,

   Regards

Former Member
0 Kudos

Hi Bin,

As suggested, there is no option in WD to create round like buttons.

If you dont give any text for your button, by giving imagesource in browser it will look like below img.

Cheers,

Kris.

Former Member
0 Kudos

HI,

You can set the design available for a button like emphasized, next, previous and standard. Even in the class of button CL_WD_BUTTON, we have a method set_design in which also we can pass only these values to it.

So i think we cannot achieve the round/curved button in web dynpro.

anilkumar_kalkivai
Active Participant
0 Kudos

Hi li,

I think this is one of the webdynpro limitation where don't have provision to create round buttons.

Regards,

Anil.

Former Member
0 Kudos

Hi Li,

There is not provision to create round buttons. Instead you can make use of round image to be used in the image source property of button and set the height and width of the UI element.

Best Regards,

Arun Krishnamoorthy