cancel
Showing results for 
Search instead for 
Did you mean: 

How to handle if no message subject is in AS2 Adapter

0 Kudos

In this scenario, the 3rd party is having filename only and no message subject. So is there any solution for this to handle outbound interfaces where PI is having message subject but the receiver 3rd party is not having message subject.

manoj_khavatkopp
Active Contributor
0 Kudos

What is the PI version ?

Accepted Solutions (0)

Answers (3)

Answers (3)

manoj_khavatkopp
Active Contributor
0 Kudos

Kartika,

Message Subject is used to identify a particular type of message when you have multiple type of message are being sent from third party.Now as third party is not able to send Message subject this is what you do.

  • Mention * in AS2 sender channel for subject.
  • In ESR ,Create a outbound Service interface with multiple Operation , and in each operation mention your different type of Message Type.
  • In Interface determination mention "Operation specific" , now you can mention the condition via file content or using Context object of the Filename being sent.

Refer this :https://archive.sap.com/discussions/thread/3939002

you need message subject for outbound case for the same reason i.e allow third party to uniquely identify the message being sent from PI , many third party ask for unique filename instead of message subject too.

Manoj

0 Kudos

Can we do this via an adapter module and can you please help me explain why it is required in outbound cases.

0 Kudos

The current version we are working on is SAP 7.4.