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

Event Programming

Former Member
0 Likes
298

On a select options variable that is a date field, or any variable for that matter.

How would you trap an enter key event from one the select options. I can clarify more if this doesn't make any sense.

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
279

If you have the AT SELECTION-SCREEN on S_DATUM. than whenever some event happens control will go this section.

Try like this:

tables: bkpf

select-options: s_datum for bkpf-budat.

AT SELECTION-SCREEN on S_DATUM.
break-point.

Regards,

Naimesh Patel

1 REPLY 1
Read only

naimesh_patel
Active Contributor
0 Likes
280

If you have the AT SELECTION-SCREEN on S_DATUM. than whenever some event happens control will go this section.

Try like this:

tables: bkpf

select-options: s_datum for bkpf-budat.

AT SELECTION-SCREEN on S_DATUM.
break-point.

Regards,

Naimesh Patel