cancel
Showing results for 
Search instead for 
Did you mean: 

AS2 receiver file name

glenn_karlsson2
Participant
0 Kudos

Hi,

I need to set the file name dynamically in an AS2 receiver channel (SAP's own, not Seeburger).

My scenario is as follows: Idoc is received from ECC, passes a mapping and are sent, based on idoc receiver partner, to one of 25 recipients. Four of these recipients are communicating using AS2. The AS2 file names are different for all receivers and have a time stamp added to it. Today we are using Seeburger AttribMapper to fix this, but the Seeburger are being decommisioned so now I have to find an alternative.

What I have tried so far:

1. I have stolen a simple UDF (https://archive.sap.com/discussions/thread/3600827) and it works ok but I would rather like a more dynamic solution where I don´t have to change the mapping program if another receiver are added.

2. I have managed to use the DynamicConfigurationBean to insert a value into the filename but since I cannot concatenate a timestamp into that I can as well use the Filename parameter on the General View in the channel definition.

Can I achieve what I am trying to do without creating an adapter module that adds a time stamp to the filename given in the AS2 channel?

regards,

Glenn

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member474071
Discoverer
0 Kudos

Hello Glenn,

Were you able to resolve this problem?