Adapter for SAP 10.1 | webMethods Adapter for SAP Documentation | webMethods Adapter for SAP Installation and User’s Guide Documentation | Built-in Services | Specifications | pub.sap.transport.ALE:aleRoutingInfo
 
pub.sap.transport.ALE:aleRoutingInfo
To allow message type specific content based routing, the user might provide a service that implements this specification.
This service will be called prior to selecting the right routing notification by the routing listener but after the default ALE routing info service was called.
Input Parameters
iDocList
Contains the IDoc(s) as an object of the type com.sap.conn.idoc.IDocDocumentList.
sender
Contains the sender value as determined by this ALE default routing info service.
receiver
Contains the receiver value as determined by this ALE default routing info service.
msgType
Contains the message type value as determined by this ALE default routing info service.
Return Values
iDocList
Contains the IDoc(s) as an object of the type com.sap.conn.idoc.IDocDocumentList.
sender
Contains the sender value as determined by this ALE default routing info service.
receiver
Contains the receiver value as determined by this ALE default routing info service.
msgType
Contains the message type value as determined by this ALE default routing info service.