‎2008 Nov 12 5:42 AM
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.
‎2008 Nov 12 11:34 AM
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.
‎2008 Nov 12 5:48 AM
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.
‎2008 Nov 12 11:34 AM
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.