cancel
Showing results for 
Search instead for 
Did you mean: 

Function module "RFC_START_PROGRAM" not found.

Former Member
0 Kudos

Hi All,

I am calling a Z RFC frunction module in CRM from ECC and passing 2 values.The function modulle in CRM is using the link which am passing to upload the document using CALL METHOD cl_crm_documents=>create_with_file. The program is working fine in development but in quality it is throwing the dump Function module "RFC_START_PROGRAM" not found.

Please help

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear Minu,

As it is shown, the FM "RFC_START_PROGRAM" is not exist in the system. Normally,  the function "RFC_START_PROGRAM" is exist in an external system(RFC Server program) i.e. rfcexec in RFCSDK, and this function is called from the client (R/3) system.

That means an R/3 system  has no FM (function) "RFC_START_PROGRAM", hence the dump was raised by calling the FM "RFC_START_PROGRAM" inside of R/3 system i.e. CALL FUNCTION f1 DESTINATION "NONE".

So please check this once in the Z FM.

Thanks & Regards,

Manu.

karun_prabhu
Active Contributor
0 Kudos

Hello Minu Thachil.

     This may be due to one or more program(s) / include(s) not transported to quality.

     Kindly check.

Regards.

Former Member
0 Kudos

Dear Arun,

All the z ones are in quanlity because am able to debug n move to CRM function module.But when i debug cl_crm_documents=>create_with_file, it is showing some problem with SAPFTP RFC destination

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi Minu

Can you please check if your SAPFTP and SAPFTPA destinations are working fine?

Can u check the same using report  RSFTP005

Related SAP note : 93042 - Problems with SAPFTP


Thanks


Rishi