cancel
Showing results for 
Search instead for 
Did you mean: 

The UI Flow interaction logic between these screens

Former Member
0 Kudos

Hi friends

do any one knows how to do 'The UI Flow interaction logic between these screens ' in webdynpro component.Help Plz

Thank you

maruti

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member192818
Active Participant
0 Kudos

Maruti,

In the webdynpro project you have to

1. Create a webdynpro component first.

2. Along with the component there will be a default window and a view that get created as defined in the wizard.

3. You create new views here.

4. After this you open the component - the Diagram View. Here you can define the Outbound Plug, Inbound Plug, and a navigation link between views.

5. You have to call the method similar to wdThis.wdFirePlugToResultView() for the navigation to happen.

Sumit.