Create a Remote Client Proxy and ABAPConsole Application
Requires Customer/Partner License
Intermediate
30 min.
In the SAP Business Technology Platform, ABAP Environment, in your consuming system, create an ABAP Console application (ABAP class) that instantiates a proxy, which passes an OData request to a remote service.
You will learn
- How to create an HTTP client in an ABAP class
- How to instantiate a client proxy in this class that fetches data from your provisioning system
- How to output that data in an ABAP Console app
Prerequisites
- IMPORTANT: This tutorial cannot be completed on a trial account
- IMPORTANT: This tutorial is part of a mission. You must complete the previous parts first; otherwise, you may experience errors or unexpected behavior. The link to the mission is available at the top right of the screen, immediately above the list of steps
This tutorial is based on: SAP Help Portal: Creating a Remote Client Proxy.
Therefore, this tutorial will only cover in detail those aspects that are different, such as using the cl_http_destination_provider=>create_by_comm_arrangement
method.