cancel
Showing results for 
Search instead for 
Did you mean: 

How to add inputfield dynamically

Former Member
0 Kudos

Hi,

How to add Textfield and inputfield dynamically when i select Radio button in webdynpro-abap.

Can any one give example code of this requirement.

Thanks

Neelima

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Neelima,

You can write code in wddomodify to create input field dynamically. you can use the class cl_wd_input_field for that. Using methods in the class u can create new input field.

you have to write the code to create input field inside a condition that check your radio button select.

i didnt tried with inputfield yet, but i tried creating radio button like this.i think it will work.

Regards

Sarath

Former Member
0 Kudos

Hi neelima,

Please go through the following help link.

http://help.sap.com/search/highlightContent.jsp

regards,

Kishor.