cancel
Showing results for 
Search instead for 
Did you mean: 

Web dynpro java: to update one field in reference to other

Former Member
0 Kudos

Dear All,

I have two fields: one under category monthly and other under category yearly. Now my user wants that he updates only monthly field and simultaneously the field under yearly category gets updated without clicking any action.

Please help on this ...

Regards:

Sid..

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi All,

Thanks for replying..

Its an input field like in one input field i will put the basic salary of an employee on monthly basis and while doing that simultaneously respective basic yearly field should get updated as basic monthly multiplied by 12....

Regards:

Sid..

former_member214651
Active Contributor
0 Kudos

Hi,

To incorporate such features u need a scripting language, which is not available in WebDynpro that leaves u with the only option to create a button to do the calculation and display it in the next field.

Regards,

Poojith MV

former_member214651
Active Contributor
0 Kudos

Hi,

Use 2 Dropdowns. 1 for monthly and 1 for yearly values. first load the values for monthly dropdown and create an action for the 1st dropdown. when the user selects a value from the 1st dropdown, write the logic to populate the values for the second dropdown.

Regards,

Poojith MV

Former Member
0 Kudos

Hi,

What are those two fields, dropdown or input fields?

Best Wishes

Idhaya R