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 error " Server repository could not create function template for "

former_member300258
Participant
0 Likes
1,284

Hi..

I am trying to send some content into RFC destination this is mu FM, it_sms_details has some details which will be processed by XI and will be sent to third party.this is the scenario.

CALL FUNCTION 'ZSD_INVOICE_SMS_FMASYNC1' IN BACKGROUND TASK

DESTINATION 'SMS_INVOICE'

TABLES

it_sms_details = it_sms_details

EXCEPTIONS

system_failure = 1

communication_failure = 2.

but after executing, i found an error in SM58 "Server repository could not create function template for 'ZSD_INVOICE_SMS"

i found some thread concerning this issues but dint help mine...

need some hints to fix this..

Thanks in advance

Hi..

I am trying to send some content into RFC destination this is mu FM, it_sms_details has some details which will be processed by XI and will be sent to third party.this is the scenario.

CALL FUNCTION 'ZSD_INVOICE_SMS_FMASYNC1' IN BACKGROUND TASK

DESTINATION 'SMS_INVOICE'

TABLES

it_sms_details = it_sms_details

EXCEPTIONS

system_failure = 1

communication_failure = 2.

but after executing, i found an error in SM58 "Server repository could not create function template for 'ZSD_INVOICE_SMS"

i found some thread concerning this issues but dint help mine...

need some hints to fix this..

Thanks in advance

1 REPLY 1
Read only

Former Member
0 Likes
586

Hi,

do You have this function in Your local system or just in remote?

If You want to call remote function it must exist in both systems,

because system needs to know it's interface.

Regards,

--

Przemysław