Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

To Dynamically get characterestic value depends on previous characterestic field selected through F4 help.

jeena_george
Explorer
0 Likes
397

Hi Experts, I have two characteristic in my class that is employee number and employee department. I have developed f4 function module and attached with employee number characteristic, hence I can select employee number through F4 help. My requirement is to fill employee department from selected employee number. Since characteristic value doesn't have separate screen field, I am unable to assign department field value from F4 function module. Please let me know if you come across any solution for my requirement. Thanks in advance Jeena George

1 ACCEPTED SOLUTION
Read only

Flavio
Active Contributor
0 Likes
362

Hi Jeena,

I believe you can create an object dependency that will fill employee department as soon as employee number has been evaluated.

Depending on the way the link between employee number and department is built, maybe a variant function is needed.

If you can share more details about the employee number / department link, then more detailed implementation details could be provided.

Thank you and bye,

Flavio

2 REPLIES 2
Read only

SharathYaralkattimath
Contributor
0 Likes
362

Please attach your code.

Read only

Flavio
Active Contributor
0 Likes
363

Hi Jeena,

I believe you can create an object dependency that will fill employee department as soon as employee number has been evaluated.

Depending on the way the link between employee number and department is built, maybe a variant function is needed.

If you can share more details about the employee number / department link, then more detailed implementation details could be provided.

Thank you and bye,

Flavio