‎2006 Sep 30 5:20 PM
Hi friends i am new to this side n i am trying to get job asa an abap-consultant.
my question is how all these r related.
1.search help.
2.feild help.
3. process on value request.
4.process on help request.
5.selection- screen on value reuest.
6.selection-screen on help request.
‎2006 Oct 01 9:27 AM
Hi,
Search help is used to provide F4 help to one particualr field on the screen.
process on value-request.
This is one of the module in the module pool programming. This module is used for providing f4 help for one particular field.
process on help request.
This is again one of the module in the module pool programming. This module is used for providing f1 help means documentation for one particular field.
These modules are used in module pool programming.
selection-screen on value request.
this is used for f4 help in reports.
selection-screen on help request.
This is used for f1 help in reports.
The above two events are used in report programming.
Hope this clears ur doubts
‎2006 Sep 30 5:30 PM
Its are some different way that the system use to check and offer some values to the users.
1. Search Help. Are created in the SE11 transaction and its a view from some table. Its could be Complex (more than one option).
2. You could associate a search help to some field (into data elements)..and all places where you use this data element you can see it help.
3. When you press F4 in abap program this events is trigger.
4. When you press F1 in abap program this events is trigger.
5. When you press F4 in a dynpro this events is trigger.
6. When you press F1 in a dynpro this events is trigger.
‎2006 Sep 30 6:17 PM
hi
welcome to sdn.
>>1.search help.
used to provide possible input values say F4
>>2.feild help.
used to provide documentation help say F1
>>4.process on help request.
used to provide F4 help for the screen field
>>4.process on help request.
used to provide F1 help for the screen field
>>5.selection- screen on value reuest.
used to provide F4 help for selection screen fields
>>6.selection-screen on help request.
used to provide F1 help for the selection screen fields..
Cheers,
Abdul Hakim
Mark all useful answers...
‎2006 Oct 01 8:35 AM
Thanks for the solution Mr.Abdul....but can u elobrate on when do u use all f1,f4,pov,poh at runtime.
‎2006 Oct 01 9:27 AM
Hi,
Search help is used to provide F4 help to one particualr field on the screen.
process on value-request.
This is one of the module in the module pool programming. This module is used for providing f4 help for one particular field.
process on help request.
This is again one of the module in the module pool programming. This module is used for providing f1 help means documentation for one particular field.
These modules are used in module pool programming.
selection-screen on value request.
this is used for f4 help in reports.
selection-screen on help request.
This is used for f1 help in reports.
The above two events are used in report programming.
Hope this clears ur doubts