Show TOC Start of Content Area

Procedure documentationEditing Enterprise Beans  Locate the document in its SAP Library structure

Use

The SAP NetWeaver Developer Studio provides a multipage editor for easy and convenient editing of enterprise beans. You do not have to work directly with the Java source code but can use the components of the editor instead. The multipage bean editor provides an overview of the bean components, and options for management of methods, fields and relations.

You can edit enterprise beans immediately after creating them or later at development time.

Procedure

       1.      In the J2EE Explorer orJ2EE DC Explorer, expand the EJB project and select the enterprise bean to be edited.

       2.      In the context menu, choose Open.

The multipage editor for the enterprise bean opens. From then on, follow the steps described in the relevant editing procedure.

 

See also:

Creating and Editing the Enterprise Beans' Methods

Creating the Bean's Persistent Fields

Creating Beans' Relationships

 

End of Content Area