Skip to Content
0
Former Member
Oct 20, 2011 at 07:12 AM

RFC SENDER getting wrong data

67 Views

Hi gurus,

we are sending from sap following data structure;

<root>
   <id>111111</id>
   <name>max mustermann</name>
   <unit>B1</unit>
    <adress>Berliner str</adress>
</root>

but the RFC data reflect wrong data structure in sap pi (sxmb_moni);

<root>
   <id>111111</id>
   <name>max mustermannB1Berliner str</name>
   <unit></unit>
    <adress></adress>
</root>

can anyone guide me in this?

Kind Regards,

PM