cancel
Showing results for 
Search instead for 
Did you mean: 

F4 help with linked fields

Former Member
0 Kudos

Hi All,

I have three different fields(Company code, personnel area and personnel sub area) on my Web dynpro view and i am trying to use. The personnel sub area is dependent on personnel area, personnel area on company code.

Hence when i select F4 help on personnel sub area, i need to populate on the other two fields personnel area and company code linked to it.

I could do this in SAP screens and selection screens, however when i use the same technique in the webdynpro, it is not getting populated.

Any help from anybody.

regards

Nalinikanth.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

this is possible through dynamic coding in wddomodify()

Former Member
0 Kudos

hi nalinikanth......

what you can do is, in your wddomodify method, you can read the attribute of personal sub area and fill the other attributes.

---regards,

alex b justin