Functionality Function template for determining the queue name for asynchronousconnections to SAP Event Management (SAP EM). The default queue name is the name of the business process type. If youwant to have more granular qRFC queues, you must implement thisextractor, for example, to use the key of the business object such as apurchase order or a shipment. You must maintain extractors intransaction /SAPTRX/ASC0TF under Queue Name Extractor> in thedialog structure and then assign them to the business process type intransaction /SAPTRX/ASC0TO in the Queue Name Extractor> field.Example See the commented coding on the Source Code> tab page.Notes The queue name can also be specified by calling the SAP EM applicationinterface directly (function module /SAPTRX/EVENT_MGR_COMMUNICATE), forexample, in customer BAdI implementations or when you connect customerobjects to SAP EM. In this case, the queue name specified in the callto /SAPTRX/EVENT_MGR_COMMUNICATE is considered and the extractor isignored. |