‎2007 Nov 12 2:35 PM
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.
‎2007 Nov 12 2:37 PM
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
‎2007 Nov 12 2:37 PM
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