5/08/2018

Connect remote systems in SAP WebIDE Personal Edition

You can define service destinations to access remote systems as required. 


FYI. For SAP Cloud users, add connection in SAP Cloud Platform Cockpit


For Personal Edition users, you need to set it manually. 


Step 1. 

Create a file with the same name as your remote system in the following location.

C:\SAPWebIDE\eclipse\config_master\service.destinations\destinations


Step 2.

Open the file you created and add the following configuration, replacing the placeholders with values specific to your system. 


For ABAP System 

File Name : "TEST"

 Description=[description]


 Type=HTTP
 TrustAll=true
 Authentication=NoAuthentication
 Name=[Name]
 URL=[Server URL]
 ProxyType=OnPremise
 WebIDEUsage=odata_abap,ui5_execute_abap,dev_abap
 WebIDESystem=[Name]
 WebIDEEnabled=true
 sap-client=[Client ID]


You can set auth info to avoid to login popup.

ex)

Authentication=BasicAuthentication

User=[sap user id]

Password=[sap user password]



For External Services

File Name : "NorthWind"

 

 Description=NorthWind


 Type=HTTP
 TrustAll=true
 Authentication=NoAuthentication
 DestinationProvider=Application
 ProxyType=Internet
 WebIDEEnabled=true
 WebIDESystem=NorthWind
 WebIDEUsage=odata_gen
 URL=http://services.odata.org




References

Connect Remote Systems in SAP Web IDE Personal Edition
https://help.sap.com/viewer/825270ffffe74d9f988a0f0066ad59f0/Cloud/en-US/2cf47f37e34c428c97a51057733c0394.html

Creating a Fiori Overview Page (OVP) with the Northwind OData service
https://wiki.scn.sap.com/wiki/display/SAPMOB/Creating+a+Fiori+Overview+Page+%28OVP%29+with+the+Northwind+OData+service




No comments:

Post a Comment

OVP List Card2 - Condensed & Bar

Now we will add bar chart on list card. In this blog, we will create List Card like this. Note. In this example, "UnitIn...