cancel
Showing results for 
Search instead for 
Did you mean: 

From start view to result view

Former Member
0 Kudos

Hi,

When i try to display some info in the result page.

When i enter the button it is not going to second page.

Can any one help me.

Regards,

H.V.Swathi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

check onAction of the button you firing the plug or not ?

Regards,

ramesh

Former Member
0 Kudos

i am firing it to Search action

Former Member
0 Kudos

Hi,

please follow the below pdf,

Creating outbound and inbound plugs

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/web-application-se...

compare the procedure you did in the application with the pdf.

Regards,

ramesh

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Swati

check first that fireplug is fired under button action

Regards

Ruturaj

Former Member
0 Kudos

Hi Raghu

Fire plug means Under event property of the Button on Action is assigned to perticular action.

Rgards

H.V.Swathi

Former Member
0 Kudos

Hi Swathi,

I thought you have successfully linked your outbound and inbound plugs and even then you are not getting the result. So I suggested you check, whether in implementation part under method of your action the following code is present or not ?

wdThis.wdFirePlugToResultView();

because this code will be generated by WDJ framework automatically when ever you create your Button action method by selecting fireplug.

Regards

Raghu

Former Member
0 Kudos

Hi,

To trigger navigation from the First view to the Second View using the outbound plug , the application calls the outbound plug method wdFirePlug<out_bound_plug_name>.from action method.

Regards.

Punit

Former Member
0 Kudos

Hi,

check whether fireplug is fired under your button action

wdFire();

Regards

Raghu