Outbound Trigger Overview

An outbound trigger allows a mobile application to interface with external systems such as the Agentry application within the SAP Mobile Server from SAP. Outbound triggers can be integrated into standard mobile application processes, such as push processing. Different types of outbound triggers can be defined, such as an HTTP trigger, file trigger, Web service trigger, etc. You define an outbound trigger definition in the IMG activity.

Requirements

Outbound triggers are configured for each mobile application. Therefore, the mobile application must be defined first. The Outbound trigger handler must be developed before it can be assigned to a trigger. An outbound trigger handler should implement interface /SYCLO/IF_CORE_OUTB_TRIGGER and should be a subclass of /SYCLO/CL_CORE_OTRIG_BASE.