Using ABAP with the SAP API Business Hub
2018-12-02
Beginner
15 min.
Add a code snippet from the API Hub into your ABAP report.
You will learn
In this tutorial, you will learn how to use the pre-generated code from the SAP API Business Hub in an ABAP report. You will need to have configured your ABAP system to make an HTTP request.
Prerequisites
- ABAP system should be configured to call http APIs
- Testing API Business Hub APIs with Curl
Configuring the proxy settings is not a required step for all systems. Verify that your system needs to have the proxy configured before completing steps 1 through 3.
Step 1: Configure your ABAP Proxy
Step 2: Get your SSL Certificate
Step 3: Add your certificate to ABAP
Step 4: Create the ABAP program report
Step 5: Get the ABAP code from API Business Hub
Step 6: Add API call and run from ABAP