Hi ABAPers,
I want to have a sample program for SAP Java connectivity. I know SAP has a JCo but how to go about it. We have another system which needs to communicate with SAP 4.6C. Also, I would like to know whether while reading tables from other system, can this program update our tables.
Thanking you.
Hi,
Thank you for replying. First of all, i am not able to connect to http://service.sap.com.
The link of sapgenie is useful. I am currently going through it.
The third link which you gave is not working.
If you have the files can you post it on this forum or to my e-mail himanshu.bhandari@gmail.com
Thanking you.
Hi,
To use JCo, download it (including the Javadocs) from http://service.sap.com/connectors. The zip file contains a comprehensive tutorial to program using JCo. You can also take a look at the FAQ on JCo at http://www.sapgenie.com/faq/jco.htm for more information.
If you just want to take a look at the sample code, you can download the tutorial from http://zerone.samcheok.ac.kr/Asp_pr/Language/.%5Cuploadfile%5CJCo%20Tutorial-1.pdf
You can definitely use JCo to update tables in SAP. You will either have to call an existing BAPI, or an RFC FM to do so.
Hope this helps. Let us know if you need further assistance.
Regards
Message was edited by: Shehryar Khan
Message was edited by: Shehryar Khan
Add a comment