ProblemIn the finance area a lot of market data like currency exchange rates, interest rates or spreads are needed in SAP to keep the finance processes running smooth. As these market data is volatile, it needs to be updated with high frequency in SA...
What is a Class Runner?A class runner is a great tool to test code snippets and run code directly from ADT. You can even write a simple log to the console in Eclipse.What can be improved?When using multiple systems and complex projects I got annoyed ...
The regular WayIn BTP you configure the destination on subaccount level, here you see how to do so:this way you can access the data from SAP BTP, ABAP environment: DATA(http_destination) = cl_http_destination_provider=>create_by_cloud_destination(
...
I completed this mission on SAP Learning explaining how to connect Your SAP BTP, ABAP environment to an external OData Service. Here you import the $metadata file in Eclipse and it generates the stubs and artifacts needed to interact with this remote...
I'm using a remote consumption model to consume an OData service.
I can check if an error occured w/:
try.
request->check_execution( )
CATCH /iwbep/cx_gateway INTO DATA(gateway_exception).
[...]
endtry.
with the debugger I can see, ...
@Jelena_Perfiljeva Thank You for Your feedback! If you are in an onpremise system your approach is valid and offers the possibility for entering parameters.In the ##S/4HANA public cloud or BTP, ABAP Environment class runners are the only option to ex...
Hey @Koni,Thanks for your comment.You can run this ABAP Code in an ABAP Environment on the BTP, there you always program in ABAP Cloud programming model. Here is a collection of links that show you how to setup an ABAP environment in a trial account ...