cancel
Showing results for 
Search instead for 
Did you mean: 

incorrect structure values

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

<i>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.</i>

>>

confirm if you are passing the correct values to the structure in the RFC as you have defined

test-field1 = '1'

test-field2 = '2'

test-field3 = '3'

test-field4 = '4'

test-field5 = '5'

Former Member
0 Kudos

Hi,

I solved the problem. It was an unicode problem.

alex

VijayKonam
Active Contributor
0 Kudos

Mark it answered, if you have sloved it..!!

VJ

Answers (0)