cancel
Showing results for 
Search instead for 
Did you mean: 

Change Button text during component use of WDR_SELECT_OPTIONS

0 Kudos

Hello,

I have implemented a WD component (WD for ABAP) by making use of component WDR_SELECT_OPTIONS. The selection screen is getting displayed. But the selection screen contains the button Copy, Check, Cancel and Reset.

I want to rename the button tex "Copy" to "Search". Is it possible to do so?

Please help!

Thanks and Besd Regards,

Maya

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_szcs
Active Contributor
0 Kudos

Hi Maya,

Unfortunately, this is not possible. There is also a translation bug while translating it from German into English. The button should have been translated into "Apply" instead of "Copy". This is issue is being addressed and should be fixed within one of the upcoming service packs.

Nonetheless, there is a solution to your problem. Just hide the button (or the whole row) by calling method SET_GLOBAL_OPTIONS and add your own buttons below or above where you embed the SelectOptions component. The handler interface contains methods to reset the selection screen as well as for input validation.

Kind regards,

Thomas