cancel
Showing results for 
Search instead for 
Did you mean: 

Navigation issue

Former Member
0 Kudos

Hi,

I have created 2 projects:project1 has application1 and project2 has application2.

We have to navigate from one application to the other.

In application1 there are 3 screens.Application2 there are 2 screens.

From application1 screen2 I have to navigate to application2 screen1.

And from application2 screen2 i have to come back to application1 screen3.

Please suggest.

Thanks,

Rajani

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi rajani,

Try with the documentation sended by our friend Ruturaj.I think i will be enough.

Thank......

Rames.T

Former Member
0 Kudos

Closing

Former Member
0 Kudos

HI Rajani,

You Can use portal eventing for doing that.

Regards

Upendra

former_member192434
Active Contributor
0 Kudos

Hi Rajani,

To navigate from one application to the other Enterprise Portal Client Framework (EPCF)

Here is the solution

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/library/user-interface...

Thanks

Anup

Former Member
0 Kudos

I think you wish to achieve inter application navigation. there is a tutorial for the same and Bala has righty point you to the same.

Thanks,

GLM

Former Member
0 Kudos

Hi,

Thank you all for the replies.

I have gone through the document given by Bala......

But :

1. In the my scenario, application 1 and application 2 are in two different projects.

2. the document clearly states that "the previous start application is destroyed by the Web Dynpro runtime",which cannot be applicable in my scenario.

When my application1 screen2 navigates to application2 screen1 I want to retain the state in my application1 so that when I come back to application1 from application2, I will get my search results on application1 screen2.

So there could be some other way to do this?

Thanks,

Rajani

snehal_kendre
Active Contributor
0 Kudos

HI,

1. you need to create outbound plug in interface view controller of your view.(as default inbound plug is always there.)

2. you need to add second project as used web dynpro component.

3. open you window, and say embed an interface view.

4. it will give you option to add the view from other WD project.

5. it will remain state, you need to keep it as framwork controlled not when visible. its in view properties

Former Member
0 Kudos

Hi,

Thanks for the reply.

We are not using DCs.I am using webdynpro projects.So please suggest for webdynpro projects.

Thanks,

Rajani

Former Member
Former Member
0 Kudos

Rajani,

this link may give you some idea

/docs/DOC-8061#12

Thanks

Bala Duvvuri