bibi
bibi

Reputation: 11

How to connect a Webapplication to a Java-/ABAP-Application

I have a problem. I would like to connect my web application (frontend) with my application.

Once the web application is to be written in UI5 (frontend) and connected to an ABAP application (backend). The frontend is used for the control and the logic is in the backend. Which interface can be used for communication?

On the other hand, the web application should be written in Java (frontend) and connected to a Java application (backend). Here, too, the front-end of the controller is used and in the backend is the program logic. Which interface is needed here? XML?

Presentation: Web application Java (frontend) - Which SST? - Java program (backend) Web application UI5 (frontend) - Which SST? - ABAP program (backend)

I would really appreciate replies!

Upvotes: 1

Views: 133

Answers (1)

Suncatcher
Suncatcher

Reputation: 10621

Use SAP Jco connector for that. It allows exactly what you want.

SAP Java Connector - SAP Help

Samples:

Example Program JCo Client

SAP JCo Server Example - SAP Blogs

Upvotes: 1

Related Questions