'An iPad/iPhone menu for SAP NetWeaver portal'에 해당되는 글 1건

  1. 2011.01.27 An iPad/iPhone menu for SAP NetWeaver portal
Technique/그외2011. 1. 27. 10:00

An iPad/iPhone menu for SAP NetWeaver portal
Michael Nicholls SAP Employee Active Contributor Bronze: 250-499 points
Business Card
Company: SAP Australia
Posted on Jan. 26, 2011 02:11 PM in Enterprise Portal (EP)

 
 

When most users launch the SAP NetWeaver Portal, they use a browser to launch it and they get a menu which might look like this:

 

 

image

My aim was to build a portal component that could be used to create a menu system a bit like this:

image

When the user launches the portal component from Safari, they get a screen similar to this:

image

The user stores their username and password to access the SAP NetWeaver Portal using the Settings option:

image

Using the Save option then saves the values and relaunches the URL, appending the user's username and password. The user must have already logged on to the SAP NetWeaver Portal successfully so that they do not have an initial or expired password. Selecting an option leads through the different navigation levels until you get a screen that lets you actually start an iView:

image

Creating the portal component in NWDS involved creating a new portal project. I called mine Mobile. There is a set of JavaScript code that I need to use, and to make things easy, I put it under the dist/images folder and called it Includeme.js. Here is the project structure:

image

The main component is called SiteMap. It is of type AbstractPortalComponent, and we need to make it anonymous, so that it can still work even if the user has not yet been authenticated. The source for Includeme.js is here:

The code for the component is here:

A copy of the PAR file can be found here

Michael Nicholls  Active Contributor Bronze: 250-499 points is a SAP NetWeaver trainer for SAP Australia.



http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/23182%3Futm_source%3Dtwitterfeed%26utm_medium%3Dtwitter%26utm_campaign%3DFeed%253A+SAPNetworkWeblogs+%2528SAP+Network+Weblogs%2529

Posted by AgnesKim