cancel
Showing results for 
Search instead for 
Did you mean: 

Read Filename of Outbound Proxy messages

markbernabe
Active Participant
0 Kudos

Hi,

I have this scenario ECC (Proxy) -> PI -> File (SFTP).

ECC will send multiple files via proxy, let's say File_timestamp_01 and File_timestamp_02. The ECC guys told me that they will send the messages with corresponding filename. (I haven't seen an XML message from a proxy interface with filename) Anyway, I need to read the file, retrieve the suffix which is the identifier of the file's receiver. Then at a specific time, I need to merge all 01 files into 1 big file then send it 01 receiver directory via SFTP. I have to do the same for 02 files and send to 02 receiver directory.

My question is, how can I retrieve the 'filename' of the XML messages from ECC. I'm familiar with dynamic config UDF but only for File to File scenarios not Proxy to File.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

former_member190624
Active Contributor
0 Kudos

Hi Mark,

You are correct , proxy will only send messages in XML format (which will have no file names ) .AFAIK,we can't use Dynamic configuration for adapters that are running on ABAP stack (to get file name, like file adapter ).

Thanks

Hari.

Answers (0)