‎2006 Jan 31 5:03 AM
Hi
Currently i am involving in integrating a SAP and non-sap system. I need to post the data which is generated in java platform into the SAP transaction FB60,70 without using BDC Program.
Kindly suggest how do i process the data and post it into the respective SAP transaction with out using BDC in the interface environment.
Regards
Ganesh
‎2006 Jan 31 5:07 AM
Hi Ganesh,
You can use JCO connectors for connecting to the SAP system. You can send your data to SAP system using BAPI's. You need to call the BAPI in SAP system from JAVA system. You can download the Java connector from service.sap.com.
With Regards,
Nelson
‎2006 Jan 31 5:07 AM
Hi Ganesh,
You can use JCO connectors for connecting to the SAP system. You can send your data to SAP system using BAPI's. You need to call the BAPI in SAP system from JAVA system. You can download the Java connector from service.sap.com.
With Regards,
Nelson
‎2006 Jan 31 5:14 AM
Hi
you can refer this link
http://help.sap.com/saphelp_erp2005/helpdata/en/6f/1bd5b0a85b11d6b28500508b5d5211/frameset.htm
‎2006 Jan 31 5:17 AM
HI,
you can use BAPI to do that..
try to look at these BAPI's..
<b>BAPI_ACC_DOCUMENT_POST
BAPI_ACC_GL_POSTING_POST</b>
regards
vijay
‎2006 Jan 31 5:35 AM
‎2006 Jan 31 7:04 AM
Hi,
or use report <b>rfbibl00</b> (-> look for the documentation!)
regards Andreas