Inbound User-Exit

The inbound User-Exit is available from version 210. Unlike the other user-exits it is not called when a Floe email is sent, but rather when users reply to a Floe email and send an inbound email back to the system.

The parameters of the User-Exit are:

Parameter Type SAP Type Description
IM_SENDER_EMAIL Importing /FLOE/SENDER_EMAIL The sender email address
IM_ESUBJECT Importing /FLOE/ESUBJECT_LONG The subject of the inbound email
IM_EBODY Importing STRING The inbound email body
IM_ATTACHMENTS Importing /FLOE/ATT_T Table of attachments of the inbound email
IM_ACTION Importing /FLOE/ACTION The action code of the button that triggered the email
IM_EID Importing /FLOE/EID The id of the original outbound Floe email
EX_SUBRC Exporting SYSUBRC Return code indicating success or failure
EX_MESS_T Exporting BAPIRET2_T Table of messages
EX_PDOC Exporting /FLOE/PDOC Inbound process document - used to search for the inbound process in the log

More information on using the inbound user-exit can be found here.