2018 May 15 9:58 AM
Hi All,
is there an event triggered when a user inputs text in module pool programming?
The requirement is to set focus to input field B when the length of the input in field A reaches a certain limit
Thanks
2018 May 15 10:14 AM
If you want a check live like that, i'm sorry but i'm pretty sure it's impossible.
You can look on google for "ABAP Module Pool events"
if you find a solution, i'll be happy to try it out 🙂
2018 May 15 12:38 PM
"is there an event triggered when a user inputs text in module pool programming?
System won't trigger events while typing the text(Ex: AJAX concept in .NET). Once data entered in textbox, if any actions such as mouse click, or enter actions done, in such case, the PAI event will trigger, inside we can write code to trigger notification to user.
If your primary concern about the text length, hope you can reduce the size of the textbox which is enough instead of PAI logic.