cancel
Showing results for 
Search instead for 
Did you mean: 

HCM Flexible appraisal template how to read value from a dropdown selection

Former Member
0 Kudos

We are on EHP5 based HCM system.

We are trying to read a drop down value populated in appraisal document. This drop down value is coming from a scale type. Now when i check webdynro application HAP_DOCUMENT_BODY , method BUILD_DOCUMENT_BODY seems to be building the UI and populating all the values. Now I am trying to put a break point and capture instance of this drop down and then based on selected value of the drop down wanted to populate another field attached to same column. Well that will be number two but yeah first thing first, need to find how i can capture drop down instance.

Thanks for your time.

Rgds,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

got a body hrhap00_value_det which can do the trick..but i am still trying to figure out how to pin point my element and then process the logic.