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

F4 Help in Maintenance View

Former Member
4,465

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,009

Hi Rekha,

Below thread might be useful to you.

Regards,

Kiran

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

4 REPLIES 4
Read only

Former Member
0 Likes
2,010

Hi Rekha,

Below thread might be useful to you.

Regards,

Kiran

Read only

bbalci
Contributor
0 Likes
2,009

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

Read only

Former Member
0 Likes
2,009

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

Read only

Former Member
0 Likes
2,009

I tried the elementary search help approach and it works fine.

Thanks a lot.