cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro ALV

former_member258584
Participant
0 Kudos

Hello guys,

I am new to webdynpro and got stuck in place please help me get out of this.

Situation is, i have one pushbutton when the user click on it i want the ALV will get display in a another view with some details.

what i have done till now is :

I have already code for ALV data and pushbutton has been created.

A new view has been created with the layout of alv.

I have created the outbound plugs and inbound plugs between two view.

Navigation link has been created as well.

I thought i was quite enough to fulfill my requirement but now what i am assuming is there is something missing because on runtime when i click on that pushbutton it is not doing anything and not bringing me to the next view.

.

Regards,

Deepak kansal.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You missed one thing, firing of outbound plug.

Former Member
0 Kudos

hi Deepak

in your code of process pushbutton method, do you have this code:

  wd_this->fire_[outboundplugName]_plg(
  ).

regards,

Archer

former_member258584
Participant
0 Kudos

thanks for ur reply it is working.

Former Member
0 Kudos

Issue resolved, Kindly close the thread.