cancel
Showing results for 
Search instead for 
Did you mean: 

File(As a File) To R/3(ABAP PROXY)

S0004343680
Explorer
0 Kudos

Hi Friends,

we have requirement where i need to pick a file(as a file) from Application server( i.e FTP) and pass the file to my R/3(ABAP Server Proxy) .

I am able to pick the file form application server,and i can see the file in XI in sxmb_moni,but i am not able to receive in R/3 in my inbound ABAP Server Proxy.

When i am looking in SXMB_MONI in R/3 it is showing an Error,But i able to see the file in my payload(i.eMainDocument( application/xml) ).

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Inbound Proxy

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

<SAP:Category>XIProxy</SAP:Category>

<SAP:Code area="ABAP">PARSE_APPLICATION_DATA</SAP:Code>

<SAP:P1>Request Message</SAP:P1>

<SAP:P2>CX_ST_MATCH_ELEMENT</SAP:P2>

<SAP:P3>/1SAI/TXS4DCA16283A0DAE5D8E05</SAP:P3>

<SAP:P4>XML Bytepos.: 0 XML Path: Error Text: System expected the element 'MT_DT_ABAP_PROXY_IB'</SAP:P4>

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Error during XML => ABAP conversion (Request Message; error ID: CX_ST_MATCH_ELEMENT; (/1SAI/TXS4DCA16283A0DAE5D8E05 XML Bytepos.: 0 XML Path: Error Text: System expected the element 'MT_DT_ABAP_PROXY_IB')) System expected the element 'MT_DT_ABAP_PROXY_IB'</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

help me out , what might be wrong .

kalyan

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member200962
Active Contributor
0 Kudos
<SAP:Stack>Error during XML => ABAP conversion (Request Message; error ID: 
CX_ST_MATCH_ELEMENT; (/1SAI/TXS4DCA16283A0DAE5D8E05 XML Bytepos.: 0 XML Path: Error 
Text: System expected the element '{http://FtpToAbapProxy.com}MT_DT_ABAP_PROXY_IB')) System 
expected the element '{http://FtpToAbapProxy.com}MT_DT_ABAP_PROXY_IB'</SAP:Stack>

Check these similar discussions:

Regards,

Abhishek.

agasthuri_doss
Active Contributor
0 Kudos

Kalyan,

>When i am looking in SXMB_MONI in R/3 it is showing an Error,But i able to see the file in my payload

Is it first time you executed, Check the ABAP prg in R/3

>Error Text: System expected the element 'MT_DT_ABAP_PROXY_IB')) >System expected the element

Check whether all the necessary data is passed to the R/3 from SAP XI.

Cheers

Agasthuri

Former Member
0 Kudos

Check out, if you have any mandatory field is empty in your MT_DT_ABAP_PROXY_IB.

Make sure you are sending all mandatory fields to your proxy.

Give it a try and let us know if you are still struggling with your interface.

Thx

PP