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: 

Default Button

Former Member
0 Kudos

Has anyone tried to use the default button attribute of a group? I have a button bar with 3 buttons inside a GROUP control. I have set the default button, but it never seems to render as the default button (meaning I should be able to just click ENTER).

There is not a log of documentation on this property. It seems to be pretty clear that it should set that button to be the default.

Any help would be much appreciated.

Clark

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

You can't set cursor flow. The cursor flow left to right and top to bottom. SAP using ENTER key for first button in standard toolbar. so, ENTER key will not triger seleced button(Cursor on button).

3 REPLIES 3

Former Member
0 Kudos

Hi,

You can't set cursor flow. The cursor flow left to right and top to bottom. SAP using ENTER key for first button in standard toolbar. so, ENTER key will not triger seleced button(Cursor on button).

ravi_lanjewar
Contributor
0 Kudos

Hi,

You can set the cursor position on any of element of screen in module pool program. You have to define default screen element (optional) and screen group (optional) which you want in Attribute of screen. Default value is blank.

Former Member
0 Kudos

So I should have been more specific here. I need to mention this is in regard to ABAP webdynpro. There appears to be an option for default button on a container. I assumed that if I set the default button (and it calculates a list based on what buttons are in that container) would be the one I selected. I have tried it but it doesn't seem to work as per what the documentation says. I really just wanna make sure I am doing it right as I might open an OSS note pointing out that it does not work if other agree.

Thanks again,

Clark