At the very bottom of any controller code you can see the following placeholder:
/* * The following code section can be used for any Java code that is * not to be visible to other controllers/views or that contains constructs * currently not supported directly by Web Dynpro (such as inner classes or * member variables etc.). </p> * * Note: The content of this section is in no way managed/controlled * by the Web Dynpro Designtime or the Web Dynpro Runtime. */ //@@begin others //@@end
So you have to place any class/instance specific stuff here exactly in lines between <i>//@@begin others</i> and <i>//@end</i>
VS
Add a comment