cancel
Showing results for 
Search instead for 
Did you mean: 

dealing with attachment

Former Member
0 Kudos

Hi

i have abap proxy 2 java proxy with attachment,

after sending by abap proxy with attachement,

i can see word_attachment file and main application(application/xml) on payload on SXMB_MONI.

my question is,,, how can i take word_attachment file in Imple Java from receiver java proxy in order to send that file to external system.

any idea ? is there anyone can help me?

thanks in advance

venjamin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

venjamin

Check http://help.sap.com/saphelp_nw04/helpdata/en/9a/945e3026760745a751a85499139c7c/content.htm

and U can use java method

<b>public MessageAttachment getAttachment(String name);</b>

in the java code.

hope it helps:)

Answers (0)