<?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: Retrieve long text modifications in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-long-text-modifications/m-p/2134068#M448816</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ravish...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't understand exactly what the code you send is for, I think that it is related to a text editor implementation or something like that. The long texts that I am talking about are related to SAP standard objects. In this case I'm working with the texts related to a Contract (Trx ME33K --&amp;gt; Header --&amp;gt; Texts --&amp;gt; Text Overview). I need to retrieve all the versions of, for example, the header title.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is your code valid for this case? If it is, could you explain me what I have to do to retrieve the versions of a text?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Apr 2007 11:53:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-10T11:53:43Z</dc:date>
    <item>
      <title>Retrieve long text modifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-long-text-modifications/m-p/2134064#M448812</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;I need to retrieve the previous contents of several long texts, that is, the content of these texts before a modification has been done. Do you know the way to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 09:36:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-long-text-modifications/m-p/2134064#M448812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-10T09:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve long text modifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-long-text-modifications/m-p/2134065#M448813</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;use fm read_text and analyse export parameter &amp;lt;b&amp;gt;header&amp;lt;/b&amp;gt; (fields: TDLUSER, TDLDATE and TDLTIME           )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Andreas Mann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 10:03:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-long-text-modifications/m-p/2134065#M448813</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2007-04-10T10:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve long text modifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-long-text-modifications/m-p/2134066#M448814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response, Andreas...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In these fields I can see who modified the text and when he did it. But what I need to know is the content of the text in itself before the modification. Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 10:20:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-long-text-modifications/m-p/2134066#M448814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-10T10:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve long text modifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-long-text-modifications/m-p/2134067#M448815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi CARLOS&lt;/P&gt;&lt;P&gt;USE THE FOLLOWING FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;GET_TEXT_AS_STREAM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call method textedit- &amp;gt;get_text_as_r3table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  exporting&lt;/P&gt;&lt;P&gt;    only_when_modified = only_when_modified&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  importing&lt;/P&gt;&lt;P&gt;    table = table&lt;/P&gt;&lt;P&gt;    is_modified = is_modified&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  exceptions&lt;/P&gt;&lt;P&gt;    error_db = 1&lt;/P&gt;&lt;P&gt;    error_cntl_call_method = 2&lt;/P&gt;&lt;P&gt;    error_db_create =3&lt;/P&gt;&lt;P&gt;    potential_data_loss = 4.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Parameters&lt;/P&gt;&lt;P&gt; Description&lt;/P&gt;&lt;P&gt; Possible values&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;table&lt;/P&gt;&lt;P&gt; R/3 table&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;only_when_modified&lt;/P&gt;&lt;P&gt; Attribute when you get text&lt;/P&gt;&lt;P&gt; true &lt;/P&gt;&lt;P&gt;The text is only written to the R/3 table if the changed status IS:MODIFIED = TRUE. Otherwise, an empty table is passed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;false &lt;/P&gt;&lt;P&gt;The text is retrieved regardless of whether it has been changed (default value)&lt;/P&gt;&lt;P&gt;is_modified&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Changed status of the text&lt;/P&gt;&lt;P&gt; true &lt;/P&gt;&lt;P&gt;Text changed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;false &lt;/P&gt;&lt;P&gt;Text not changed&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;follow the link below if any problem in getting the solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/71/525f88f6f011d2961c00a0c930660b/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/71/525f88f6f011d2961c00a0c930660b/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ravish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;plz reward points if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 10:59:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-long-text-modifications/m-p/2134067#M448815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-10T10:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve long text modifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-long-text-modifications/m-p/2134068#M448816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ravish...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't understand exactly what the code you send is for, I think that it is related to a text editor implementation or something like that. The long texts that I am talking about are related to SAP standard objects. In this case I'm working with the texts related to a Contract (Trx ME33K --&amp;gt; Header --&amp;gt; Texts --&amp;gt; Text Overview). I need to retrieve all the versions of, for example, the header title.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is your code valid for this case? If it is, could you explain me what I have to do to retrieve the versions of a text?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 11:53:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieve-long-text-modifications/m-p/2134068#M448816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-10T11:53:43Z</dc:date>
    </item>
  </channel>
</rss>

