cancel
Showing results for 
Search instead for 
Did you mean: 

RFC To FIle

Former Member
0 Kudos

Hi All

I created a scenario RFC to file from ERP to PI to FIle. But in ERP system sm58 I get error:

Function module "ZTEST" not found.

In my abap proram I call the RFC like below.

CALL FUNCTION 'ZTEST' IN BACKGROUND TASK

DESTINATION 'BI_DASH'

TABLES

dashb = dashb.

Destination 'BI_DASH' is created in the ERP system as type ABAP Connections(3).

In the PI system I created destination 'BI_DASH' as type TCP/IP Connection(T), created sender CC and when I test destination it's successfull.

Any help will be appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

samiullah_qureshi
Active Contributor
0 Kudos

You should have created the RFC destination of TCP type in ur ECC system using the same program Id that u have used in ur RFC sender comm channel. And then execute ur scenario. U need not to create any rfc destination in PI for this scenario.

Answers (0)