cancel
Showing results for 
Search instead for 
Did you mean: 

B2B AS2 MIME headers attributes

Former Member
0 Kudos

Dear all,

I have to develop an interface towards the FDA from our SAP system via SAP PO. Transmission protocol requires using AS2. To do so I am using the PO addon B2B toolkit which supports AS2. ()

FDA requires a couple of attributes in the MIME header so the file routing can happen at their end.

ESG Appendix G: AS2 Header Attributes

Is there any standard way to include those attributes at MIME header level? I have seen some posts for Seeburger but nothing related to the add on I use. The sap standar help talks about overwriting some attributes in the respect parameters section but nothing related to add those. Configuring the AS2 Receiver Channel - SAP NetWeaver Process Integration, business-to-business add-o...

Hope I have not overlooked the information if it was already posted.

Any information is appreciated.

Thanks for your time, Sergio

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

SAP released a patch to accomplish this based on dynamic configuration. So this became a feature now.

Best,

Sergio

Former Member
0 Kudos

Hi Sergio,

Can you please let me know the patch details as i have to set MIME headers for my AS2 Interface.

Regards,

Mani

Former Member
0 Kudos

Hello,

SAP released a patch for the B2B component. They way to accomplish this is via Dynamic configuration java code.

i.e. [...] DynamicConfiguration conf1 = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);

[...]

But in this case the namespace to be used is: http://sap.com/xi/XI/AS2/AS2

Regards, Sergio

Answers (1)

Answers (1)

rcsegovia
Active Participant
0 Kudos

Hi Sergio,

My few cents: You should try xlt mapping via altova map force.

You only need a source and a target (with your headers) and create a simple mapping adding constant values in your new headers.

simple and powerfull http://wiki.scn.sap.com/wiki/display/XI/XSLT+Mapping+Steps

regards,

Roberto.

Former Member
0 Kudos

Hi Roberto,

First of all, many thanks for your time, much appreciated.

I went over that piece of information but I am afraid that it is more oriented to the message mapping . The issue here falls into the AS2 wrapper/envelope attributes instead rather than the message payload.

Best,

Sergio