cancel
Showing results for 
Search instead for 
Did you mean: 

How Navigate from one layer to another layer by mapping some event

Former Member
0 Kudos

Hi all,

i have two layers, In one layer

Inuput have has two buttons, by click on the one button i am searching the data by connecting RFC, now i have added one more button to the same form, on click of the button i want to navigate to the 2nd layer.

I am created the connection from one layter to the another layer, to naviate that we have add some action . But i am able so see only submit event , getto_row and others in the events list.

But i think by adding some new event , we can able to associate that event to that new button to navigate from one layout to the another layout.

My querys are

1) how to add new events ?

2) how to navigate from first layout to another layout by click on the new button which i have added to the form

3) In the 2nd layout, i am searching some data, and displaying on the table, based on my search data, if select any of the row in that table, how to transfer that row data from 2nd layout to first layout view by click on some button.

Regards

Vijay

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Vijay,

1) To add new events you have to define a custom action, e.g. under the settings of a button you can choose custom action and define a name for this action

2) You have to add a custom action, e.g. "next" then you must connect the two layers (drag a line from one layer to the other) and change the event name into "next"

3) you can pass data from one layer to another like you do it from a form into a rfc/query and so on

There is also a tutorila available in the help:

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/04/80aab03df044ec995000842e77e1be/frameset.htm">http://help.sap.com/saphelp_nw2004s/helpdata/en/04/80aab03df044ec995000842e77e1be/frameset.htm</a>

The bank example shows you how to use layers as a wizzard.

Best Regards,

Marcel