General Guidelines
The guidelines mentioned earlier in section General Guidelines are also valid for method hooks, except for transaction management.
Database transactions (commit/abort) are needed in hooks for methods having a batch implementation, if the processingScope is ‘business_entity’ or ‘business_entity_component’.
Specific method (including methods for receiving BODs, see Implementing OAGIS BODs for LN) must have an on execute hook.
For method hooks in List and Show methods, refer to section List and Show Methods.