cancel
Showing results for 
Search instead for 
Did you mean: 

RFC remote function module call from XI

Former Member
0 Kudos

hi

I am trying to call a remote function module directly from XI which is not a bespoke module.

And i am getting the following error:

com.sap.aii.af.ra.ms.api.DeliveryException: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: failed to parse BAPI response due to: com.sap.aii.af.rfc.util.bapi.BapiException: Parameter with name RETURN not found.

Please help me in this.

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Naina,

Normally RFC are synchronous, they do have return parameter as export parameter.

If return parameter is missing then , you can create Wrapper RFC.

Wrapper RFC:

It is nothing but you just create BAPI in SE37 transaction with Return parameter as export parameter and make it remote enabled by clicking on Radio button.

Under source code, CALL BAPI which XI has to call.

Thats it!

I hope this helps.

Let me know if any help required.

GabrielSagaya
Active Contributor
0 Kudos

Hi

Please check udo's reply

Also Read the following documentation regarding Testing the BAPI

http://help.sap.com/saphelp_nw04/helpdata/en/a5/3ec9924ac011d1894e0000e829fbbd/frameset.htm