Show TOC Start of Content Area

Background documentation Java Editor  Locate the document in its SAP Library structure

For all Java classes which are represented by logical Web Dynpro application units, you can open the Java Editor which displays the implementation with the generated source code. The editor is available for the following units:

·        Component Controller

·        Window

·        View

·        Interface View for 04S components

·        Component Interface Controller for 04S components

Within the green comment sections, you can add required coding. Following you can find some examples for green comment blocks which allow customer coding:

 

//@@begin documentation

//@@end

 

//@@begin imports

//@@end

 

//@@begin javadoc:wdDoInit()

//@@end

 

//@@begin wdDoInit()

//@@end

 

//@@begin wdDoBeforeNavigation()

//@@end

 

//@@begin others

//@@end

 

Note that if you would write coding outside these green sections, these manually added lines would be overwritten and thus deleted by the Generator.

End of Content Area