Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

G/L Posting

Former Member
0 Likes
728

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
666

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

5 REPLIES 5
Read only

Former Member
0 Likes
667

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

Read only

Former Member
Read only

Former Member
0 Likes
666

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

Read only

Former Member
0 Likes
666

Try using BAPI BAPI_INCOMINGINVOICE_CREATE.

Read only

andreas_mann3
Active Contributor
0 Likes
666

Hi,

or use report <b>rfbibl00</b> (-> look for the documentation!)

regards Andreas