cancel
Showing results for 
Search instead for 
Did you mean: 

Every time generate new URL for end users of WD ABAp iview

former_member185507
Active Participant
0 Kudos

Hi Expert,

How to create user session based iview of WD ABAP,Every time generate new URL for end users of WD ABAp iview.

If users click the old generated URL iview of WD ABAP,can not open that iview,This is the my requirement.

pls help me for this.

Regards,

SAM

Accepted Solutions (0)

Answers (1)

Answers (1)

kiruthika_s
Active Participant
0 Kudos

Hi Sam,

You have created a webdynpro abap iview and added to the portal under a role?

Check the below link:

http://help.sap.com/saphelp_nw73ehp1/helpdata/en/73/142b2a79fb4884a4b4e87fa88f4115/frameset.htm

Regards

Kiruthika

former_member185507
Active Participant
0 Kudos

Hi Kiruthika,

Thanks..

could you pls provide some custom document on this.

I want  to restricted user that he could not use old iview URL for next login.

If user login into the portal and click the wd ABAP based iview,portal must be generate new uRL for each and every user on every time login.

pls help.

Regards,

SAM

kiruthika_s
Active Participant
0 Kudos

Hi Sam,

I didnt get your requirement .The application url will be same for all but the parameter value differs for each user based on that it will show the different data for each user.

Portal has its own session managemnet to control user data.

Regards

Kiruthika

former_member185507
Active Participant
0 Kudos

Hi Kiruthika

pls find the below my requirement.

1.User 7891 click on the role xyz after that generated the below URL

http://<HostName>:<port>/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fRexy!2fcom.reps.rl_fld_testing!2fxc!2frclm_ivu_Claim.Zdemo_ESS?sap-config-mode=true

2. User 7892 click on the same role xyz,in that case I want to generate new URL.

3. If any users save old generate URL (point -1) ,If he want to open in that case old generate URL,will not to open.

4. After time out the portal ,open URL must be expire.

pls help.

Regards,

SAM

former_member185507
Active Participant
0 Kudos

Hi Expert,

Anyone can help me.

Regards,

SAM

LutzR
Active Contributor
0 Kudos

Hi SAM,

you should invest a littel in research about your overall application architecture.

A WD4A iView integrates the application just by iframe. The iView generates an initial URL to the ABAP system. This ABAP system itself then does it's own session management based on cookies and unique URLs.

The portal only opens a frame and provides the initial application url. The mysapsso2 cookie provides logon credentials.

So as far as I understand your requirement is not new by any means and has been coverd since SAP built their first web application. You are just looking at the wrong layer.

If this does not answer your question you should elaborate in more detail what you would like to achieve and why ( ! ).

Regards,

Lutz

former_member185507
Active Participant
0 Kudos

Hi Lutz,


Thanks a lots for the same.


pls guide me what is right way for my requirement full fill.


Regards,

SAM