<?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: SAVE_TEXT fm problem: incomplete text table saving in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text-fm-problem-incomplete-text-table-saving/m-p/8293089#M1634964</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;found the prob, was due to my fault in params passing. Opened anyway an OSS note since the same problem happens in std code when creating a Contract/PO with an huge longtext table.&lt;/P&gt;&lt;P&gt;I'll update eventually the thread after SAP feedback.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Oct 2011 13:53:56 GMT</pubDate>
    <dc:creator>matteo_montalto</dc:creator>
    <dc:date>2011-10-06T13:53:56Z</dc:date>
    <item>
      <title>SAVE_TEXT fm problem: incomplete text table saving</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text-fm-problem-incomplete-text-table-saving/m-p/8293087#M1634962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all gurus,&lt;/P&gt;&lt;P&gt;I'm working on an SRM 7 release and basically I'm coding a report which can add header's text to a given contract.&lt;/P&gt;&lt;P&gt;In order to do so, I basically retrieve my text rows and populate accordingly an input table which I lately pass to SAVE_TEXT function module:&lt;/P&gt;&lt;P&gt;          &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'SAVE_TEXT'
            EXPORTING
              client                = sy-mandt
              header                = thead_text  "contains data accordingly to tdid and ctr reference
              insert                = 'X'
              savemode_direct       = 'X'
              owner_specified       = 'X'
*             LOCAL_CAT             = ' '
*           IMPORTING
*             FUNCTION              =
*             NEWHEADER             =
            TABLES
              lines                 = texttable
            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;My problem occours when texttable is an huge table (e.g., 800 entries). After the report execution I noticed that ONLY 85 rows have been added as text on contract's header instead of 800. Sy-subrc of the function is however zero (everything's fine).&lt;/P&gt;&lt;P&gt;Tried also to split texttable into sub-tables and then using SAVE_TEXT in append mode, but the same problem occours.&lt;/P&gt;&lt;P&gt;Has anyone an idea about this strange issue? I also searched for notes as this seems to be a problem related to the standard FM but found anything...&lt;/P&gt;&lt;P&gt;Thanks in advance for your suggestions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2011 13:24:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-text-fm-problem-incomplete-text-table-saving/m-p/8293087#M1634962</guid>
      <dc:creator>matteo_montalto</dc:creator>
      <dc:date>2011-09-26T13:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAVE_TEXT fm problem: incomplete text table saving</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text-fm-problem-incomplete-text-table-saving/m-p/8293088#M1634963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where are you showing text on the screen? (TEXTEDIT etc.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 15:05:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-text-fm-problem-incomplete-text-table-saving/m-p/8293088#M1634963</guid>
      <dc:creator>former_member212713</dc:creator>
      <dc:date>2011-10-03T15:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAVE_TEXT fm problem: incomplete text table saving</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text-fm-problem-incomplete-text-table-saving/m-p/8293089#M1634964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;found the prob, was due to my fault in params passing. Opened anyway an OSS note since the same problem happens in std code when creating a Contract/PO with an huge longtext table.&lt;/P&gt;&lt;P&gt;I'll update eventually the thread after SAP feedback.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 13:53:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-text-fm-problem-incomplete-text-table-saving/m-p/8293089#M1634964</guid>
      <dc:creator>matteo_montalto</dc:creator>
      <dc:date>2011-10-06T13:53:56Z</dc:date>
    </item>
  </channel>
</rss>

