cancel
Showing results for 
Search instead for 
Did you mean: 

How to enhance standard webdynpro components...

sandeep_gvv2
Participant
0 Kudos

Hi,

i am trying to enhance standard webdynpro component . In that my requirement is below.

requirement:

------------------

in a view i need to add two fields---> 1st field is category having two radio buttons say A,B

                                                      2nd field is sub category and it is a drop down having five values 1,2,3,4,5.

my requirement is

when i click on radio button 'A', i need to get a drop down having only values 1,2,3 but not 4,5.

when i click on radio button 'B', i need to get a drop down having only values 4,5  but not 1,2,3.

How can i acheive it whether we need to do this by coding or in normal we can do it...

pls help me out.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi srikanth..

Yes you have to code for these..

like..if radio 1 is selected then bind 1 2 3 values to drop down node in modify view method.

For enhancement help

sandeep_gvv2
Participant
0 Kudos

hi pranav,

first i designed my screen like in radio button group by key-> on select action-> i read the attribute

after reading the attribute by which method i will know the selected radio button.

based on that action i need to provide condition

for drop down condition in modify view in which exit i need to do coding?

i am new to webdynpro so asking in detail. pls don't mind.

is there any link or document similar to this requirement...