‎2008 Sep 26 9:30 AM
Hi All,
Please help me how to assign a F1 functionality to a custom field which is enhanced.
Regards,
Srik
‎2008 Sep 26 9:45 AM
Hi sri,
Follow the navigation,
keep the cursor in the input field which u want to creare F1 HELP.
Opens the performance assistenace screen. In that from left 5th button you will be having EDIT DOCUMENTATION click that and continue press enter.
Open the another screen in which goto menu->goto->chnage editor-> give your text.
SAVE->Activate.
Simple procedure.
Hope my answer helps you.
Cheers!!
‎2008 Sep 26 9:34 AM
Hi,
Try with following Function Module
DOCU_GET_FOR_F1HELP
DOC_DISPLAY_ADD_F1_HELP
DOC_DISPLAY_F1HELP
Regards,
Anirban
‎2008 Sep 26 9:35 AM
Hi Sri,
Check these demo programs:
DEMO_DYNPRO_F1_HELP
DEMO_SELECTION_SCREEN_F1
Regards,
Chandra Sekhar
‎2008 Sep 26 9:40 AM
Hi,
You can use the following.
In case of Report program use this event as follow,
AT SELECTION-SCREEN ON HELP-REQUEST FOR field-name.
Below this write your code for F1 help.
In case of Dialogue program,
In the flow logic, include the below statement.
PROCESS ON HELP-REQUEST.
Eg: FIELD Field_Name MODULE f1_help_decision.
‎2008 Sep 26 9:45 AM
Hi Sarvanan,
I have created a custom infotype. In that I have defined some custome fields.
Please help me taking a example.
Regards,
Srik
‎2008 Sep 26 9:45 AM
Hi sri,
Follow the navigation,
keep the cursor in the input field which u want to creare F1 HELP.
Opens the performance assistenace screen. In that from left 5th button you will be having EDIT DOCUMENTATION click that and continue press enter.
Open the another screen in which goto menu->goto->chnage editor-> give your text.
SAVE->Activate.
Simple procedure.
Hope my answer helps you.
Cheers!!