‎2009 Jan 04 12:58 PM
hi guys,
I have created an RFC that receives data form non SAP and updates the sap tables.
Now this RFC is called in the non SAP program using call RFC.
There it shows that RFC is called properly but the data i am receiving in internal table declared in TABLES in RFCis empty.I dont know whether my RFC is call and data is received or not?As my DB tables are not updated.Please tell me each point wher i need to check for the problemPlease do help .
‎2009 Jan 04 4:59 PM
when you are calling the RFC make sure you are mentioning the destination for RFC..
More info:
‎2009 Jan 05 5:26 AM
Hi,
Before trying to upate from the non-SAP, check from the SAP environment whether it is updating the DB table by giving input parameters, and also execute the RFC function module in debug-mode check the records in the itab.
thanks\
Mahesh