Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Function Code not getting cleared in Standard Screen

Former Member
0 Likes
398

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.

2 REPLIES 2
Read only

Former Member
0 Likes
358

Hi,

Clear both SY-UCOMM and your F-Code.

Thanks

Raghavendra.D.S

Read only

MarcinPciak
Active Contributor
0 Likes
358

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