Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
midhun_vp
Active Contributor

OData Provisioning feature in HANA Cloud Integration (HCI) converts non OData protocols to OData, hence HCPMS applications can consume it. This feature is similar to what Integration Gateway do in SMP 3.

In this blog I am explaining how to create HCPMS mobile app using OData service I created from an existing SOAP service as mentioned in my blog.

Business Scenario

Data from backend is exposed as SOAP service. It is possible to define backend of HCPMS application with SOAP service, but the application will not get all the benefits of HCPMS, ex. Offline.

So, to create a mobile app with all features of HCPMS, SOAP has to be converted into OData. To convert SOAP to OData we need to use HCI.

Step to Step Procedure

As mentioned in this blog OData service was created, it will be used as backend in HCPMS application.

The following steps will guide you through creating an HCPMS application, and testing it on a simulator.

Web IDE is used to create the hybrid app.

Configure app on HCPMS

  • Logon to HCPMS cockpit. Click on Applications tile.

     

  • Press the + icon to create a new application.

     

  • In the create application screen enter below details. Click Save. Note: Security configuration as Basic means it require Basic Authentication.

     

  • Click on Configure. Then click on Backend.

     

  • Fill in the details as given below. Then click Save to complete your configuration.

    

Create Mobile App using Web IDE

  • Logon to SAP Web IDE select Local root and open the context menu by right clicking.
  • Choose New > Project from Template to open the new project creation wizard.

     

  • On Template Selection page click on SAPUI5 Master Detail Kapsel Application. Click Next.

     

  • Enter a name for your project and click Next.

     

  • Next, choose the backend and provide details to complete the base URL as given below. Click  “Load Service Metadata” button, it will list the OData collections of the OData service. Click Next.

     

  • Note: I have configured a destination with the details of my HCI system as given below. This backend was used in the above step.

    

  • Fill out the Project Namespace, Master Section, Master Data Fields and Detail Section as displayed in the screenshot.

    

  • Click Next.
  • Click Finish to create the project.

     

  • To run this app as a hybrid app, right click on the project > Project Settings.

     

  • Under Device Configuration provide below details. Click Save. Note: I am going to test this app on iOS simulator hence chose iOS as the mobile platform. Logon plugin is used to login to HCPMS from the app.

          

  • Finally, to test the app on a simulator right click on the project > Run > Run On > iOS Simulator. Note: To use this feature you need HAT configured.

    

  • The application will be installed on the iOS simulator. Backend credentials has to be provided to login to the app. Note: In the background Web IDE is creating a cordova project with the plugins and platforms we chose during device configuration.

     

CC:

SAP for Mobile

Regards, Midhun

SAP Technology RIG

2 Comments
Labels in this area