cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Web application integration

Former Member
0 Likes
374

Hello All,

Can anybody tell me how to integrate a existing web application into Portals. Scenario is something like we should be able to call/capture only a specific area of webpage.

Anybody has an idea of how to do this ? Appreciate your help !!!

Thanks in advance,

RK

View Entire Topic
Former Member
0 Likes

Hi ,

From your Post , it Seems that your application is Already Developed

in .NET and you just wish to make it available through Portal.

In this Case , you can Create an URL iView and in that provide

the First Form of your .NET Application.

Add this iView to a WorkSet

Add this WorkSet to a Role

Add users to this Role whom you wish to Give Access for this application.

Its Obvious that Your .NET Application requires Authentication.

SAP Portal also requires Authentication.

So Implement Single Sign On Between SAP Portal and your .NET Application.

so that users need to sign in Only Once.

1) creating URL ivew , for that you can refer this

2) You can directly deploy your .net project from the Visual Studio itself(sound's amazing right!!). SAP have provided a add-on to deploy directly from VS 2003/2005.

For that you need

SAP Portal Add-in 2.5 for Visual Studio 2005 - Hotfix 1.exe

SAP Portal Runtime 2.5 for Microsoft .NET - Hotfix 1.exe

Former Member
0 Likes

Hi

<b>

Dont Copy Other users Entire Response while replying...

Here you have Copied my Reply word by Word....

what are you doing ?

</b>

Former Member
0 Likes

Hi All,

Here, I am able to capture the web parts. Finally when I am trying to view the webpage.

It's not displaying the webparts. Please, help !!!

Thanks in advance,

RK