cancel
Showing results for 
Search instead for 
Did you mean: 

passing information from external asp file and getting it in the portal

Former Member
0 Kudos

Hi,

I think that the answer for my question is simple but I'm not sure how it is done.

I would like to pass information from asp page(microsoft server pages) to the portal and extract the information in the portal

I know how to how to pass the the information as POST or GET method

but how do I extract the infomation within an iView ?

and what is the portal URL I need to call from the asp page ? a page URL or an iView URL ?

Thanks

Y.R

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member200748
Contributor
0 Kudos

Hi,

In order to use an ASP application in the portal u have to first create a system. In the System Definition Properties, give the url of your ASP page in the Name of server field and the name of the ASP page in the URI field.

For more clear understanding, please go through the following document

http://help.sap.com/bestpractices/crossindustry/enterpriseportal/v160/documentation/How-to_Guides/25...

Best Regards

Priya

Former Member
0 Kudos

Thanks Priya for your reply. What I'm looking for is different.

I have a simple asp page (or html file) that redirect the user to the portal (just simple html link that redirect to the portal URL)

What I need to know is how can I extarct from portal iView a variable value that has been sent by the html file (on redirection)

Does the resirection to the portal needs to be to specific iView where I need this value or it doesn't have to. And what is the code that extarct the value ?

Thanks