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

Problem with RFC Function Module

Former Member
0 Likes
382

Hi,

I have created one RFC FM and I have called this FM in my program as

CALL FUNCTION 'Z_BI_META_TOOL_RFC' DESTINATION 'TRANS BIU 300'

EXPORTING

obj_name = wa_ftable-tr_obj_name

obj_type = 'DSO'

tables

it_dso = gt_rsdodso

.

But when I am executing my program I am getting below error.

"Function module "Z_BI_META_TOOL_RFC" not found."

An error occurred when executing a REMOTE FUNCTION CALL.

It was logged under the name "CALL_FUNCTION_NOT_FOUND"

on the called page.

Would you please help me on this.

Thanks and Regards,

K.Krishna Chaitanya.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
334

Moderator message - Welcome to SCN The FM must exist in the system TRANS BIU 300, not just the system you are calling it from. Please read [Rules of Engagement|https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement], and [Asking Good Questions in the Forums to get Good Answers|/people/rob.burbank/blog/2010/05/12/asking-good-questions-in-the-forums-to-get-good-answers] before posting again. Rob

1 REPLY 1
Read only

Former Member
0 Likes
335

Moderator message - Welcome to SCN The FM must exist in the system TRANS BIU 300, not just the system you are calling it from. Please read [Rules of Engagement|https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement], and [Asking Good Questions in the Forums to get Good Answers|/people/rob.burbank/blog/2010/05/12/asking-good-questions-in-the-forums-to-get-good-answers] before posting again. Rob