SAP ICF CLIENT ABEXA



Get Example source ABAP code based on a different SAP table
  


VX_EXA_ONLY

ABAP_ICF - ABAP as HTTP Client
This example demonstrates an ICF client object.

ABAP_SOURCE_CODE
DEMO CL_DEMO_HTTP_CLIENT

ABAP_DESCRIPTION
The factory method CREATE of the class CL_HTTP_CLIENT is used to create a client object for the address wikipedia.org. The reference variable client of the type IF_HTTP_CLIENT points to this object. A specific request, which also contains the value of a user input, is added to the URI of the REQUEST object of the client object. The request is sent and the result is passed to the RESPONSE method of the client object. In this example, the HTML page produced by the requested is retrieved and displayed.



Latest notes:

For the example to work, the proxy setting for the HTTP client must be configured correctly in transaction SICF.
ABAP_HINT_END