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

Customized F4 help

Former Member
0 Likes
651

Dear All,

When we mapped a table control to the data base table

the standard f4 help for the fields is automatically comes for the respective fields in the table control. Now my requirement is to make my own F4 help for the field in a table control. How can i achieve it??

Please sugges..

Thanks,

Anup.

Dear All,

When we mapped a table control to the data base table

the standard f4 help for the fields is automatically comes for the respective fields in the table control. Now my requirement is to make my own F4 help for the field in a table control. How can i achieve it??

Please sugges..

Thanks,

Anup.

4 REPLIES 4
Read only

Former Member
0 Likes
620

You Need to Create Search Help in SE11 .

and assign it to that filed in the table control.

vijay

Read only

Former Member
0 Likes
620

Hi Anup,

1. u can also use the FM

F4IF_INT_TABLE_VALUE_REQUEST

2. U can use this FM on the event On value request

for that field.

regards,

amit m.

Message was edited by: Amit Mittal

Read only

Former Member
0 Likes
620

Using POV, IN POV event, process on value Request

also you can call the FM F4IF_INT_TABLE_VALUE_REQUEST.

But you are looking for Customized search help?

what is it for any specific reason...

vijay

Read only

0 Likes
620

Dear All

Thanks for ur reply..

Vijay..

I'm looking for customized help because there is requirement from the client to show the data based on some specific criterio. But in the standard hep all the other criteria also appears.u know it comes as collective search help...they want to make elementary..

Ne way i'm trying with the same approach..which u guys have suggested...will come back to award points...once it is fixed..

Thanks,

Anup..