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

application toolbar buttons

Former Member
0 Likes
339

hi all,

I have a screen with application toolbar.

I want to set a default button to be triggered when click Enter

how this come?

BR

ali

1 REPLY 1
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
312

you can try this,

in pai.


if sy-ucomm = ' '. "When enter
sy-ucomm = 'DIS'. "Change the ok code like this
endif.

case sy-ucomm.
when 'DIS'.

when 'BAC'.

endcase.