

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- 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 Questions & Answers
- 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
- Consuming Web Service in C# application (SAP)
- Creating communication between Java application and SAP
- Error while creating a PO in SAP system from a .NET application
- Connect to SAP system from C# application
- Accessing SAP Web Dynpro page within an application using NSURL
- Exposing employee master data from SAP HR system using Web Service
- Application Programming Interface (API)
- Web Application Testing Guide
- Web Application Testing Checklist
- Can a web application listen for data without a server?
- Pull a list of Functional Location from SAP using BAPI
- How to build a java web application using SAP platform and HANA database?