cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Synchronous call

Former Member
0 Kudos

Hi all,

My scenario is RFC>XI>WS synchronous call. Everything is OK in sxmb_moni, but however I don't see the response variables - they are empty. I call XI from ABAP the following way:

call function 'ZFI_RFC_INDEX_IMAGE' destination 'XI_RFC'

importing

doc_id = doc_id

msg = msg

tables

i_file = it_file.

and I don't see any value in doc_id and msg,

Do I miss something?

Thanks for your help?

Accepted Solutions (0)

Answers (2)

Answers (2)

moorthy
Active Contributor
0 Kudos

Hi,

Did you map the WS Response message with RFC Resp message ?

DId you get 2 messages in the SXMB_MONI ?

Check this by setting the parameters in the SXMB_ADM->Intgeration Engine configuration-->Specific Configuration --> and set these values-

Category- RUNTIME , and the parameter- LOGGING_SYNC and set the value to 1.

Now you can see, sync messages in the sxmb_moni..

Hope this helps,

regards,.

Moorthy

Former Member
0 Kudos

Hi BenAmram,

have you checked the payload of ws response and rfc response? are hey ok?

Could it be a mapping problem?

Regards,

Sergio