2010 Jan 25 1:57 PM
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.
2010 Jan 25 2:02 PM
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.
2010 Jan 25 2:02 PM
Hi,
To display documentation; you can make use of the class CL_GUI_TEXTEDIT.
Regards,
Ankur Parab
2010 Jan 25 2:59 PM
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.