2006 Nov 20 6:51 PM
Hello All,
I am searching for a functionality similar to the Performance assistant box , with the links to go to other pages /transactions/ websites etc. I have to give a popup wit information when the user clicks on a button. This box should be similar to the performance assistant which we get on pressing F1 on any field.
Do we have any such functionality ?
Thanks,
Ketan Joglekar
Hello All,
I am searching for a functionality similar to the Performance assistant box , with the links to go to other pages /transactions/ websites etc. I have to give a popup wit information when the user clicks on a button. This box should be similar to the performance assistant which we get on pressing F1 on any field.
Do we have any such functionality ?
Thanks,
Ketan Joglekar
2006 Nov 22 5:25 AM
Hi Ketan,
If you are creating a module pool,
U can use the Process On-Help event of Screens.
Like Proces on-Value is process on F4, Process on-Help is prrocess on F1.
U can code a module which will display a document created in SE61 which is same as the one u look at in Performance assistant.
Within the module, u can call a function module that displays this document.
So ur code will look similar to this:
PROCESS ON HELP-REQUEST.
field <field-name> module <module-name>.
within the module call FM 'HELP_OBJECT_SHOW'.
Pass DOKCLASS as TX (General Text)
DOKLANGU as sy-langu (logon language)
DOKNAME -> the name of document u created in SE61.
When u hit F1 on the field <field-name>, the document will be displayed
Regards,
Mahesh.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |