Skip to Content
0
Former Member
Nov 23, 2007 at 10:19 AM

incorrect structure values

23 Views

Hi all,

I have the following problem.

I define in the ERP System a flat-structure with 5 fields.

Now I allocate the values to the fields.

test-field1 = '1'

test-field2 = '2'

test-field3 = '3'

test-field4 = '4'

test-field5 = '5'

Next Step I call a RFC with destination XI and allocate the structure test to the exporting parameter of the RFC. The exporting parameter and test are the same structure type.

RFC destination XI

exporting

blub = test.

Next step I start the RFC and my process in the xi starts too.

Now I see in the sxi_monitor the following values for the fields of the structrue blub.

<blub>

<field1>1</field1>

<field2>3</field2>

<field3>5</field3>

</field4>

</field5>

</blub>

I have no idea whats going wrong there!

I hope someone can help me!

Best wishes

Alex