cancel
Showing results for 
Search instead for 
Did you mean: 

RFC callback server not available Exception while trying to execute cl_crm_ducuments=>create with file via RFC

Former Member
0 Kudos

hi,

I'm trying to upload a file from a server directory to the SAP-CRM System (As an attachment of an Opportunity). Therefore I am using the method create_with_file of the cl_crm_documents class.

To call this method I am using a RFC-Function created by myself. If I test my RFC-Function within the Function Builder, everything works fine. If I execute the RFC from a external System (in my case MS-Outlook) an error occurs: "Exception: RFC callback server not available".
I started the debugger and the program runs about half way through (So the connection works): The create_with_file calls a couple of functions until the RFC_START_PROGRAM function is called. The error occurs exactly at this line.

Does anybody know why the error occurs only if I call the Function from remote and what I could do to solve this problem.

Thanxs.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member196467
Active Contributor
0 Kudos

Hi Aminsha,

If we are lucky the recommendations of note 796709 can solve this.

Best regards

Christophe