cancel
Showing results for 
Search instead for 
Did you mean: 

Inbound proxy with attachment

Former Member
0 Kudos

Hi All,

I have a scenario where in I need to pick one zip file from FTP and pass it to SAP system over proxy communication.I have searched on SDN,find blogs on outbound proxy but didnt get much information on inbound proxy with attachment.

Or please suggest if there is any other way to pick the zip file from source and send that zip file to SAP system over proxy.

Please provide your inputs.

Thanks,

Ruchi

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member854360
Active Contributor
0 Kudos

Hi ruchi,

You can use PayloadSWAPBean and PayloadZipBean for attachment related configuration.

http://help.sap.com/saphelp_nw04/helpdata/en/2e/bf37423cf7ab04e10000000a1550b0/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/45/da9358a1772e97e10000000a155369/content.htm

/people/stefan.grube/blog/2007/02/20/working-with-the-payloadzipbean-module-of-the-xi-adapter-framework

Also Please find DOCs for handiling attachment in ABAP codes(Proxy)

http://help.sap.com/saphelp_nw04/helpdata/en/a7/3b2a2d45a34a23b75e3b18745c63bc/content.htm

Regards,

Debashish

naveen_chichili
Active Contributor
0 Kudos

Hi Ruchi,

You can use payloadZip Bean in your module in order to unzip tour source files and process it in PI

Please refer the below blogs you will get better idea

/people/stefan.grube/blog/2007/02/20/working-with-the-payloadzipbean-module-of-the-xi-adapter-framework

For proxy:

Regards,

Naveen.

former_member854360
Active Contributor
0 Kudos

Hi ruchi,

You can use PayloadSWAPBean and PayloadZipBean for attachment related configuration.

http://help.sap.com/saphelp_nw04/helpdata/en/2e/bf37423cf7ab04e10000000a1550b0/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/45/da9358a1772e97e10000000a155369/content.htm

/people/stefan.grube/blog/2007/02/20/working-with-the-payloadzipbean-module-of-the-xi-adapter-framework

Also Please find DOCs for handiling attachment in ABAP codes(Proxy)

http://help.sap.com/saphelp_nw04/helpdata/en/a7/3b2a2d45a34a23b75e3b18745c63bc/content.htm

Regards,

Debashish