cancel
Showing results for 
Search instead for 
Did you mean: 

AS2 Receiver Dynamic attributes Issue

09-11-2026 7:12 AM
raamg007 Explorer
19 views 0 comments
0 Likes
SAP Managed Tags
Subscribe

We are experiencing an issue with dynamic filename and subject handling in the AS2 Receiver Adapter in SAP Integration Suite. We are attempting to set the AS2 filename dynamically using either a message header or exchange property.

 ${header.AS2fileName}  or  ${property.AS2fileName}

 The header/property is populated successfully prior to the AS2 receiver adapter and can be verified in the message processing trace.

 The AS2 receiver adapter should resolve the expression at runtime and send the actual filename value, for example: ICN00001.edi but the trading partner receives the filename literally as:  ${header.AS2fileName}.edi  indicating that the expression is not being evaluated and is instead being transmitted as plain text.

We observe similar behavior when attempting to configure the AS2 Subject dynamically.

Does the AS2 Receiver Adapter support dynamic filename resolution using ${header.<name>} or ${property.<name>} in the filename field?

0 Likes

Accepted Solutions (0)

Answers (0)