Skip to content

Instantly share code, notes, and snippets.

@sodogan
Created April 2, 2020 09:25
Show Gist options
  • Save sodogan/3eaf6888ed39864923727a19265795d7 to your computer and use it in GitHub Desktop.
Save sodogan/3eaf6888ed39864923727a19265795d7 to your computer and use it in GitHub Desktop.
ES5 Destinations for SAP Cloud Platform
Description=SAP Gateway Demo System
Type=HTTP
TrustAll=true
Authentication=BasicAuthentication
WebIDEUsage=odata_abap,bsp_execute_abap,odata_gen,odata_abap,ui5_execute_abap,dev_abap
Name=ES5
WebIDEEnabled=true
URL=https\://sapes5.sapdevcenter.com
ProxyType=Internet
sap-client=002
WebIDESystem=ES5
@sodogan
Copy link
Author

sodogan commented Apr 2, 2020

This is to be used within the SAP Hana Cloud Platform-Destinations section to connect to ODATA services provided by SAP OData Demo Gateway
Use https://register.sapdevcenter.com/SUPSignForms/ to register to the ODATA demo service and change your password.
You can logon to the sap odata demo gateway via https://sapes5.sapdevcenter.com/sap/bc/gui/sap/its/webgui

@sodogan
Copy link
Author

sodogan commented Apr 2, 2020

This destination needs to be created both in Cloud Foundry and Neo environments with the exact same name.
As SAP WEB IDE Fullstack runs on Neo environment this is vital

@sodogan
Copy link
Author

sodogan commented Apr 2, 2020

#Northwind Data Source as a Destination
URL=http://services.odata.org/
Name=Northwind
ProxyType=Internet
Type=HTTP
Authentication=NoAuthentication
Description=Northwind OData Service

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment