<?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: BCD Number in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bcd-number/m-p/3830125#M921018</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Barada,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;The value that this field contains is 0.000&lt;/P&gt;&lt;P&gt;Also, &lt;U&gt;IT&lt;/U&gt;IO_R_MARA is like MARA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ajay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: ajay singh on May 9, 2008 7:34 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 May 2008 05:04:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-09T05:04:37Z</dc:date>
    <item>
      <title>BCD Number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bcd-number/m-p/3830119#M921012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting a dump while executing one statement in a FM&lt;/P&gt;&lt;P&gt;The statement is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT MARA&lt;/P&gt;&lt;P&gt;        FROM TABLE &lt;U&gt;IT&lt;/U&gt;IO_R_MARA&lt;/P&gt;&lt;P&gt;        ACCEPTING DUPLICATE KEYS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dump in ST22 says: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An exception occurred. This exception is dealt with in more detail below&lt;/P&gt;&lt;P&gt;. The exception, which is assigned to the class 'CX_SY_OPEN_SQL_DB', was&lt;/P&gt;&lt;P&gt; neither                                                                &lt;/P&gt;&lt;P&gt;caught nor passed along using a RAISING clause, in the procedure        &lt;/P&gt;&lt;P&gt; "/1CADMC/OLO_000000000043567" "(FUNCTION)"                             &lt;/P&gt;&lt;P&gt;.                                                                       &lt;/P&gt;&lt;P&gt;Since the caller of the procedure could not have expected this exception&lt;/P&gt;&lt;P&gt; to occur, the running program was terminated.                          &lt;/P&gt;&lt;P&gt;The reason for the exception is:                                        &lt;/P&gt;&lt;P&gt;The data read during a SELECT access could not be inserted into the     &lt;/P&gt;&lt;P&gt;target field.                                                           &lt;/P&gt;&lt;P&gt;Either conversion is not supported for the target field's type or the   &lt;/P&gt;&lt;P&gt;target field is too short to accept the value or the data are not in a  &lt;/P&gt;&lt;P&gt;form that the target field can accept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems there is some BCD value that is to be inserted in the field /VSO/R_PAL_OVR_D of the table MARA. This is some invalid &lt;/P&gt;&lt;P&gt;BCD value that is being inserted into this field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out with your valuable suggestions. &lt;/P&gt;&lt;P&gt;I would reward all the helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ajay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: ajay singh on May 9, 2008 6:45 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: ajay singh on May 9, 2008 6:50 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 04:40:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bcd-number/m-p/3830119#M921012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-09T04:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: BCD Number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bcd-number/m-p/3830120#M921013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ajay&lt;/P&gt;&lt;P&gt;what is the data structure of the table u r passing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table_i_t structurre..may be that structure is not the length of mara..check it out..&lt;/P&gt;&lt;P&gt;regards sas&lt;/P&gt;&lt;P&gt;reward points if useul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 04:53:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bcd-number/m-p/3830120#M921013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-09T04:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: BCD Number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bcd-number/m-p/3830121#M921014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    please tell what particular value you are sending for that field. The field is having a decimal part of length 3 and my first guess is you are sending a value having the decimal part with length more than 3. Which may be problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Barada&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 04:54:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bcd-number/m-p/3830121#M921014</guid>
      <dc:creator>Barada_Swain</dc:creator>
      <dc:date>2008-05-09T04:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: BCD Number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bcd-number/m-p/3830122#M921015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It is explaining that ,&lt;/P&gt;&lt;P&gt;Either conversion is not supported for the target field's type or the target field is too short to accept the value or the data are not in a form that the target field can accept.&lt;/P&gt;&lt;P&gt;1.So,check all the fields in Internal table are same data type of MARA or not and same length.&lt;/P&gt;&lt;P&gt;2.It is saying that the length of the internal table field is high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 04:56:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bcd-number/m-p/3830122#M921015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-09T04:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: BCD Number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bcd-number/m-p/3830123#M921016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;The structure of &lt;U&gt;IT&lt;/U&gt;IO_R_MARA is like MARA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ajay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 04:59:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bcd-number/m-p/3830123#M921016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-09T04:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: BCD Number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bcd-number/m-p/3830124#M921017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  The best option would be making the unique index as non-unique index (Not quite sure whether it can be done or not).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=11605030&amp;amp;messageID=2745846" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=11605030&amp;amp;messageID=2745846&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran Sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 05:01:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bcd-number/m-p/3830124#M921017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-09T05:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: BCD Number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bcd-number/m-p/3830125#M921018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Barada,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;The value that this field contains is 0.000&lt;/P&gt;&lt;P&gt;Also, &lt;U&gt;IT&lt;/U&gt;IO_R_MARA is like MARA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ajay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: ajay singh on May 9, 2008 7:34 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 05:04:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bcd-number/m-p/3830125#M921018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-09T05:04:37Z</dc:date>
    </item>
  </channel>
</rss>

