‎2010 Jul 18 11:27 AM
Hi experts,
I have created a search help and its working fine. now wat i want is i want to provide F4 help to the searchhelp parameters.
for ex.
am ahving search hel in one filed which is having three parameters,
use
initiated on
initiated by
all three parameters r in table i want to put F4 help to this parameter.
kindly help me on this.
\thx in advance.
‎2010 Jul 18 11:32 AM
Hi Deshmukhpr,
Your question is not very clear. Can you please rephrase your question.
>
>
> am ahving search hel in one filed which is having three parameters,
> all three parameters r in table i want to put F4 help to this parameter.
Regards
‎2010 Jul 18 11:32 AM
Hi Deshmukhpr,
Your question is not very clear. Can you please rephrase your question.
>
>
> am ahving search hel in one filed which is having three parameters,
> all three parameters r in table i want to put F4 help to this parameter.
Regards
‎2010 Jul 18 11:49 AM
Sory man,
am having search help for named "ZFrequest"
which is having three parameters
1. Rerquest no
2. Initiated by
3. Initiated on.
once i will F4 on request no field in screen i will get pop up window with above mention three paramters.
what i want to do now is i want to givew F4 help to "Initiated By" field.
so it can fetch the all the request no initiated by particular user.
‎2010 Jul 18 12:13 PM
Hi,
I think i understand now.
User will put his name in the "Initiated by" field. For this create a separate search help and attach it (or use standard search help USER_ADDR).
After user enters his ID, you need all the request no initiated by particular user.
For this in the search help you created mark the parameter "Initiated by" as "IMP" (Importing parameter), this means the entry in the "Initiated by" field will be used for filtering the request numbers.
Under the column "Default value" enter the parameter ID of "Initiated by".
So when F4 is done on Request no after entering the user name, the Parameter ID will be set and this will be used by your custom search help to filter the request number initiated by particular user.
Regards
‎2010 Jul 21 3:06 PM
try this function module HELP_VALUES_GET_NO_DD_NAME
if you are using ecc6, an alternative for this will be
F4IF_FIELD_VALUE_REQUEST or
F4IF_INT_TABLE_VALUE_REQUEST
‎2010 Jul 21 6:43 AM
Alternately, I created a search help exit and wrote code there to filter values of the search help based on data the user has entered on that screen. If you want to go that way you can create an FM which is a copy of F4IF_SHLP_EXIT_EXAMPLE and add your code in there and in your search help give the name of this FM under search help exit..
To read values entered by user on a particular screen using FM 'DYNP_VALUES_READ' passing the program name and screen number.
Hope that helps,
regards,
Mrunal