<?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 Standard text.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/3959935#M946024</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have one module pool program, where some long text to be inserted by user. These long text will be saved as a standard text. In creation of that text when user inserting data into that field then the record is saved as user has entered including all new line etc. This program also has one display part. In display when those text is reading then the new lines are removed. It is taking as a contigious text. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz tell me how to read that as the data entered by user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FM used....create_text, Read text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 May 2008 03:33:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-28T03:33:25Z</dc:date>
    <item>
      <title>Standard text..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/3959935#M946024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have one module pool program, where some long text to be inserted by user. These long text will be saved as a standard text. In creation of that text when user inserting data into that field then the record is saved as user has entered including all new line etc. This program also has one display part. In display when those text is reading then the new lines are removed. It is taking as a contigious text. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz tell me how to read that as the data entered by user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FM used....create_text, Read text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 03:33:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/3959935#M946024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T03:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Standard text..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/3959936#M946025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Read_Text FM will be useful to read the Long texts stored in the system, for example if you take Sales Order Text or Prod Order Text, in some cases you need to dispaly in SAP Script / send to some other systems, in such cases we will use READ_TEXT FM to read this based on object number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the sample code.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/sapac002.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/sapac002.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this also.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/d6/0db764494511d182b70000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/d6/0db764494511d182b70000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&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;Kiran Sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 03:38:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/3959936#M946025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T03:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Standard text..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/3959937#M946026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;use Read_text Function Module . fill the parameters text-id,spras, etc &lt;/P&gt;&lt;P&gt;u wil be getting the whole text in an internal table&lt;/P&gt;&lt;P&gt;loop at that internal table and display it.&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 04:12:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/3959937#M946026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T04:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Standard text..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/3959938#M946027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look,, I have used Create_text and Read_text.&lt;/P&gt;&lt;P&gt;In my module pool program user is entering text through a screen which is a custom control screen. Now user can save the text and also can edit that text. I have passed the text by using editor-&amp;gt;set_text_as_stream. after editing the text I have received the text by using editor-&amp;gt;get_text_as_stream. Now when user click on the save button, that text will bve saved as a standard text. This text can be entered in letter formet. Now the same is saved in standard text. But when I am going to read this and display the same the format is getting modified. &lt;/P&gt;&lt;P&gt;plz give me the solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 04:37:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/3959938#M946027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T04:37:37Z</dc:date>
    </item>
  </channel>
</rss>

