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

Help Window in a modulepool screen

Former Member
0 Likes
366

Hello Folks,

I have created a button(named it as HELP) in the modulepool screen. I have a requirement where when i click on the button it should display the help information in the same screen.

For example: whenever we click F1 on any standard field it will display the help information in a same screen with new window.

Please assist me in fixing this.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
345

Since u created the button with name help....and u want diplay help information when u click it....capture the fcode of the button in the pai event and call a new screen and in the properties of that new screen designate the screen as modal dilog box..inside the screen diplay the help content using the standard function modules or ur by calling ur own text elements. be sure to use coordinates of the screen in the call statement of the screen.

2 REPLIES 2
Read only

Former Member
0 Likes
345

Hi

trap the Fcode and write the code inside

this is some demo programs which will help u.

Hi Sri,

Check these demo programs:

DEMO_DYNPRO_F1_HELP

DEMO_SELECTION_SCREEN_F1

Regards,

Amresh.

Read only

Former Member
0 Likes
346

Since u created the button with name help....and u want diplay help information when u click it....capture the fcode of the button in the pai event and call a new screen and in the properties of that new screen designate the screen as modal dilog box..inside the screen diplay the help content using the standard function modules or ur by calling ur own text elements. be sure to use coordinates of the screen in the call statement of the screen.