2007 Sep 18 10:59 AM
Hello Expertise,
i have to synchronize two z table in different client ....... so i am looking for RFC standard function module <b>OR</b> BAPI from which i can do standard table operation (select,insert,update) in another client.....
its urgent....
Thanks In advance
Nishant Bhatt
2007 Sep 18 9:00 PM
Hi Nishant
You can do this 2 ways
(1) Create a RFC Function module and inside the FM write the code to update value to the Ztable and execute the Function module in the client where the ZTABLE values are available by providing the destination to different client.
(2) Capture the table entries in a transport request and do the SCC1
Regards
Madhan Doraikannan
2007 Sep 18 9:00 PM
Hi Nishant
You can do this 2 ways
(1) Create a RFC Function module and inside the FM write the code to update value to the Ztable and execute the Function module in the client where the ZTABLE values are available by providing the destination to different client.
(2) Capture the table entries in a transport request and do the SCC1
Regards
Madhan Doraikannan
2007 Sep 19 7:49 AM
Thanks Madhan....
are there some standard BAPI which has released status to all RFC destination.
coz i am not able to call BAPI from my RFC destination.
can i have a sample code for that....
2007 Sep 24 7:26 PM
Hi Nishant
You can connect between 2 systems, only if there is a RFC destinations between 2 systems.
You can check the same via SM59 transaction.
Take the basis help for the same.
let me know, if you need further information on the same
Regards
Madhan Doraikannan
2007 Sep 19 12:55 AM
Hi
For the above statements you can use CLIENT SPECIFIED.
your statement *** CLENT SPECIFIED ***
MANDT = * clients list *.
Regards
Surya.
2007 Sep 20 10:31 AM
Hi,
If the differences aren't that great you can also do this manually.
You can use TR. SCMP to search for individual differences in tables.
Kind regards, Rob Dielemans
2007 Sep 20 12:27 PM