cancel
Showing results for 
Search instead for 
Did you mean: 

How to Link Radiobutton action to a View?

Former Member
0 Kudos

Hi Gurus,

I am having two webdynpro views, In 1st view,if i click on the RadioButton(Onselect),2nd view has to open with some expense form.

What is the procedure to link the radiobutton action to a View.

Please Suggest me if there any other alternative to display that 2nd View in 1st View it self after Radiobutton action.?

Thanks in Advance

Krishna

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

For the radio button "On Select" event is there.Create a action for this event.In the method od the action try to trigger the out bound plug of the first view to second view.No need of single piece of coding is required.If you want the view 2 to be a popup window then you need to write the coding.Create a form as per your requirement in the view2.

Any queries then respond.

suresh_krishnamoorthy
Active Contributor
0 Kudos

Hi Krishna,

Navigation between views you can also do using InboundPlug and OutboundPlug.

Checkout the sample [Here|http://help.sap.com/saphelp_nw70/helpdata/en/1f/464941db42f423e10000000a155106/content.htm]

Regards, Suresh KB

Former Member
0 Kudos

Hi ,

Create a view set and emded your view1 and view2 in the viewset.

OnAction of RadioButton set the Visibility of the view2 to VISIBLE.

Thanks,

Sunitha.

Former Member
0 Kudos

Hi,

Yes Offcourse you can do this using popup windows.

Use the following link to implement popup window:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/28113de9-0601-0010-71a3-c8780... [original link is broken]

thanks & regards,

Manoj