Hi,
I have got screen with many fields and when i save the data by pressing save button. The data is getting saved successfully, and the cursor is highlighting in zfeestab-admnno, Over here at this screen field or any other screen field element if i press enter the system is re-accepting the SY-UCOMM for save code and re-saving the complete data again, which i dont want. I have cleared the OK_CODE of Like SY-UCOMM immediately after saving the data. After saving the data i have written the code as CLEAR OK_CODE. But still the system on any screen field is accepting the SY-UCOMM by default the last action triggered i.e, save data and is re-saving the same data.
Please assist on controlling the SY-UCOMM which is restoring the last user command input under it.