Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Remote Function Call DUMP

Former Member
0 Likes
579

I am having an issue with a remote FM call. It's working in existing environments (BW->ECC) but when I try to call same remote FM from BW on HANA a dump occurs.

on BW side the dump says....

CALL_FUNCTION_REMOTE_ERROR

On ECC side it's PARAMERE_CONVERSION_ERROR. During a remote funcation call, an error occurred while converting a complex parameter.

Following are the paramters passed again it all works with other BI non-HANA environments we have.

*"*"Local Interface:

*"  TABLES

*"      I_DATA STRUCTURE  ZSBI_FI_GL_TXN

*"      I_T_RANGE TYPE  RSDRI_T_RANGE

Is there a different way of calling remote FM from HANA based systems, our ECC are UNICODE based too so I thought it should handle the conversion but I am missing some thing? The structure contains, Currency, NUMC and CHAR type fields nothing out of ordinary. Hopefully someone has dealt with this kind of issue and can provide insight as I am not able to figure it out.

Any help would be highly appreciated.

thanks!

1 REPLY 1
Read only

paul_bakker2
Active Contributor
0 Likes
492

Hi,

  We probably need to see the actual structures that you are passing.

cheers

Paul