2009 Jul 31 8:17 AM
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.
2009 Jul 31 10:32 AM
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
2009 Jul 31 8:51 AM
Yes Ramesh
your correct use the RFC and get the information from both the systems .
~linganna
2009 Jul 31 10:32 AM
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
2009 Jul 31 10:36 AM
how about using Fm: RFC_GET_TABLE_ENTRIES or RFC_READ_TABLE ?
2009 Jul 31 10:37 AM
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
2009 Aug 05 12:06 PM
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