cancel
Showing results for 
Search instead for 
Did you mean: 

Navigation between views in different components

Former Member
0 Kudos

Hi all,

View 1: Component 1

I have an initial screen with 2 tabs.

I go to the second tab and looking for some orders.

After starting the search an alv grid (usage standard component from SAP) at the bottom of the screen appears.

Then i choose one order to get more details.

View 2: Component 2

After the details screen i want to navigate back to view1 container1 tab2..... and the search fields and the alv grid should be already filled again...

I know how i can navigate between 2 views but this scenario is a little bit more.

How can i archieve that the alv grid is still there? I don't want to trigger the search again.

Please do not refer to any common navigation documentations.

Any ideas?

regards

Edited by: Wolfgang Bauer on Jan 29, 2008 2:36 PM

Edited by: Wolfgang Bauer on Jan 29, 2008 2:37 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

navigation via window!!

regards

Former Member
0 Kudos

So how we navigate from one component to other ?

I have there component:

1 main-component:

2 Component for CREATING/DISPLAYING/CHANGING orders

3 Component for SEARCH ( a particular orders ).

And from main component I want to handel the component 2 and component 3.

So how I can navigate from component 1 to either 2 or 3 ?

Regards,

Former Member
0 Kudos

As we now for any dynpro component

1. component controller

2. component interface

2.1 interface view

2.2 interface controller

3view

4.windows

5.Application components

as we cant have any change in the interface components are made.we need to pass the data in the components controller as a node this can be deployed in to the interface controller if we can check a check box of the properties. we have interface node.this node can be sent to the another component.As in the another component we have component controller on it double click we have properties in it their we component usage we need to pass the component in it.

in this way we can pass the view of one component to another component

try for this u can find ur requirement easy