‎2009 Dec 11 3:59 PM
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
‎2009 Dec 11 8:55 PM
Solved my self. Used the FM F4IF_FIELD_VALUE_REQUEST to call the search help again .