cancel
Showing results for 
Search instead for 
Did you mean: 

Sender RFC scenario

former_member474221
Participant
0 Kudos

Hi

I have a RFC to file scneraio......when i send the data from RFC ....it comes to PI but the data comes junbled up

- <EMP>

- <item>

<MANDT>800</MANDT>

<EBELN>0006371100</EBELN>

<BUKRS>0430</BUKRS>

<BSTYP>S</BSTYP>

<BSART>EN</BSART>

<AEDAT>0000-10-00</AEDAT>

<ERNAM />

<LIFNR />

<EKORG />

<EKGRP />

</item>

whereas ebeln in the table is 4500006371....bukrs is 1000 .....BSTYP is F......

also the last four fields are there in the table but not cming in PI.....

I also debugged the code which calls the RFC but there it is showing the entire internal table correctly

Accepted Solutions (1)

Accepted Solutions (1)

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

Can you try checking your unicode settings on both PI and R/3?

1. In your R/3, go to SM59- > Type T -> Open Your RFC Dest -> Go to Unicode Tab and check Unicode

2. In ID -> Business System -> Open Your RFC Sender CC -> Under the Source Tab check the Unicode

Hope this helps,

Mark

former_member474221
Participant
0 Kudos

Wow Mark !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1

checking the unicode option did the trick

Answers (2)

Answers (2)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>whereas ebeln in the table is 4500006371....bukrs is 1000 .....BSTYP is F......

it does not seem to be possible - as the data is not just shifted as it would be in case the RFC medatda in RFC adapter is wrong

can you try debugging once more and put some dummy data in

EBELN for example ?

Regards,

Michal Krawczyk

former_member181962
Active Contributor
0 Kudos

Were there any changes done to the RFC function module after the structure was imported in PI?

Can you try to re-import the structure of the RFC in PI ESR and also do a stop-start of the RFC communication channel?

Best Regards,

Ravi

former_member474221
Participant
0 Kudos

i did not make any changes to the FM.....still i reimported and stopped-started the channel

but not working