2010 Jul 28 6:04 AM
Hi All,
I have a requirement to dynamically place F4 for a field in the maintenance view based on the value of another field in the view.
Can you let me know if there are any maintenance view event to plug in my code?
I already have the domains attached to value tables for the F4 to be displayed.
How can i dynamically place F4?
Regards,
Rekha
2010 Jul 28 11:07 AM
Hi All,
I have a requirement to dynamically place F4 for a field in the maintenance view based on the value of another field in the view.
Can you let me know if there are any maintenance view event to plug in my code?
I already have the domains attached to value tables for the F4 to be displayed.
How can i dynamically place F4?
Regards,
Rekha
2010 Jul 28 11:07 AM
2010 Jul 29 11:50 AM
Hi Rekha Gopinath,
You don't need a code for this,
Just go through these steps :
- first create a search help for the field you want in se11 > Search Help option.
But this search help should include your other field ( that help will depend on ) too.
- In the search help put "import parameter" tick for your field and other dependent field.
- Now go to your table in se11, put the cursor on your field,
- press "Srch Help" button and write the name of seach help
- now be careful :
you will see a popup screen that matches your database table fields with your search help parameter fields
Be sure your dependent fields matching with the related import parameter.
- Now activate your table again.
It should work automatically on your SM30 screen and f4 helps filters the records automatically
depending on your other field.
if it won't work create maintenance screen again.
I hope it helps.
Let me know if you encounter furher problems.
Bulent.
Edited by: Bulent Balci on Jul 29, 2010 12:52 PM
2010 Aug 03 5:16 AM
Hi Bulent,
Thanks for the suggestions provided by you. I am trying this out.
In case i have issues i would get back to you.
Regards,
Rekha
2010 Aug 05 7:14 AM
I tried the elementary search help approach and it works fine.
Thanks a lot.