cancel
Showing results for 
Search instead for 
Did you mean: 

Java Mapping - Deep structures

Sharadha1
Active Contributor
0 Kudos

Hi ,

We are using a java look up to call a RFC synchronously. RFC has both the import and export parameters as deep structures. when i tested the interface mapping, i am getting an error

<rfc:ZSD_IMPORT_ORDERS.Exception xmlns:rfc="urn:sap-com:document:sap:rfc:functions"><Name>RFC_ERROR_SYSTEM_FAILURE</Name><Text>com.sap.mw.jco.JCO$Exception: (130) JCO_ERROR_XML_PARSER: Parameter ORDER_RESPONSE: After a value an end tag must follow. That did not happen in &quot;RUCTURED&gt;&lt;TITLEBEFOR&quot;</Text></rfc:ZSD_IMPORT_ORDERS.Exception>

Any suggestions?

Regards,

Sharadha

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

I find the error message quite clear.

Correct your Java program.

I recommend first give the rfc structure to a file to see, what is wrong.

See also:

Regards

Stefan

Former Member
0 Kudos

Probably the xml structure is not formed properly when constructing it. That is why is it complaining that an end tag is missing.

Try using a mappingTrace.addInfo() to print out the structure. Then copy the printout to a file and check.