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

Search help in module pool

Former Member
0 Likes
345

Hello gurus,

I have a field1 on a custom developed screen that has a search help attached at the screen layout (element list) definition.

I want to attach a different search help based on the value of field2. I wrote the Process-on-value request but it just overwrites the search help attached at the layout. Is this possible to do?

So in brief, if field2 = value1, leave the search help for field 1 that is attached at the layout definition as is and

if field2 = value 2, allow the process-on-value request module to get executed that is coded for field1.

Any help appreciated.

Regards,

Aruna

1 REPLY 1
Read only

Former Member
0 Likes
311

Solved my self. Used the FM F4IF_FIELD_VALUE_REQUEST to call the search help again .