cancel
Showing results for 
Search instead for 
Did you mean: 

CALL_FUNCTION_NOT_FOUND

Former Member
0 Kudos

Hello everybody,

when I try to call an RFC to trigger my XI, I get the CALL_FUNCTION_NOT_FOUND error.

This seems to me strange, because I dont want to call this special RFC-function. Instead I want to call the RFC-Adapter?

Thanks a lot

Regards Mario

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

call it like this from your raport:

CALL FUNCTION 'Z_YOUR_RFC'

in background task

destination 'you xi dest'

Commit work. <---this sends the call

XI dest is type tcpip of course

Regards,

michal

Former Member
0 Kudos

Hi michal,

and how can I check wether the adapter/xi is called?

Regards Mario

MichalKrawczyk
Active Contributor
0 Kudos

you will see the message in the SXMB_MONI

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions">XI FAQ - Frequently Asked Questions</a>

Answers (0)