‎2007 Jun 18 2:55 PM
How we write the select criteria when extracting data from another R/3 using RFC's ....
1) Do we fill the data with Internal table and write select criteria on Internal Table.Thank you....
‎2007 Jun 18 2:59 PM
Hi Alex,
We canot write selects on internal tables ... so that is not a right way to do.. Data Migration between the servers can be done with different methods like LSMW, IDoc ...which depends on how much data you ahve it in your old system ...
Regards,
Santosh
‎2007 Jun 18 3:01 PM
Hi,
You can do that using import and export parameters.
Export from R/3 and import into your RFC.
Thanks,
Deepti
‎2007 Jun 18 3:02 PM
Hi,
Generally we don't write select query on internal table.For RFC u need to write the select query in an FM on the RFC side and call the FM in ur R/3.The select query will be on database table of other R/3.
Regards,
Nagaraj
‎2007 Jun 18 3:03 PM