Show TOC

Procedure documentationTransferring Queue Names to the Inbound Queue Locate this document in the navigation structure

 

To be able to use qRFC with inbound queue in the target system, a sending application needs to transfer the related queue names.

A queue name is a 24 byte string.

Restrictions
  • Queue names must not contain the following characters: *, &, % or lower case letters.

  • Queue names must not start with a blank.

Procedure

  1. Always call function module TRFC_SET_QIN_PROPERTIES before CALL FUNCTION ... IN BACKGROUND TASK.

    Note Note

    TRFC_SET_QIN_PROPERTIES is contained in qRFC API for the outbound queue.

    End of the note.

    Note Note

    To prevent different applications unintentionally using the same inbound queue, each application should use a specific prefix for its queue names (for example, SFA_... or APO_...).

    End of the note.
  2. The qRFC Manager uses the current SAP client and queue name as the queue ID for serialization. The queue does not need to be configured.

More Information

You can get an overview of all function modules in qRFC API under: