alrikx
Participant
Member since ‎2017 Aug 24

User Statistics

  • 14 Posts
  • 0 Solutions
  • 13 Kudos given
  • 25 Kudos received

User Activity

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, ...