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

Online Documentation for Module Pool Programs

Former Member
0 Likes
1,014

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

4 REPLIES 4
Read only

Former Member
0 Likes
718

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

Read only

Former Member
0 Likes
718

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

Read only

Former Member
0 Likes
718

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

Read only

Former Member
0 Likes
718

Thank You so much experts...i got the solution from your valuable comments...:-)