Posts

How to create Component-preload.js files for Fiori Applications

1           Creating Component-preload.js file 1.1       Use of Component-preload.js: Component-preload.js is a minified , obfuscated and uglified file that gathers all the sources of an application to minimize server requests and drastically reduce the application size. Once the development of an application is finished, the resources should be compressed into that file and deployed on the server.   Creating the file: The steps required to create the file could be found on http://scn.sap.com/community/mobile/blog/2014/12/10/building-fiori-like-app-in-component-preloadjs . Below is a summary of the steps, plus an additional step which I found necessary to make things work. 1-     Download and install Node.js   http://nodejs.org/download/ . Once the installation is complete you can check it by running the following command in the command prompt: npm –v 2-     I...

SUP+HANA

Steps to configure SUP to connect to HANA Database 1. Download HANA client and install \Use the ngdbc.jar from  c:\program files\sap\ for 64 bit install or the corresponding folder for 32 bit 2 Follow the below steps. Connecting t HANA requires 2 major steps as described below First you need to add the connection to the Sybase Control Center (SCC) 1. Copy the ngdbc.jar file (HANA JDBC connector) into the \UnwiredPlatform\Servers\UnwiredServer\lib\3rdparty directory. 2. Stop and Start the SUP Platform services 3. Launch the Sybase Control Center (SCC) 4. Open up Connections in the Unwired Server Cluster Management View a. Located under -> Domains -> default -> Connections 5. Click the New button 6. Select JDBC in the Connection Pool Type drop down 7. Use the DB2 template 8. Enter in the JDBC connection information 9. Click Test connection After the connection has been made you then need to add the connection in you SUP Mobile SDK (Eclipse IDE) 1. Cop...

Add new user to SUP

http://scn.sap.com/community/mobile/blog/2012/08/22/configure-sup-to-use-opendj-as-authentication-provider

Workflow for SUP 2.1.3 examples Client Initiated and Server Initiated

Unavoidable: Over 60 percent of companies to allow BYOD soon

As more and more employees bring their personal smartphones, tablets and laptops to the office, or use them offsite as they take their work home, IT departments are grappling with the growing Bring Your Own Device (BYOD) trend. This change in how people work and the devices they’re working on is leading to many IT departments setting BYOD guidelines to protect company security as employees access email and other potentially proprietary data on their own devices. By setting guidelines, access to data is controlled and productivity can be extended to these devices. BYOD is both a menace as well as an essential. Hence there should be control as well as availability. Every person is unique and is comfortable with a particular device/brand of his own. As a company it can be a financial bomb to supply all employees with their own type of device. In such cases it is easier to let employees bring their own devices. According to our research,The advantages of BYOD are as below Shift costs to...
Brand your self is a nice free tool that helps people optimize their name search results. Take a look and try it yourself... In the meanwhile check out my profile  Pradeep Gudipati's Profile

SUP Sizing

Sizing Sizing means determining the hardware requirements of an application, such as the network bandwidth, physical memory, CPU processing power, and I/O capacity. Hardware and database size is influenced by both business aspects and technological aspects. You must take into account the number of users using the various application components and the data load they put on the server. Benchmarking Benchmarks provide basic sizing recommendations by placing a substantial load on a system during the testing of new hardware, system software components, and relational database management systems (RDBMSs). All performance data relevant to the system, user, and business applications are monitored during a benchmark run and can be used to compare platforms. Initial Sizing Initial sizing refers to the sizing approach that provides statements about platform-independent requirements of the hardware resources necessary for representative, standard delivery applications...