// Explore More Tutorials
Create an HTTP Service
Requires Customer/Partner License
2019-10-15
Beginner
15 min.
Create an HTTP service in the ABAP environment that can be called from the browser.
You will learn
- How to create an HTTP service
- How to return system data using a (whitelisted) ABAP utility class
You can then access the ABAP system from the browser, for example to fetch a report. In this tutorial, you will simply fetch your user name and the date and time for simplicity.
Step 1: Create an HTTP service
Step 2: Implement the handler class
Step 3: Save and activate
Step 4: Test the service
Step 5: Add system date to the method
Step 6: Test the service again
Step 7: Test yourself
Step 8: Copy code (optional)