<?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 Internal orders - Long Text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-orders-long-text/m-p/7472804#M1555281</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've created a report to import long text of internal order from flat file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using two standard FM: INIT_TEXT and SAVE_TEXT .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After report execution i control the internal order from transaction KO03 but li can't see the long text. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead if i control the same order with transaction KO02 i can see the description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Riccardol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Nov 2010 15:18:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-23T15:18:32Z</dc:date>
    <item>
      <title>Internal orders - Long Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-orders-long-text/m-p/7472804#M1555281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've created a report to import long text of internal order from flat file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using two standard FM: INIT_TEXT and SAVE_TEXT .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After report execution i control the internal order from transaction KO03 but li can't see the long text. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead if i control the same order with transaction KO02 i can see the description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Riccardol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 15:18:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-orders-long-text/m-p/7472804#M1555281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-23T15:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Internal orders - Long Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-orders-long-text/m-p/7472805#M1555282</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;looking on AUSK table i notice that if LTEXT field is set to 'X' then KO03 shows long text otherwise i can see the long text only by KO02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone confirm that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Riccardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 16:23:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-orders-long-text/m-p/7472805#M1555282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-23T16:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Internal orders - Long Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-orders-long-text/m-p/7472806#M1555283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't have a look in our ECC system, but i can confirm that this is possible. When uploading long texts for notification i encountered the same thing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only after manually entering and saving the long text in the notification, i could see the text (and the long text indicator was set).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 17:47:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-orders-long-text/m-p/7472806#M1555283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-23T17:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Internal orders - Long Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-orders-long-text/m-p/7472807#M1555284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAP uses LTEXT indicators ON/OFF (X, space) to indicate whether long texts exists.  So, if you create and save programatically, without setting the LTEXT ON, SAP doesn't retrieve the assocaited long text.  Routinely modify LTEXT indicators to ON (X) in appropriate table when you create and save long text outside of the standard SAP transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 18:14:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-orders-long-text/m-p/7472807#M1555284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-23T18:14:08Z</dc:date>
    </item>
  </channel>
</rss>

