cancel
Showing results for 
Search instead for 
Did you mean: 

FTP SFTP ackowledgement

Former Member
0 Kudos

I have to do scenario File to Proxy. Client not decided about FTP or SFTP. They want an aknowledgemt f rom ECC that ECC got the message. It is for confirmation ECC read the message. Is it possible. Proxy can handle synchronous but File or SFTP cannot handle synchronous..

Accepted Solutions (0)

Answers (2)

Answers (2)

RaghuVamseedhar
Active Contributor
0 Kudos

Radhika,

You can try to design this solution. Let's split the requirement into two interfaces.

First asynchronous scenario. File -> PI -> Proxy1.

Second asynchronous scenario. Proxy2 -> PI -> Mail.

Test both scenario independently. Proxy2 structure can be (not mandatory) similar to this XML.

After successful testing. Request ABAPer to call Proxy2 in Proxy1 at the end (last line of SPROXY ABAP code). If Proxy1 captures filename, the same can be sent back in Proxy2.

This approach needs both PI and SAP (ABAP) development.

Former Member
0 Kudos

Hi,

>> They want an aknowledgemt f rom ECC that ECC got the message

Acknowledgments - Proxy Programming - SAP Library

>> Proxy can handle synchronous but File or SFTP cannot handle synchronous

Correct. But you can make use of the following:

Using Request Response Bean Module in FILE Adapter - Process Integration - SCN Wiki

Thanks,

Sudhansu