Creating Business Objects
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
-
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 .
-
Choose the package in which you want to create the business object.
-
Enter a name for the business object.
-
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.
-
-
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:
-
Choose Use existing structure .
-
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.