
Applies to: NW 2004 SE SP9 and above, developed and tested on NW2004SSP18.
Summary: Multiple users are mapped to a portal system using UMAP API.
Preconditions
The following are the preconditions that we need.
Before Deploying our Web Dynpro Application we should check whether the configuration settings for the J2EE server and for the SDM server are entered correctly in the Netweaver Developer Studio or not. To check the server settings, we have to choose the menu path Window => Preferences=> SAP J2EE Engine
UMAP API
Provides access to system landscape providers plugged into UME for management of User Mapping data. Please follow the link for more details UMAP API .
Now as we are familiar with the Interfaces and classes which are to be used, let us discuss about the development setup.
The Development Setup
The first thing which we need to do is to finalize the development setup. Since we are developing a Web Dynpro application. We need to create the Development Components (DC) for Web Dynpro application.
Step 1: Create a New WebDynpro Application Project
For creating a new WebDynpro Application project:
Development Components
For this scenario, I have created two DCs one as the portal application project and the other for including external libraries.
Before proceeding, I would like to say you can create External Library DC same as step 1 only thing which will differ is the value of DC type earlier it was Web Dynpro now choose DC type to “External Library”.
Create Web Dynpro Component, Views, Window.
UserMappingAppView: In this view there is a EVS which is pre populated with portal systems a TextEdit for entering comma separated user names which are to be mapped and a InputField for mapped password. Now suppose,
Create WebDynpro application, Build and deploy the DC and then run.
Output Screen will look like:
Related Contents
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
6 | |
5 | |
5 | |
4 | |
4 | |
3 | |
3 | |
3 | |
3 | |
3 |