‎2010 May 14 9:28 AM
Hi,
In the Sales Order Screen, at the item level , I have added a Tab. In that tab I have placed some buttons for some funtionality.
But after my functionality is achived,I am clearing the function code. But it not working. It is not getting cleared.So if i do any action on the Screen, same function Code is getting triggered.
‎2010 May 17 9:15 AM
‎2010 May 17 10:47 AM
This is why we usually use a temporary data object to evaluate function code (to prevent the situation you mention). Please [refer|http://help.sap.com/saphelp_nw04s/helpdata/en/9f/dbaa1335c111d1829f0000e829fbfe/frameset.htm]
Clear both SY-UCOMM and your F-Code.
You can't change the content of system variables.
Regards
Marcin