2021 Dec 06 3:33 PM
Is there a way to trigger a PAI event when the user picks a date from the date picker on the selection screen?
I don't want the user to have to hit Enter to trigger it. I want to trigger code right when the value of the date field changes
2021 Dec 06 4:48 PM
You may execute any ABAP code when you press F4 (AT SELECTION-SCREEN ON VALUE-REQUEST OF ...), so I guess it should work if you put your own ABAP code after calling F4_DATE.
2021 Dec 06 6:42 PM
But that would trigger when the F4 is clicked, not when the date is entered. So basically, what I want to do is:
When there is a value in field A (the date), I want to hardcode the value of another field B