<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Split Screen Requirement and doubt in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-screen-requirement-and-doubt/m-p/4675609#M1099591</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First read the standard text to internal table using the read_text &lt;/P&gt;&lt;P&gt;function, and then pass the table to method &lt;STRONG&gt;set_text_as_r3table&lt;/STRONG&gt; .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Oct 2008 11:47:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-16T11:47:42Z</dc:date>
    <item>
      <title>Split Screen Requirement and doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-screen-requirement-and-doubt/m-p/4675606#M1099588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a requirement to display 2 standard texts (SO10) in a single screen divided horizontally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the class cl_gui_easy_splitter_container for the splitting purpose of the screen. Now have to display the standard texts in the Left and right section of the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i achieve this ? The class cl_gui_easy_splitter_container has the attributes top_left_container and bottom_right_container, but how to call the text editor in them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help with your ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Stck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 07:47:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-screen-requirement-and-doubt/m-p/4675606#M1099588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T07:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Split Screen Requirement and doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-screen-requirement-and-doubt/m-p/4675607#M1099589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the example program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RSDEMO_DRAG_DROP_EDIT_TREE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your case two are text editors.the above example shows one tree and one text editor.  try to place the text editor inplace of tree.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 07:52:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-screen-requirement-and-doubt/m-p/4675607#M1099589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T07:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Split Screen Requirement and doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-screen-requirement-and-doubt/m-p/4675608#M1099590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Demo helped in creating a text area in the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i achieve the display of Standard Text (so10) in the areas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the methods set_text_as_r3table, set_textstream of the class  CL_GUI_TEXTEDIT but does not support the standad text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly throw some ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;stck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 11:44:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-screen-requirement-and-doubt/m-p/4675608#M1099590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T11:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Split Screen Requirement and doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-screen-requirement-and-doubt/m-p/4675609#M1099591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First read the standard text to internal table using the read_text &lt;/P&gt;&lt;P&gt;function, and then pass the table to method &lt;STRONG&gt;set_text_as_r3table&lt;/STRONG&gt; .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 11:47:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-screen-requirement-and-doubt/m-p/4675609#M1099591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T11:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Split Screen Requirement and doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-screen-requirement-and-doubt/m-p/4675610#M1099592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot the method seems to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now a new challenge has come up. For the Chinese Language Standard texts (so10) the text appears with gibberrish values, seems the text editor does not support it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise the SO10 editor shows them properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What might be the reason, does any more thing needs to be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;throw some ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Stck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 09:57:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-screen-requirement-and-doubt/m-p/4675610#M1099592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T09:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Split Screen Requirement and doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-screen-requirement-and-doubt/m-p/4675611#M1099593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I never tried it with chinese language.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 10:05:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-screen-requirement-and-doubt/m-p/4675611#M1099593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T10:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Split Screen Requirement and doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-screen-requirement-and-doubt/m-p/4675612#M1099594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stock,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you go through &lt;STRONG&gt;DWDM&lt;/STRONG&gt; txcode you may get your answer for all split containers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 11:40:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-screen-requirement-and-doubt/m-p/4675612#M1099594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T11:40:05Z</dc:date>
    </item>
  </channel>
</rss>

