Application Development 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: 

F1 functionality

Former Member
0 Kudos

Hi All,

Please help me how to assign a F1 functionality to a custom field which is enhanced.

Regards,

Srik

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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!!

5 REPLIES 5

Former Member
0 Kudos

Hi,

Try with following Function Module

DOCU_GET_FOR_F1HELP

DOC_DISPLAY_ADD_F1_HELP

DOC_DISPLAY_F1HELP

Regards,

Anirban

Former Member
0 Kudos

Hi Sri,

Check these demo programs:

DEMO_DYNPRO_F1_HELP

DEMO_SELECTION_SCREEN_F1

Regards,

Chandra Sekhar

Former Member
0 Kudos

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.

0 Kudos

Hi Sarvanan,

I have created a custom infotype. In that I have defined some custome fields.

Please help me taking a example.

Regards,

Srik

Former Member
0 Kudos

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!!