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 Requirement

Former Member
0 Likes
788

Hi All,

I have an requirement for the following scenario,

User Last login report from the CRM system - USR02 table and i done that at the same time i have to check the same value whether it is present in the BI System.- USR02 table

By executing the program in the CRM system could i able to check the values in the BI system via RFC.

Any one have the idea kindly share with me.

1 ACCEPTED SOLUTION
Read only

manubhutani
Active Contributor
0 Likes
751

yes,

you can use

call function module destination 'BI'

where BI is the RFC name

by which the functionmodule will get executed in the other system

this FM would be remote enabled FM

let me know if you have any doubt.

Regards

Manu

5 REPLIES 5
Read only

Former Member
0 Likes
751

Yes Ramesh

your correct use the RFC and get the information from both the systems .

~linganna

Read only

manubhutani
Active Contributor
0 Likes
752

yes,

you can use

call function module destination 'BI'

where BI is the RFC name

by which the functionmodule will get executed in the other system

this FM would be remote enabled FM

let me know if you have any doubt.

Regards

Manu

Read only

0 Likes
751

how about using Fm: RFC_GET_TABLE_ENTRIES or RFC_READ_TABLE ?

Read only

manubhutani
Active Contributor
0 Likes
751

yes you can

use call 'functionmodule destination 'BI'

where BI is the RFC(sm59) give the ip address of the receiver system.

where thi sFM will get executed and will send the details back to the sender system,

let me know if you have any doubt

Regards

Manu

Read only

Former Member
0 Likes
751

The issue was resolved by creating the function module to read the values in BI by RFC enabled FM.

Edited by: RameshNarayanan on Dec 22, 2009 3:59 PM