alrikx
Explorer
Member since ‎08-24-2017

User Statistics

  • 9 Posts
  • 0 Solutions
  • 4 Kudos given
  • 10 Kudos received

User Activity

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