Show TOC

Creating Business ObjectsLocate this document in the navigation structure

Context

Business objects are used to represent a concrete or abstract real-world semantic entities, the smallest logical units to take part in a business scenario.

Procedure


  1. In the Service Composer perspective, click the node of the package in which you want to create the business object with the secondary mouse button and choose New Business Object .

  2. Choose the package in which you want to create the business object.

  3. Enter a name for the business object.

    Note

    To change the prefix for the names of the tables generated for each business object node, from the menu path choose Start of the navigation path Windows Next navigation step Preferences Next navigation step Composite Application Framework End of the navigation path and enter a value in the Default table name prefix (only capital Latin letters allowed) field. The name of the table created for each business object node consists of the following parts:

    • Prefix defined for the table name

    • Name of the application

    • Name of the package

    • Name of the business object node

      When you develop your application locally make sure you have unique table names for each business object node.

  4. Choose where you want to put your business object node.

    • To create a new structure, choose Create a new structure.

    • To use an existing structure, do the following:

      1. Choose Use existing structure .

      2. Navigate to the structure node under which you want to put your business object node.

    • Choose Finish .

Results

The new business object node is added to the Composite Application Explorer . You can continue designing your business objects.