2005 Dec 08 7:22 AM
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.
2005 Dec 08 7:26 AM
You Need to Create Search Help in SE11 .
and assign it to that filed in the table control.
vijay
2005 Dec 08 7:28 AM
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
2005 Dec 08 7:32 AM
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
2005 Dec 08 9:13 AM
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..