2022 Apr 11 11:30 AM
Hi Experts ,
We are trying to use the OData services to extract send out data to surrounding systems, that are not having the capability to call OData.
What is the best way to call OData service within same system from ABAP. One way is to use the URL to the same system and then use : cl_http_client=>create_by_url
Is there a better way without calling the URL to the same system.
Regds,
RN
2022 Apr 11 12:15 PM
The ABAP OData Client Proxy is the public application programming interface (API) for client applications.
OData Client Proxy - SAP Help Portal
2022 Apr 11 12:15 PM
The ABAP OData Client Proxy is the public application programming interface (API) for client applications.
OData Client Proxy - SAP Help Portal
2022 Apr 12 8:47 PM
2022 Apr 12 9:01 PM
2024 Feb 08 3:01 PM
Hi @Andre_Fischer
I have a ODataV4 Standard RAP based API which I need to consume from a ABAP program for mass creation . It is to be consumed in the same S4-On Premise system on which it is activated ( not to be called from any external system)
How can I consume it ? I did go through the link above however was not able to understand much.
The API name is - API_CENTRALREQUESTFORQUOTATION. Can you please guide here.