Show TOC Start of Content Area

Procedure documentation Creating Entity Services  Locate the document in its SAP Library structure

Prerequisites

You have opened the CAS perspective of SAP NetWeaver Developer Studio and the project you want to edit in the Service Explorer view. The entity services for this project are displayed.

Creating Entity Services

 

...

       1.      In the Service Explorer, click the Entity Services node with the secondary mouse button and choose New.

The New Business Entity Service wizard appears.

       2.      Enter a name for the entity service.

The first letter of the name must be uppercase and contain no special characters. The application for which this service is used is listed, but cannot be changed.

       3.      Choose Finish.

The new object appears under the Entity Services node and the entity service opens in the editor view.

       4.      Enter a description on the General tab page.

       5.      Model entity service attributes on Attributes tab page.

       6.      Model entity service operations on the Operations tab page.

       7.      View tables generated by the entity service and indicate persistency type on the Persistency tab page.

       8.      Model entity service operations on the Data Source tab page.

       9.      Enable permission checks on the Permissions tab page.

Editing Entity Services

 

...

       1.      In the Service Explorer, select an entity service from the Entity Services node with the secondary mouse button and choose Edit.

The entity service opens in the editor view.

       2.      Repeat steps 4 -9 from above.

End of Content Area