cancel
Showing results for 
Search instead for 
Did you mean: 

back button in wd

Former Member
0 Kudos

Hi all,

I am new to web dynpro programming

I am trying to create a Back button for a web dynpro Application.

I created the inbound and outbound plug and in the Result view i created a back button, created action and also implemented the code

wdThis.wdFirePlugToResultView

I deployed successfully but the back button doesnt work.

Any suggestions what I'm missing out

Thanks

Rgards

Luke

Accepted Solutions (0)

Answers (1)

Answers (1)

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Your back button needs to take you from the result view to the Start view, right? if so, you probably don't want to call.....

wdThis.wdFirePlugToResultView

But maybe you need to call this instead.....

wdThis.wdFirePlugToStartView

Regards,

Rich Heilman