An iPad/iPhone menu for SAP NetWeaver portal![]() ![]() |
|

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:
My aim was to build a portal component that could be used to create a menu system a bit like this:
When the user launches the portal component from Safari, they get a screen similar to this:
The user stores their username and password to access the SAP NetWeaver Portal using the Settings option:
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:
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:
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 is a SAP NetWeaver trainer for SAP Australia.
'Technique > 그외' 카테고리의 다른 글
Step by Step Guide for Language Translation Tool (0) | 2011.01.27 |
---|---|
SAP Glossary availbale within App Store (0) | 2011.01.27 |
900 index in usuable state with SAP Basis 7.00/7.01/7.02(Oracle DB) (0) | 2011.01.07 |
The Future for SAP Business Intelligence (0) | 2010.12.23 |
SOA Design Principles - Service Abstraction (0) | 2010.12.23 |