Posted by [IP Address: 195.95.30.141] 'De Ceulaerde Aldo' on January 05, 2001 at 12:45:50 EST:
In Reply to: r2 to r3 data transfer ....Urgent posted by [IP Address: 195.95.30.141] 'pd' on January 05, 2001 at 07:14:51 EST:
: HI
: I am having 2 years of ABAP experience in R3 ABAP/4 , now my next project is in R2 to R3 data transfer, i don't have any idea about R2 . i only know about CPI-C port is used for R2 to R3 data transfer
: please can anybody tell me where can i get some material to read about it?
: thanks and regards
: pd
You can use following functions to transfer data from R/2 to R/3
- Transfer the data via an abap with the 'TRANSFER'-command into a sequential file on the mainframe and FTP this file to your R/3 application server. Read the data with 'READ DATASET' in R/3
- Use a remote function call with CALL FUNCTION 'xxx' DESTINATION yyy, where yyy is your R/3-destination, defined in table TRFC.
- Depending on your releases, you can use Idoc's.
Feel free to contact me if you need assistance
Aldo