2007 Sep 03 1:52 PM
hi you all,
i need to upload a csv file to the sap in the pp module.
i wanted to know what is the best way to do it using java rfc conector
or creating an abap program.
i wanted to use the rfc BAPI_REFSETOFOPERATIONS_CREATE...
can any one tell me what is the best way handling this ?
thanks
hi you all,
i need to upload a csv file to the sap in the pp module.
i wanted to know what is the best way to do it using java rfc conector
or creating an abap program.
i wanted to use the rfc BAPI_REFSETOFOPERATIONS_CREATE...
can any one tell me what is the best way handling this ?
thanks
2007 Sep 04 4:42 AM
Creating an ABAP program would be 1st preferred option.
In case of Java program, you need to create 2 programs, one in JAVA to call the RFC & 2nd program in ABAP to create the RFC
2007 Sep 04 6:49 AM
hi,
the abap rfc is standard sap and already written in the R3, my question is about performance.
thanks
2007 Sep 04 7:00 AM
I am sorry about that.
Performance
Using Java Connector: The performance would completely depend on the bandwidth of the network. So i would recommend ABAP program.
2007 Sep 04 7:05 AM
thanks for the fast answer....
do you have an example for such a program?
thanks.....
2007 Sep 04 7:16 AM
2007 Sep 04 7:23 AM
hi,
after speaking with my managers we desided to use the java way.
do you know what the R/3 system needs to create the connection with java
and do you have a java example....
by the way i probably will use the rfc BAPI_REFSETOFOPERATIONS_CREATE because it uploads the data to the needed DB tables...
thanks a lot hayit.
2007 Sep 04 7:30 AM
Well from R/3 side nothing is required.
For JAVA:
/thread/259381 [original link is broken]
/thread/43142 [original link is broken]
2007 Sep 04 7:39 AM
we have 4.6c version in R/3 is it possible to create a jco connection?
thanks hayit.