<?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: IW32 Saving error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/iw32-saving-error/m-p/7354967#M1541199</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your data type is INT1, meaning 1 byte Integer, which can be displayed in three digits.  255 is the largest number that can be represented by INT1 (if I remember correctly).  Therefore, you will abend everytime you exceed 255 rows.  The solution would be to split what you're doing into two documents or search for SAP Notes.  Since the table shows INT1 in my 7.01 version system, I doubt that SAP has remedied this, however.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Oct 2010 16:24:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-26T16:24:54Z</dc:date>
    <item>
      <title>IW32 Saving error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/iw32-saving-error/m-p/7354966#M1541198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When my user try to save the order after changing he gets an following error :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"CX_SY_CONVERSION_OVERFLOW"  that is "Overflow in conversion of 256"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Information as below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Order is having more than 800 component lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error in include "RIPRIF01" at line 1323 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Line is as below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PMPL-COPY_NR = LAST_COPY_NR + 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked before above line below code is executed &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT MAX( COPY_NR ) INTO LAST_COPY_NR  FROM PMPL&lt;/P&gt;&lt;P&gt;       WHERE  PM_APPL     = PMPL-PM_APPL&lt;/P&gt;&lt;P&gt;       AND    PRINT_KEY   = PMPL-PRINT_KEY&lt;/P&gt;&lt;P&gt;       AND    PM_PAPER    = PMPL-PM_PAPER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as per my system PMPL table includes COPY_NR max entry is 175 .&lt;/P&gt;&lt;P&gt;So please anyone knows about this issue then please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Vikram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Oct 2010 15:20:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/iw32-saving-error/m-p/7354966#M1541198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-26T15:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: IW32 Saving error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/iw32-saving-error/m-p/7354967#M1541199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your data type is INT1, meaning 1 byte Integer, which can be displayed in three digits.  255 is the largest number that can be represented by INT1 (if I remember correctly).  Therefore, you will abend everytime you exceed 255 rows.  The solution would be to split what you're doing into two documents or search for SAP Notes.  Since the table shows INT1 in my 7.01 version system, I doubt that SAP has remedied this, however.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Oct 2010 16:24:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/iw32-saving-error/m-p/7354967#M1541199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-26T16:24:54Z</dc:date>
    </item>
  </channel>
</rss>

