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

Re: Documentation Display in Container.

Former Member
0 Likes
398

Dear Experts,

I have requirement which is, My program was displayed the List of Class names in the output based on some selection conditions.

After from the displayed list when I double click on any Class name in the next screen I want to display Attributes and Documentation in split screen. (Half screen with Attributes of that class and half screen with Documentation of class).

For this I used Split screen concept and created two containers , In one container I am displaying Attributes.

Now I want to display Documentation in another container of same screen ( Like documentation display when we press documentation button in SE24).

Can anybody give me the suggestions to solve this problem.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
369

Hi,

To display documentation; you can make use of the class CL_GUI_TEXTEDIT.

Regards,

Ankur Parab

Dear Experts,

I have requirement which is, My program was displayed the List of Class names in the output based on some selection conditions.

After from the displayed list when I double click on any Class name in the next screen I want to display Attributes and Documentation in split screen. (Half screen with Attributes of that class and half screen with Documentation of class).

For this I used Split screen concept and created two containers , In one container I am displaying Attributes.

Now I want to display Documentation in another container of same screen ( Like documentation display when we press documentation button in SE24).

Can anybody give me the suggestions to solve this problem.

2 REPLIES 2
Read only

Former Member
0 Likes
370

Hi,

To display documentation; you can make use of the class CL_GUI_TEXTEDIT.

Regards,

Ankur Parab

Read only

0 Likes
369

Hi Ankur,

Thanks for prompt replay,

Could you please tell me which method I have to use from that class. To display the attribute I am using Set_table_for_first_display method.