Creating abstract business objects
An abstract business object is like an abstract java class.
You cannot get an xml instance of an abstract business object at run time,
however an abstract business object can be inherited by a regular
business object. It is good practice to use an inherited business
object rather than the abstract business object.
About this task
Procedure
- Create a business object.
- Open the business object in the business object editor.
- Switch to the Description tab in the Properties view.
- Select the Abstract check box.
- Click the link beside the check box to create an inherited business object.
Results
Considerations:
- You can map abstract business objects in the same way as regular business objects.
- While you cannot have an XML instance of an abstract business object, you can create an SDO data object of an abstract business object by using the SDO API.
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15