4.3. Creation of communication channels
Backend communication
For each SAP system that we use, we will have to generate a channel for the emission of information from the SAP system to SAP PI. The channel name will be CC_S_ABAP_PROXY. This channel will be of SOAP type based on the XI protocol in a similar way to this one:
Information Broadcast Channel:
Sending information to the Signature component
A communication channel of type B_PLUS will be created containing only the path to the properties file to be used by the signature of the messages.
Sending auxiliary information between PI components
In order to be able to synchronously return the QR responses, it will be necessary to create a Sender and Receiver Dummy communication channel that allows us to return this code once generated to the Backend system.
For this we will create a sender SOAP communication channel (CC_S_SOAP_DUMMY) with this configuration in the modules:
Additionally, to complete the Dummy scenario, it will be necessary to create a SOAP receiver channel (CC_R_SOAP_DUMMY) with this configuration in the modules:
Avvale 2024