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?