- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Creating SAP interface to pull data from web application
Web Dynpro is a complex framework and it would be tough to integrate it to your Java application. You can use SAP Java Connector JCo. SAP Java Connector can be used to call Remote Function calls on SAP system.
You can use already defined function modules to connect. You can take help from a SAP ABAP developer if you want to customize any function module request.
You can use SAP JCo to make 2 types of calls to system:
- Inbound calls (Java calls ABAP)
- Outbound calls (ABAP calls Java).
By using a JCo connection, you can call an RFC from the R/3. It contains 2 .dll files. These are the 2 .dll files that help in calling an RFC.
A JCO connection to a R/3 system is represented by the JCO.Client Class. This class abstracts all functionalities that surround a connection.
To know more about SAP Java Connector, you can refer below SAP link for configuration:
https://help.sap.com/saphelp_nwpi711/helpdata/en/48/70792c872c1b5ae10000000a42189c/frameset.htm
- Related Articles
- Invoke a Web service from AJAX in SAP application
- Different ways to interact with SAP system from a web application
- Java Web application pointing to SAP HANA locally
- Creating communication between Java application and SAP
- Consuming Web Service in C# application (SAP)
- Error while creating a PO in SAP system from a .NET application
- Exposing employee master data from SAP HR system using Web Service
- Accessing SAP Web Dynpro page within an application using NSURL
- Connect to SAP system from C# application
- How to build a java web application using SAP platform and HANA database?
- Calling SAP Web Service to get data in Flash dashboard
- Creating a Delivery unit in SAP HANA using HANA Application Lifecycle Management
- Application Programming Interface (API)
- Web Application Testing Checklist
- Web Application Testing Guide
