Start of Content Area

Procedure documentation Transferring Queue Names to an Inbound Queue  Locate the document in its SAP Library 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.      Call function module TRFC_SET_QIN_PROPERTIESdirectly before Call Function ... In Background Task.

Note

TRFC_SET_QIN_PROPERTIES is contained in qRFC API for the outbound queue.

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_).

       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:

      qRFC API

 

 

 

 

End of Content Area