‎2006 Jun 13 9:32 AM
Hi Experts,
i would like to know how to call ABAP Program or Function modul out side SAP i.e java.
Thanks in Advance,
Murali Krishna k
‎2006 Jun 13 9:44 AM
Hi Murali
You can call RFC module from Java or any other language.
Either Use JCO.
or
You can also create web service in SAP and call from JAVA if you are have SAP WAS 6.2 or above.
Regards
Naresh
‎2006 Jun 13 9:41 AM
Hi Murali,
You can connect to function modules(Remotely Enabled) or BAPI's from Java program using JCO(java Connector).
The function module then in turn can call the program using
SUBMIT..
Hope that helps.
I shall forward you documents on this if required..
Let me know ur email ID
Regards,
Tanveer.
<b>Please mark helpful answers</b>
‎2006 Jul 12 10:25 AM
Dear...
Anyone knows how to bring an internal table with data through Java connector to SAP.
‎2007 Mar 06 8:45 PM
‎2006 Jun 13 9:44 AM
Hi Murali
You can call RFC module from Java or any other language.
Either Use JCO.
or
You can also create web service in SAP and call from JAVA if you are have SAP WAS 6.2 or above.
Regards
Naresh
‎2006 Jun 13 9:45 AM
look at this weblog..
/people/gregor.wolf3/blog/2004/09/05/access-sap-r3-from-external
‎2006 Jun 13 9:49 AM
Hi Murali,
Have a look on below links
www.sapdevelopment.co.uk/java/jco/bapi_jco.pdf
www.persistentsys.com/presentation/ Java_SAP_Integration.pdf
www.erphome.net/pdf/tech/J07.pdf
regards,
ram
‎2006 Jun 13 9:55 AM
Hi,
Pls check the below function calls:
1)CALL FUNCTION func IN UPDATE TASK.
Call a function module in a remote system (Remote Function Call, RFC )
2) CALL FUNCTION func DESTINATION dest.
Asynchronous call to a function module with transactional processing (transactional Remote Function Call).
Regards,
Ram Mohan