Parameter and Generator Notes

A batch modify operation uses non-standard key and details structures as input parameters that you must create yourself and specify as operation parameters in the UML meta-model. Each attribute of each of these structures must match some entity attribute by name and type. It is possible to use standard (generated) key or details structures also.

A warning is displayed if a batchmodify operation has non-standard details parameter, which does not include fields that cannot be null. Refer to section in Null Considerations.

Generator action - The generator adds the following methods to a class containing a batch modify operation:

Note: batchmodify operations cannot be spread across multiple client-server invocations (transaction). A batchmodify operation can only be used in an online transaction if the batch is executed before the end of the transaction.