<?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: long text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/2129790#M447586</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to create it in a program, then use SAVE_TEXT or CREATE_TEXT followd by COMMIT_TEXT FM.&lt;/P&gt;&lt;P&gt;If you want to do it via transaction, then go for Alvaro's suggestion.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Mar 2007 14:52:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-29T14:52:33Z</dc:date>
    <item>
      <title>long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/2129788#M447584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using read_text to retrive the long text . I want to create some test data for long text . i know text name object .how can i know where i have to create long text? Let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 14:49:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/2129788#M447584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T14:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/2129789#M447585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;SO10&amp;lt;/b&amp;gt; transaction -:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 14:50:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/2129789#M447585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T14:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/2129790#M447586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to create it in a program, then use SAVE_TEXT or CREATE_TEXT followd by COMMIT_TEXT FM.&lt;/P&gt;&lt;P&gt;If you want to do it via transaction, then go for Alvaro's suggestion.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 14:52:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/2129790#M447586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T14:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/2129791#M447587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If it s Z text, then you can create it in SO10 Transaction code.&lt;/P&gt;&lt;P&gt;If it is related to a Standard transaction text, then you need to create the text in that transaction only. i mean, lets take an Sales Order example, if you want to create the text, then Goto --&amp;gt; Header -&amp;gt; Text or Goto --&amp;gt; Item  --&amp;gt; Texts to create the Texts.&lt;/P&gt;&lt;P&gt;so follow one of the above way to create the texts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 14:53:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/2129791#M447587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T14:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/2129792#M447588</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;You can use FM SAVE_TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
clear: header.
* Set SAPscript Header
  header-tdname = req-reqno .
  header-tdobject = 'ZPT_DET'.
  header-tdid = 'Z002'.
  header-tdspras = sy-langu.
 
  call function 'SAVE_TEXT'
       exporting
            client   = sy-mandt
            header   = header
       tables
            lines    = lines
       exceptions
            id       = 1
            language = 2
            name     = 3
            object   = 4
            others   = 5.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 14:56:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/2129792#M447588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T14:56:15Z</dc:date>
    </item>
  </channel>
</rss>

