‎2009 Jul 29 11:54 AM
Hi,
My requirement is to display a help document when clicked on the help button on the application tool bar
similar to standard SAP help doc.
Thanks & Regards,
Sandhya.
‎2009 Jul 29 11:58 AM
Hi,
In SE38 after entring into the program, follow the path.
GOTO -> DocumentationThanks,
Sri.
‎2009 Jul 29 12:01 PM
In se38,
Enter program name :
Choose the subobjects of the particular program as Documentation and click change...
This will give u the option of entering HELP functionality
‎2009 Jul 29 12:03 PM
HI,
Make use of the text editor object using class cl_gui_textedit.
Create a new screen. On this screen add a container and in this container call the object cl_gui_textedit.
Make use of the method set_text_as_r3table to display the text.
Another alternative is to make us of FM POPUP_TO_CONFIRM.
Check the report RSSPO120 to view its entire functionality.
Regards,
Ankur Parab
‎2009 Jul 29 12:29 PM
hi,
you can try to put the word doc in repository,
se80->mime repository->there is customer folder, you can import the word doc there.
then in web template add one line (hyperlink)
hope this helps.
Regards
Saurabh Goel