SAP CONSUME BS CLIENT PROXY ABEXA



Get Example source ABAP code based on a different SAP table
  


VX_EXA_ONLY

ABAP_CDS - Consuming Business Services with OData Client Proxy
This example demonstrates how the OData data of business services can be consumed in ABAP using an OData Client Proxy.

ABAP_SOURCE_CODE
DEMO CL_DEMO_CONSUME_BS_CLNT_PROXY

ABAP_DESCRIPTION
Methods of the SAP Gateway framework are used to create a local OData Client Proxy and to retrieve the data exposed by a CDS service binding DEMO_SB_SCARR_SPFLI. The service binding provides the following service definition:
SRVD DEMO_SD_SCARR_SPFLI
This service definition exposes the following CDS view entity:
DDLS DEMO_CDS_SCARR_SPFLI
The data provided by that view are retrieved.