<?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/6803925#M1467890</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you share the attributes for the long text or the values passed to READ_TEXT FM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways, you must be getting all the long text details in an internal table. If the unwanted details like user name, date are coming at a particular area say first line, you can truncate the same from the internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Apr 2010 08:47:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-09T08:47:46Z</dc:date>
    <item>
      <title>long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/6803923#M1467888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In IW22 i.e. notification change we have the long text field. i am fetching that using 'READ _TEXT', but in the i am getting date, time, user name. i don't want that. how it is possble to delete?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 08:04:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/6803923#M1467888</guid>
      <dc:creator>former_member650792</dc:creator>
      <dc:date>2010-04-09T08:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/6803924#M1467889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Explain the format of data you are getting throgh READ_TEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 08:33:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/6803924#M1467889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-09T08:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/6803925#M1467890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you share the attributes for the long text or the values passed to READ_TEXT FM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways, you must be getting all the long text details in an internal table. If the unwanted details like user name, date are coming at a particular area say first line, you can truncate the same from the internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 08:47:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/6803925#M1467890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-09T08:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/6803926#M1467891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm assuming that you're referring to the automated log lines that can be added automatically to the long text in the service notification whenever a user enters text there. This can be configured per notification type, which you can check for your notification type via SM30 for view V_TQ80_L. If you're talking about something different, ignore my comments...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Automated removal of those log lines is not straightforward, as unfortunately the entered log line format might vary a bit. I.e. it contains of a timestamp, which depends on the user settings (so date and time format might vary). After that you have the user name followed by the user ID in brackets. In theory you could craft some patterns for matching those lines, but that is in my  opinion still questionable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It might be worthwhile to double check why those lines should be removed. After all, they will appear in the notification, so why should your program ignore them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, harald&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 11:12:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/6803926#M1467891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-09T11:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/6803927#M1467892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venky,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In READ_TEXT, you typically get an internal table with two fields: TDFORMAT and TDLINES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two cases to distinguish text attributes, and that depends on the object you pass to the FM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) In some cases, you can find the text in those lines where TDFORMAT is '/='. So fetch only those lines and delete the other lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) In others, the text is explicitly maintained in TDLINES with a prefix "%TEXT%" and a closing tag "%EOF_NOTE%". In this case, fetch all text lines between these tags. There may be multiple such text blocks, so if you want all the text to appear, fetch everything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps! Please let me know if you need anything else!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Shailesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 11:41:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text/m-p/6803927#M1467892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-09T11:41:53Z</dc:date>
    </item>
  </channel>
</rss>

