cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to use Module in the processing sequence (channel configuration, SAP PI)

former_member784630
Discoverer
0 Likes
1,084

Hello together,

could you please tell me, how can I use the Module in Integration Builder (SAP - Process Integration)? For what are the Module in Integration Builder? I build some Communication Channel for exercise. This Communication Channel couldn't send E-mails to the emails adress:

The E-Mails include some track albums in the xml format:

Could you please help me? Is there SAP documentary about using the Module in the processing sequence? Thank you very much!

best regards

jacob2

Accepted Solutions (0)

Answers (2)

Answers (2)

acmebcn
Participant

Hi Jacob,

Usually you don't need to change the module list. Only in case you require some specific actions to take place with the payload, you can include some modules.

You also mention you get an email with an XML... well that's the target of the mail channel. Usually you expect to get the email processed by another system. If it has to be read by a human, I recomend you to explore sending HTML instead of XML.

Hope it helps,

David R.

former_member784630
Discoverer
0 Likes

Hi David,

thanks for the help. Could you please tell me what are the modules in the communication channel? Here is the screenshot of the SAP documentation, that I couldn't understand:

Thank you very much!

best regards

Jacob

acmebcn
Participant
0 Likes

Hi again,

They are pieces of software that can influence on the payload just before being transmitted to destination (receiver channels) or just before being processed on PI (sender channels). For example, you can clear namespaces on the xml with an specific module.

br,

David R.