What is the best way to transfer data from an SAP 3.0 system to an SAP 4.7 system? We've had a look at program RFBIDE00 and cannot really figure out how it works. What format should the upload file be for this program to work? Is this the best way to do the transfer of data?
I don't have system to check, but I would try with
- Idoc. Probable there is an Idoc for Customer Master
- Batch Input session. Generate an upload file and upload it to 4.70
- RFC/BAPI: Set up RFC connection between these two system and with a small ABAP program based on BAPI "customer master display" and "customer master create".
Incho
Add a comment