cancel
Showing results for 
Search instead for 
Did you mean: 

Data not being passed onto the the RFC enabled function module

Former Member
0 Kudos

Hi,

I have done a scenario where i poll data from a Database using thge JDBC Adapter and pass the values to a RFC enabled function module.The data is correctly being read from the DB but it is not being sent to the function module.I checked whether the function module is called by the XI server and it is calling without any problems.but not sending the values to the internal table declared in the TABLES in the function module.the payload is as follows :-

<?xml version="1.0" encoding="UTF-8" ?>

- <ns1:ZTEST_COL xmlns:ns1="urn:sap-com:document:sap:rfc:functions">

<IT_TEST />

</ns1:ZTEST_COL>

Here IT_TEST is the internal table to which data has to be passed.ZTEST_COL is the name of the function module.Please advice.

Thanks and Regards,

Jishi

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

hi,

just check the following.

Execute the RFC from Se37 and check its working. Check the input parameters expected by the RFC with the actual paramters.

Also, test your interface mapping if the parameters are passed correctly to the output RFC in the way that it is expected .

Regards,

Bhavesh

Answers (2)

Answers (2)

Former Member
0 Kudos

Just check before mapping data is there in source structurei.e output from JDBC.

2.Check your mapping is working fine i.e populating RFC <IT_TEST /> internal table in sxmb_moni.

Regards,

Satish

Former Member
0 Kudos

Have you checked your configuration i.e. Reviever aggrement / Reviever determination / Interface determination etc ??