cancel
Showing results for 
Search instead for 
Did you mean: 

java program with ABAP

Former Member
0 Kudos

Hi experts,

I would appreciate giving information about below.

I'd like to develop java program in SAP application server for data cooperating with Web API.

What I want to do is below.

1, Extract data from database by ABAP program

2, ABAP program kicks java program.

3, java program pass data to Web API

I found document that said ABAP can kick java program if it is inside SAP application server, but I don't know what should I check in our ERP.

How can I find setting or something in our ERP that whether I can develop java program into our ERP or not? (Information what I want are, Our SAP system needs more SAP notes, some settings, installing software..)

If you have any information or need more information, please comment.

Thank you.

Accepted Solutions (0)

Answers (1)

Answers (1)

TomXing
Contributor
0 Kudos

Hi Mariko,


You can perhaps make use of JCo.
SAP Java Connector - Components of SAP Communication Technology - SAP Library

JCo application can be integrated into AS Java.

BR, Tom