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

Display Help Document

Former Member
0 Likes
686

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.

4 REPLIES 4
Read only

sridhar_meesala
Active Contributor
0 Likes
573

Hi,

In SE38 after entring into the program, follow the path.

GOTO -> Documentation

Thanks,

Sri.

Read only

abapdeveloper20
Contributor
0 Likes
573

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

Read only

Former Member
0 Likes
573

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

Read only

Former Member
0 Likes
573

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