‎2008 Jul 07 10:41 AM
Hi All,
Is it possible to display online documentation for module pool programs?
When the report program is excuted,we have an icon to display online documentation.Can we have the same for module pool ?
Helpful answers wouuld be rewarded.
Regards
Prathima
‎2008 Jul 08 2:20 PM
Hi Friend,
Go to transaction SE61 and choose document class Report/Function Group.(RE)
Enter your module pool program name and create documentation.
Hope it will solve ur problem.
Regards
Krishnendu
‎2008 Jul 08 2:28 PM
It is some thing similar to the Button
(PBO)in the PF -STATUS you set some button give the ICON as Documentation help icon, give some ok code.
IN PAI
You Handle that button code
there you show your own documentation using the FM
HELP_OBJECT_SHOW
‎2008 Jul 09 12:33 PM
Hi Friend,
Continuing with previous post here...
Create a Push Button in application toolbar, check the function code in USER-COMMAND event.
There u write code to call function module DSYS_SHOW_FOR_F1HELP..
Pass DOKCLASS = RE
DOKLANGU = sy-langu
DOKNAME = 'Module pool name'
SHORT_TEXT = 'X'.
It will populate the documentation window.
Regards
Krishnendu
‎2014 Oct 22 7:47 AM
Thank You so much experts...i got the solution from your valuable comments...:-)