cancel
Showing results for 
Search instead for 
Did you mean: 

Connecting ABAP tool with Portal..

Former Member
0 Kudos

Hi All,

I have one requirement where i have to connect ABAP tool, that is developed in WebDynpro ABAP. Now i am connecting that with Url iview, that is working fine.

But my problem arises when i have to pass userid and his pwd to that iview. That iview should display him his data. The data will be:

His project allocation,worklist summary,worklist items, project plan etc.

This is only for him and should be visible to him only.

In summary there is one workbench for a user that he can update and modify.

My question is how to connect this system with the portal.

i have tried with the Generic par. how to proceed ???

Do i have to pass the application param. in an iview??

Thanks in advance

Piyush

will reward points too..

Edited by: Piyush Bhurangi on Mar 29, 2008 3:36 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

benjamin_houttuin
Active Contributor
0 Kudos

Piyush,

You should first create a new portan System object that you setup so it points to your ABAP server.

See here for details: http://help.sap.com/saphelp_nw70/helpdata/en/ec/0fe43d19734b5ae10000000a11405a/frameset.htm

Then when done with that you create a new iView based on the WebDynpro template. The wizzard for this type will ask you if you want this iView to be for WD ABAP or WD JAVA.

See here for details: http://help.sap.com/saphelp_nw70/helpdata/en/1d/e4a34273f60b31e10000000a1550b0/frameset.htm

Good Luck,

Benjamin Houttuin

Former Member
0 Kudos

Hi,

I have done already what you told, its working fine, but the problem is how to assign that for a particulare user. For a role or a group we can do that. But for a user the workbench will be different at all.

how to proceed for that?

Thanks

Piyush

benjamin_houttuin
Active Contributor
0 Kudos

Have you looked at the Application Intergrator iView already?

It allows you to pass information (dynamically)...

see here http://help.sap.com/saphelp_nw70/helpdata/EN/36/5e3842134bad04e10000000a1550b0/frameset.htm

Cheers,

Benjamin