Application Development 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: 

ADD F4 to maintenance view

Former Member
0 Kudos
206

HI ,

I want to build a maintenance view to table that admin can maintain it in sm30 ,and one of the table field is AGR_NAME from AGR_DEFINE table and i want to allow to the admin

to do F4 on this field and open list of roles with selection option.

How can i do that ?

Regards

Joy

1 ACCEPTED SOLUTION

Former Member
0 Kudos
85

no need to do any thing. its domain will take care of it.

3 REPLIES 3

Former Member
0 Kudos
86

no need to do any thing. its domain will take care of it.

0 Kudos
85

Hello Joy,

If you use the data element AGR_NAME against the field in your maintenance view you donot have to add any additional search helps. As the data element has an explicit search help attached to it.

BTW Soumya it is not the domain which matters but the data element as the search help is attached to the data element (please refer to the table AGR_DEFINE).

Hope i am clear.

BR,

Suhas

Former Member
0 Kudos
85

Hi ,

You dont need to add any other code for F4 help. Since AGR_NAME has an F4 help attached to it , it will automatically be present in The maintainence view.

Thanks ,

Supriya.