‎2007 Dec 20 7:18 AM
Hi Friends,
How to transfer data from one version to other version (for eg. i want to transfer data from r/3 4.7 to 6.0 ), if u have some logic how to do that or code ,pls send me.
‎2007 Dec 20 1:13 PM
hi
download required 4.7 data into flat file using download function module. Then upload it.
To do this. just create internal table with all fields which data you want to download.
select data from the database into internal table.
Use function module WS_DOWNLOAD to down load the data from itab to pc(flat file).
No in 6.0 version use WS_UPLOAD fm to get data from flat file to itab. Then u can use different methods to upload the data into SAP(BDC,LSMW)
Reward if it is useful.
Thanks
Siva Kumar
‎2007 Dec 20 1:13 PM
hi
download required 4.7 data into flat file using download function module. Then upload it.
To do this. just create internal table with all fields which data you want to download.
select data from the database into internal table.
Use function module WS_DOWNLOAD to down load the data from itab to pc(flat file).
No in 6.0 version use WS_UPLOAD fm to get data from flat file to itab. Then u can use different methods to upload the data into SAP(BDC,LSMW)
Reward if it is useful.
Thanks
Siva Kumar
‎2007 Dec 21 5:04 AM
Thanks ,
To transfer data from r/3 4.7 to 6.0 ,i want to create different a tool for that ,have u some idea about that.
‎2007 Dec 21 5:43 AM
‎2007 Dec 21 7:13 AM
‎2007 Dec 21 7:19 AM
at first create a function module which is remote function module.
than assign that function module to a business object.
than create method for that business object.