Hi Forum
After looking for an answer quite a while, here my question. How can I catch when a value is entered or changed in a dynpro field when the cursor remains in the changed field and no other action (mouse or keyboard) is performed. There must be a catchable change to the value of a dynpro field if it is altered from e.g. '1' to a '2'.
Can anyone help me in this?
Hi Harry,
'DYNP_VALUES_READ' is used to capture data entered into the dynpro fields in the PAI(or process on value-request ) event before the data entered on the screen are transferred to corresponding program fields. You can not use it for the functionality you asked. I do not think that it is possible to detect that data entered into a dynpro field is changed, without triggering the PAI event(you have to at least press enter).
Kind Regards,
Sükrü
Add a comment