<?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 upload issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-upload-issue/m-p/5739508#M1301361</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use THEAD Structure properly ,pass time and date stamp here .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jun 2009 22:40:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-09T22:40:27Z</dc:date>
    <item>
      <title>Long Text upload issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-upload-issue/m-p/5739507#M1301360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to upload long text in IW22/23 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Fm SAVE_TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In IW21 when the long text is created manually a system generates a default Time-Date-USER stamp and the text is published below that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i Load the text using FM the text is copied &lt;STRONG&gt;above&lt;/STRONG&gt; the STAMP and nothing is visible when look at the tranaction at the display mode. If I have to go in change mode of the transaction and click on the change TEXT button and then the uploaded text is visible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How should i make the loaded long text visible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 21:46:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-upload-issue/m-p/5739507#M1301360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-09T21:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Long Text upload issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-upload-issue/m-p/5739508#M1301361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use THEAD Structure properly ,pass time and date stamp here .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 22:40:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-upload-issue/m-p/5739508#M1301361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-09T22:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Long Text upload issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-upload-issue/m-p/5739509#M1301362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that but still not working. Thru config we removed the STAMP also. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Long text screen it does not show but when we go indide the Long text screen the data is there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 23:10:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-upload-issue/m-p/5739509#M1301362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-09T23:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Long Text upload issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-upload-issue/m-p/5739510#M1301363</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;Try like this.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
 itext-tdid    = text_id
 itext-tdspras = sy-langu.

 ltext-tdline = text.  "Text 

 APPEND ltext.

 CALL FUNCTION 'SAVE_TEXT'
   EXPORTING
     header          = itext   "Header
     insert            = 'X'
     savemode_direct = 'X'
   TABLES
     lines           = ltext
   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;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Dileep .C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 01:25:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-text-upload-issue/m-p/5739510#M1301363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T01:25:48Z</dc:date>
    </item>
  </channel>
</rss>

