<?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 Read Text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/5961094#M1337663</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created one custom container in module pool for allowing user to enter messages or text, Its successfully saving the text but now I want to show&lt;/P&gt;&lt;P&gt;The same text in tht container when user open the module pool program in display mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest how to read the text and show it in custom container tool?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sunny.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Aug 2009 05:51:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-10T05:51:28Z</dc:date>
    <item>
      <title>Read Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/5961094#M1337663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created one custom container in module pool for allowing user to enter messages or text, Its successfully saving the text but now I want to show&lt;/P&gt;&lt;P&gt;The same text in tht container when user open the module pool program in display mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest how to read the text and show it in custom container tool?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sunny.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 05:51:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/5961094#M1337663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T05:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Read Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/5961095#M1337664</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;Refer:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="7132188"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tarun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 05:54:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/5961095#M1337664</guid>
      <dc:creator>I355602</dc:creator>
      <dc:date>2009-08-10T05:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Read Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/5961096#M1337665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, this kind of depends on how and where you have saved your text. Tarun's suggestion souds ok, but this will only work if you store your text in a Z-table as plain text. But it is also possible to store long text as string or as text in table STXH / STXL like is done is several standard transactions. To retrieve those text you can use FM READ_TEXT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 06:06:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/5961096#M1337665</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-08-10T06:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Read Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/5961097#M1337666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Make use of the object cl_gui_textedit and the method set_text_as_r3table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do as follows:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*filling up editor with text from texttable&lt;/P&gt;&lt;P&gt;  CALL METHOD y_obj_ltext-&amp;gt;set_text_as_r3table&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      table = y_i_longtxttbl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;SET EDITABILTY DEPENDING UPON EDITABILITY OF THE CELL.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL METHOD y_obj_ltext-&amp;gt;set_readonly_mode&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      readonly_mode = y_v_ltxt_enable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 06:26:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/5961097#M1337666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T06:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Read Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/5961098#M1337667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://www.sapdev.co.uk/sapscript/sapscript_texts.htm" target="test_blank"&gt;http://www.sapdev.co.uk/sapscript/sapscript_texts.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 06:43:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/5961098#M1337667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T06:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Read Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/5961099#M1337668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Micky thks for the reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes ur correct im saving my text in stxh and stxl tables, and im able to read the text through func module read_text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but how to display tht text in custome container???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls let me knw...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 06:53:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/5961099#M1337668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T06:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Read Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/5961100#M1337669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using READ_TEXT you can retrieve the text, as said. Next convert the text to a text stream (FM CONVERT_ITF_TO_STREAM_TEXT), and use method SET_TEXT_AS_STREAM from CL_GUI_TEXTEDIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't got the exact coding at hand, but this is more or less what I can remember from the past.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 07:16:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/5961100#M1337669</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-08-10T07:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Read Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/5961101#M1337670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ANSWERED&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 10:45:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text/m-p/5961101#M1337670</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T10:45:16Z</dc:date>
    </item>
  </channel>
</rss>

