cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with RFC to XI - missing field values

Former Member
0 Kudos

Hi experts,

I have an asynchronous RFC sender adapter.When data is triggered from RFC, I am not getting all the values which ECC is sending.For some fields,I can see the the value is getting is concatinated with value of other fields. I find this in sxmb_moni-> inbound message->payload

I tried to re-import the RFC,but it didnt solve my problem.

Please help me resolve this issue.

Regards,

Priya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Thanks for your suggestions.

The problem was with RFC destination.The unicode option has to be checked.

Regards,

Praveen

Answers (3)

Answers (3)

ambrish_mishra
Active Contributor
0 Kudos

Hi,

Which version of PI are you on ? Please test the RFC in ECC first and see what output it is generating. If it is ok, then check the RFC code in PI. If it is PI 7.1 version, then check the queues. You can also put an external breakpoint in ECC and check the execution in debug mode.

Hope it helps!

Ambrish

gagandeep_batra
Active Contributor
0 Kudos

Hi Praveen

did you check the payload in Sender CC in PI

Regards

gAgan

Former Member
0 Kudos

Hi Gagan,

I have checked it.I find values missing in CC also.

Thanks,

Praveen

gagandeep_batra
Active Contributor
0 Kudos

means your rfc is not sending the data properly

plz debug the rfc in ecc you will find the error

Regards

gAgan

iaki_vila
Active Contributor
0 Kudos

Hi Praveen,

Have you try to refresh the CPA cache?

http://<host>:<port>/CPACache/refresh?mode=full

with user PIDIRUSER

Regards.