‎2008 Apr 19 7:54 PM
How can I know If the user has pushed the ENTER button before saving (pushing SAVE button)?
Thanks in advance.
‎2008 Apr 19 8:19 PM
Hi,
You can check the Ok code of the button pressed. If do a check on sy-ucomm then you will know the code and then you can process your logic based on the code.
Thanks and Regards,
Samantak.
Rewards points for useful answers.
‎2008 Apr 19 8:26 PM
Hi,
this can be checked by checking the sy-ucomm.
Try checking for fctcode of the ENTER button where u r checking the sy-ucomm for SAVE button.
Rward prints if helpful.