cancel
Showing results for 
Search instead for 
Did you mean: 

How to redirect to portal iview from a stand alone webdynpro application

Former Member
0 Kudos

Hello,

I need to able to navigate from a standalone webdynpro application, for which I do not want to create Portal iview, to a Portal iview with some data.

Please let me know how can I pass the string value and how to navigate.

Thanks,

Vinit

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member214651
Active Contributor
0 Kudos

Hi,

Have a look at this link:

Regards,

Poojith MV

former_member214651
Active Contributor
0 Kudos

Hi Vinit,

Please explain in detail as to what u want to achieve. Do you want to navigate between 2 applications or 2 views?

Regards,

Poojith MV

former_member214651
Active Contributor
0 Kudos

Hi Vinit,

Please explain in detail as to what u want to achieve. Do you want to navigate between 2 applications or 2 views?

Regards,

Poojith MV

Former Member
0 Kudos

From a application to iview. That is I have a stand alone application which will get the data from external source and it need to pass the data to webdynpro iview on portal.

former_member214651
Active Contributor
0 Kudos

Hi,

Have a look at this link:

Regards,

Poojith MV

former_member214651
Active Contributor
0 Kudos

Hi,

Have a look at this link:

Regards,

Poojith MV

former_member214651
Active Contributor
0 Kudos

Hi,

Have a look at this link:

Regards,

Poojith MV

former_member214651
Active Contributor
0 Kudos

Hi,

Have a look at this link:

Regards,

Poojith MV

former_member214651
Active Contributor
0 Kudos

Hi,

Have a look at this link:

Regards,

Poojith MV

Former Member
0 Kudos

Hi,

You can use the portal integration.

use the navigate_absolute method and supply your iView pcd location(String) as traget.

See the API, lots of examples are available in SDN.

Former Member
0 Kudos

Poojith, NavigationTarget would refresh the portal page.

Bhaskar, Portal Navigation would work only if you have both the application created as iview on portal.

Any other suggestions ?

Vinit

former_member192152
Active Participant
0 Kudos

In Portal, define one "short url" for this iview.

Redirect the webdynpro exitPlug to this "short url".

regards,

Angelo

Former Member
0 Kudos

Can we also pass the HTTP POST value from this application ? and if we create the shortURL, if I am not wrong it will refresh the portal page and I will loose any existing data. Is that correct ?

Vinit

former_member192152
Active Participant
0 Kudos

Vinit,

You're walking in circles. There is no magic answer to this problem. Web Dynpro is not an application of communication / interface with other applications, but a presentation layer for the user.

To perform this procedure interaction (simulating an ajax) you will need to use a middleware interface (CAF, EJBs, or any other technology that communicates directly with the Web Dynpro), or use the version 7.2 of Web Dynpro (maybe that solves their problems).

If only the external page you need to open did not have the user interaction (just loading and returning information) you could consume it like a WebService.

without more,

Angelo