cancel
Showing results for 
Search instead for 
Did you mean: 

Radio buttons in webdynpro

Former Member
0 Kudos

Hi folks,

I am new to Webdynpro, i have been given a scenario using radiobutton's.

I have not worked on Radio button's earlier. So it would be helpful if anyone can share procedure to create a simple application with radio button's

Thanks!

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

go thru this link

http://wiki.sdn.sap.com/wiki/display/CRM/CreatingRadioButtonsintheWebUI

in this you will get a thread regarding usage of radio button.

but before thi go thru this on line help

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/1652c1724a4c1ee10000000a42189b/frameset.htm

from this online hel you can get theoritical knowledge on radio button.

for more go thru this thread

Former Member
0 Kudos

Hi use the following program.

WDR_TEST_EVENTS

You can bind the radio button as per ur requirement and code in the event for radio button.

Former Member
0 Kudos

Refer these standard SAP components :

WDR_TEST_UI_ELEMENTS

WDR_TEST_EVENTS

I hope it helps.

Former Member
0 Kudos

Hi Saurav,

Thank You for the information.

Do you have any idea how to manipulate the no of radiobuttons in one group..

Cos the WDR_TEST_EVENT also has 3 buttons in one group..

Best Regards,

Navin Fernandes.

Former Member
0 Kudos

Check out the test component :

Wdr_test_events.

For View RAdiobuttongroup by index :

Here the node which is binded with Radiojbuttongroup is populated with data using SUpply function.

Similarly you can also populate the node with any no of values. The same no of radio button will appear.

Former Member
0 Kudos

HI saurav,

How to create supply function and how to attach the same to radio button group.

Best Regards,

Navin Fernandes.