Quantcast
Channel: SCN : All Content - ABAP Development
Viewing all articles
Browse latest Browse all 8332

ABAP Program not calling RFC in Background destination mode

$
0
0

Hi,

 

We are configuring a PI scenario RFC-to-SOAP. In the Sender Server ( in this case the ECC 6 system ) has got the RFC.

 

We have written ABAP program in ECC (Sender System) to generate data to PI through RFC in ECC 6.  In ECC,  ABAP Program is not generating data in background mode.

 

CALL FUNCTION 'ZBAPI_EMPINFO_DELTA' IN BACKGROUND TASK DESTINATION 'ZBAPI_EMPINFO_DELTA1'

EXPORTING

curdate = sy-datum

IMPORTING

return  = rt_return

TABLES

it_emp  = rt_emp[].

COMMIT WORK.

 

It is throwing the Dump "CALL_FUNCTION_REMOTE_ERROR Function ZBAPI_EMPINFO_DELTA not found" when calling the RFC in foreground.

 

If we remove the destination in the call function it is generating the data and if we removing that will be local function module to return the data.

 

We have made the TCP/IP RFC destination 'ZBAPI_EMPINFO_DELTA1'  with registered program id 'ZBAPI_EMPINFO_DELTA' in ECC ( Sender System ) . Connection test is successful for RFC destination.

 

Kindly suggest at the earliest as we are stuck with further configuration.

 

Millions of Thanks in advance.

 

Thanks and Rgds,

Zakir Appas A


Viewing all articles
Browse latest Browse all 8332

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>