Application Development and Automation 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: 
Read only

F1 functionality

Former Member
0 Likes
751

Hi All,

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

Regards,

Srik

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
675

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
Read only

Former Member
0 Likes
675

Hi,

Try with following Function Module

DOCU_GET_FOR_F1HELP

DOC_DISPLAY_ADD_F1_HELP

DOC_DISPLAY_F1HELP

Regards,

Anirban

Read only

Former Member
0 Likes
675

Hi Sri,

Check these demo programs:

DEMO_DYNPRO_F1_HELP

DEMO_SELECTION_SCREEN_F1

Regards,

Chandra Sekhar

Read only

Former Member
0 Likes
675

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.

Read only

0 Likes
675

Hi Sarvanan,

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

Please help me taking a example.

Regards,

Srik

Read only

Former Member
0 Likes
677

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