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 in module Pool

Former Member
0 Likes
447

Hi ,

I need to know how we get F1 help in module pool.

thanks,

2 REPLIES 2
Read only

Former Member
0 Likes
375

You have to write the code to give the help in the POH section of the flow logic.

Process On Help Request.

field field1 module give_help.

whatever code that you write in gove_help will be triggered whenever F1 is pressed on a field field1.

The fm: HELP_OBJECT_SHOW may be useful in the process.

REFER THIS EXAMPLE PROGRAM: demo_dynpro_f1_help

Regards,

Ravi

Message was edited by:

Ravi Kanth Talagana

Read only

Former Member
0 Likes
375

Hello,

Check this link.

Vasanth