Show TOC Start of Content Area

Background documentation Implementation Tab Page  Locate the document in its SAP Library structure

Definition

A view used to display the generated and implemented coding used for service modeling.

Use

You use the Implementation tab page to change the coding of an application service or a business object service. However, you can only do this only in the designated implementation class.

Structure

The Implementation tab page provides the following information:

      EJB Abstract Class – this is the class in which CAF generates its code

      Business Interface – the remote bean interface

      Local Business Interface – the local bean interface

      EJB Class – this is the class where you put your implementation. You can open it in a standard Java editor. You may override the CAF-generated methods from the EJB Abstract Class or add new private variable and methods.

End of Content Area