Hi Arnold,
Try declaring your variables in the bottom most section of the java file. It should be between
//@@begin others
and
//@@end
/* * 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
Anjana R
Add a comment