Showing posts with label sap webide personal edition. Show all posts
Showing posts with label sap webide personal edition. Show all posts

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




5/06/2018

How to install SAP Web IDE locally for trial in Windows

To develop Fiori applications, to use SAP Web IDE as a development tool is highly recommended.

SAP Web IDE is provided to SAP HANA Cloud Platform subscribers.

And also, for off-line development, SAP Web IDE Personal Edition is available.

There is some missing features (plugin / template development, consumption of optional plugins, Problem view, an building an SAPUI5 projects) in Personal Edition.

Please check this URL for details.
https://wiki.scn.sap.com/wiki/display/SWI/SAP+Web+IDE+Personal+Edition



Step 1. Prerequisites

- JRE 1.8 or higher

Download snd Install JDK or JRE
http://www.oracle.com/technetwork/java/javase/downloads/index.html



Step 2. Download SAP Web IDE

Download a right edition file, depending on your purpose and system.
https://tools.hana.ondemand.com/#sapui5



Step 3. Unzip it into right folder

ex) C:\SAPWebIDE



Step 4. Run orion.exe in eclipse folder

ex) C:\SAPWebIDE\eclipse\orion.exe



Step 5. Run web browser and navigate

http://localhot:8080/webide/index.html




Step 6. Create Account

If you are a trial user, create account for off-line test.




Step 7. Login

Login with your account.




Then, you are ready to evaluate or to develop with SAP Web IDE Personal Edition.


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