It is important to select the right API endpoint of SAP Cloud Foundry to deploy your applications on SAP Cloud Platform. In this blog, I’ll describe exactly how to do that. Logon to your SAP Cloud Foundry trial account by
Understanding sap.ui.define by Hello World
With the introduction of the function sap.ui.define in the version 1.28, SAPUI5 has introduced the support for Asynchronous Module Definition (AMD). Note A module is a JavaScript file that can be loaded and executed in a browser. Asynchronous Module Definition
How to unlock or revert checked out activities in SAP Netweaver DTR
While working with source code files, it is often required to view, unlock or revert checked out activities in SAP Netweaver Design Time Repository (also known as the DTR). There is a web interface in the DTR which can be
Configuration of the SAPUI5 Runtime using URL parameters
In this blog, I’ll demonstrate through a program the configuration of the SAPUI5 runtime using URL parameters. In my last blog I did that using script tag attributes. Prerequisites Install Eclipse with SAPUI5 plugins Install a server to deploy and
Configuration of the SAPUI5 Runtime using script tag attributes
SAPUI5 runtime can be configured using several options. In this blog post, I’ll demonstrate through a program the configuration of the SAPUI5 runtime using script tag attributes. So let’s get going. Prerequisites Install Eclipse with SAPUI5 plugins Install a server
SAPUI5 View Controller lifecycle methods
This blog is all about understanding the execution order of SAPUI5 view controller lifecycle methods. Lifecycle methods are auto generated in a view and controller whenever a new view is created. I’ll demonstrate the execution order of these lifecycle methods
How to find version of SAPUI5 runtime libraries
While developing SAPUI5 applications, it is important to match the server version of SAPUI5 libraries to the version of libraries used in Eclipse. After an application is deployed on the server, it will use the server version of SAPUI5 libraries.
Change password using SAP UME API
While working with the SAP User Management Engine (UME), there might be a need to reset or change the password of an SAP Portal user through Java code. The following code snippet demonstrates how to reset or change password using
Introduction to SAPUI5 MVC
In my last blog I talked about creating the SAPUI5 Hello World – First SAPUI5 Application. This blog talks about creating the first SAPUI5 MVC application. A Very Brief Introduction to MVC MVC stands for Model-View-Controller. It is an architectural
SAPUI5 Hello World – First SAPUI5 Application
In this blog I’ll talk about creating the first SAPUI5 Hello World project to get a basic understanding of the structure of an SAPUI5 application. This application will not display a simple Hello World text, it would do a bit