A business object representing a BAPI transaction is a wrapper object that contains multiple BAPI objects as children. Each individual child BAPI object within the wrapper BAPI transaction object represents the parameters of a simple BAPI call.
The adapter uses the sequence of operations in the operation metadata to execute the BAPIs in the transaction. In other words, it does not use the order of the child business objects within the business graph.
The following figure illustrates the business object structure of a BAPI transaction.
The following table describes the application-specific information, or metadata, of a BAPI transaction business object.
Metadata | Description |
---|---|
Type | The business object type. For a BAPI transaction business object, this value is always BAPITXN. |
Operation | The valid operations include Create, UpdateWithDelete, and Delete.
The specified operation is defined in the sapBAPIOperationTypeMetadata tag
and contains the following parameters:
|
Last updated: Sun Mar 12 11:15:17 2006
(c) Copyright IBM Corporation 2005.
This information center is powered by Eclipse technology (http://www.eclipse.org)