cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Sender Moves EXporting parameters

Former Member
0 Kudos

Hi all,

I have a strange behaviour in a RFC -> BPM scenario.

From SAP ECC I do a Call Function Destination.

In ECC I can see debugging following data:

SYSID   = XXX

DATUM  = 20121015

UNAME = USER

COD      = YY

Then, process crash. I check in sXMB_MONI and data is 'moved':

       <SYSID>SRI</SYSID> 
      <DATUM>USER</DATUM>

      <UNAME /> 

      <COD />

      So system gives an error because of <DATUM> format.

      We have tried:

-   cache refresh

-   RFC reimport

-   JAVA stack reboot

-   ECC reboot

-   ID delete all objects and regenerate.

-   CC stop and start

   Other issue is that, the same Interface is running perfect in Develoment enviroment, but in Test enviroment is moving the data as ssown below.

  Any idea?

  Thanks in advance.

  Regards.

  Urtzi.

Accepted Solutions (1)

Accepted Solutions (1)

former_member181985
Active Contributor
0 Kudos

This a unicode problem. Ensure that RFC destination in ECC is unicode.

Former Member
0 Kudos

Nice Praveen.

Perfect. Silly problem... 😞

Answers (1)

Answers (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

it looks data issue, DATUM format not correct.