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

rfc issue

Former Member
0 Likes
438

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 .

2 REPLIES 2
Read only

former_member156446
Active Contributor
0 Likes
414

when you are calling the RFC make sure you are mentioning the destination for RFC..

More info:

Read only

former_member222860
Active Contributor
0 Likes
414

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