The operations that are supported by ALE business objects vary, depending on whether the business object is an outbound or inbound object. The adapter uses the application-specific information (ASI) inside the business object definition to implement the operation.
Business objects that are generated with the ALE pass-through IDoc interface are not associated with an operation.
Operation | Definition |
---|---|
Execute | This operation posts the IDoc business object
to the SAP application. This operation is one-way and asynchronous. For the CWYAP_SAPAdapter_TX.rar version of the adapter, the transaction ID is returned. |
Operation | Definition |
---|---|
Create | The top-level business object and all contained children are created. |
Update | The top-level business object is modified. This operation can include adding and deleting child objects. |
Delete | The top-level business object and any contained children are deleted. |