<?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 DUMP in Select in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-select/m-p/4827744#M1129641</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;&lt;/P&gt;&lt;P&gt;When i execute the below select query it goes for a dump and i have given the dump analysis also. Please tell me what is going wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;data: lc_matnr like mara-matnr,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;        &lt;EM&gt;lc_equnr like afih-equnr.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;select single matnr into lc_matnr from equi&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;                    &lt;EM&gt;where equnr = lc_equnr.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DUMP:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Data type "EQUI" was found in a newer version than required.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;Error analysis:&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The data type "EQUI" was reloaded from the database while the program&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;was running.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;However, the system found a version of the type that was newer than&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;the one required.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Dec 2008 12:39:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-02T12:39:00Z</dc:date>
    <item>
      <title>DUMP in Select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-select/m-p/4827744#M1129641</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;&lt;/P&gt;&lt;P&gt;When i execute the below select query it goes for a dump and i have given the dump analysis also. Please tell me what is going wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;data: lc_matnr like mara-matnr,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;        &lt;EM&gt;lc_equnr like afih-equnr.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;select single matnr into lc_matnr from equi&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;                    &lt;EM&gt;where equnr = lc_equnr.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DUMP:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Data type "EQUI" was found in a newer version than required.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;Error analysis:&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The data type "EQUI" was reloaded from the database while the program&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;was running.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;However, the system found a version of the type that was newer than&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;the one required.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 12:39:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-select/m-p/4827744#M1129641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T12:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP in Select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-select/m-p/4827745#M1129642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;define like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: lc_equnr like EQUI-equnr.&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;&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 12:41:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-select/m-p/4827745#M1129642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T12:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP in Select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-select/m-p/4827746#M1129643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, do like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: lc_matnr like mara-matnr,&lt;/P&gt;&lt;P&gt;        lc_equnr like equi-equnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single matnr into lc_matnr from equi&lt;/P&gt;&lt;P&gt;where equnr = lc_equnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 12:43:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-select/m-p/4827746#M1129643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T12:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP in Select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-select/m-p/4827747#M1129644</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;Both the fields share the same dataelement EQUNR char 18. This could not be the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinath S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 12:44:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-select/m-p/4827747#M1129644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T12:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP in Select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-select/m-p/4827748#M1129645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just check for the data elements for afih-equnr and equi-matnr.&lt;/P&gt;&lt;P&gt;Are they same ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nitin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 12:44:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-select/m-p/4827748#M1129645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T12:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP in Select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-select/m-p/4827749#M1129646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like there was a change to table EQUI imported into the system while your program was running. Did you try running it again, does the error still occur?&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 12:46:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-select/m-p/4827749#M1129646</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-12-02T12:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP in Select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-select/m-p/4827750#M1129647</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;lc_equnr should have some value ( either through parameter on internally in the program )  as u r using lc_equnr in where condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: lc_matnr like mara-matnr,&lt;/P&gt;&lt;P&gt;lc_equnr like afih-equnr &lt;STRONG&gt;value 'XYXY'.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single matnr into lc_matnr from equi&lt;/P&gt;&lt;P&gt;where equnr = lc_equnr.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 12:47:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-select/m-p/4827750#M1129647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T12:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP in Select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-select/m-p/4827751#M1129648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please have look at the error analysis... it says some thing as newer version found while reloading... but when i checked the versions of the table EQUI there is no new change has happened from past one year....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 12:47:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-select/m-p/4827751#M1129648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T12:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP in Select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-select/m-p/4827752#M1129649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: lc_matnr like mara-matnr,
lc_equnr like afih-equnr.

select single matnr into (lc_matnr) from equi
where equnr = lc_equnr.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 12:49:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-select/m-p/4827752#M1129649</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T12:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP in Select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-select/m-p/4827753#M1129650</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;I took the same code from the question (post),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i compiled it and executed, &lt;STRONG&gt;it ran successfully&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am in ECC 6.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 19:05:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-select/m-p/4827753#M1129650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T19:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP in Select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-select/m-p/4827754#M1129651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try Thomas' suggestion - run it again?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 19:14:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-select/m-p/4827754#M1129651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T19:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP in Select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-select/m-p/4827755#M1129652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Both the fields share the same dataelement EQUNR char 18. This could not be the problem.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;EQUNR and MATNR do not share the same data element. They do not even share the same domain. What's more, the two domains do not use the same converision exit. I'm not sure this is the source of the problem, but you might want to look into it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 19:33:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-select/m-p/4827755#M1129652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T19:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP in Select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-select/m-p/4827756#M1129653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think he is saying that about afih-equnr and equi-equnr; as someone asked him to change the variable to equi-equnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But surely it is a one time issue, and should be fine if he run it again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 20:09:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-select/m-p/4827756#M1129653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T20:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP in Select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-select/m-p/4827757#M1129654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's waht I thought at first, but the different conversion exits made me suspicious. On the other hand, if that's the problem, then it should probably just not find a matching record. Re-running it should be the first thing to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 20:24:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-select/m-p/4827757#M1129654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T20:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP in Select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-select/m-p/4827758#M1129655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I meant EQUNR field of AFIH and EQUI tables share the same dataelement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 04:25:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-select/m-p/4827758#M1129655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-03T04:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP in Select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-select/m-p/4827759#M1129656</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;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As suggested I ran the program several times but always it goes for a dump. Later i copied the program to new one, there everything is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The surprise is still the old program is going for dump and the copied program is working fine(Both has the same code) but i dont know the reason why it is happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But at last the issue is solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again i thank all of you for the ehlp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinath S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 04:33:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-select/m-p/4827759#M1129656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-03T04:33:19Z</dc:date>
    </item>
  </channel>
</rss>

