Using the Response

The o.response output parameter can be used for a response that is built up in the on execute hook, or for a response that is received from another business object method that is invoked from the on execute hook.

Make sure that the contents of o.response matches the definition of the business object method to which the on execute hook is linked.

Do not fill o.response if io.default is set to true.