<?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: Short dump error in program SAPMV50A after modification in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-error-in-program-sapmv50a-after-modification/m-p/7084521#M1506456</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;The error is during the extraction of data from LIKP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;select single *
         into likp
         from likp
         where vbeln = likp-vbeln.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share the details of columns added in LIKP ? As the error suggests, may be something related to the datatype of columns added.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Jul 2010 10:46:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-22T10:46:45Z</dc:date>
    <item>
      <title>Short dump error in program SAPMV50A after modification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-error-in-program-sapmv50a-after-modification/m-p/7084517#M1506452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear gurus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have done some modification in vl02n through Badi and it is working fine in Development server.&lt;/P&gt;&lt;P&gt;when i transport it to quality server and test it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it giving a short dump in vl02n while vl01n is working perfectly fine and showing my modification too..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below is the error mentioned&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Database error text........: "Unsupported database type in parameter/column
    (168)."
   Internal call code.........: "[RSQL/READ/LIKP ]"
   Please check the entries in the system log (Transaction SM21).

   If the error occures in a non-modified SAP program, you may be able t
   find an interim solution in an SAP Note.
   If you have access to SAP Notes, carry out a search with the followin
   keywords:

   "DBIF_RSQL_SQL_ERROR" "CX_SY_OPEN_SQL_DB"
   "SAPMV50A" or "MV50AFDB"
   "LIKP_SELECT"

   If you cannot solve the problem yourself and want to send an error
   notification to SAP, include the following information:&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Saad Nisar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 09:16:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-error-in-program-sapmv50a-after-modification/m-p/7084517#M1506452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-22T09:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump error in program SAPMV50A after modification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-error-in-program-sapmv50a-after-modification/m-p/7084518#M1506453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post your code here as well.   It would help us find the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does your code do anything different based on the transaction or the data passed in from the transaction?  Did you look to make sure everything is activated after the transport?   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michelle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 10:25:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-error-in-program-sapmv50a-after-modification/m-p/7084518#M1506453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-22T10:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump error in program SAPMV50A after modification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-error-in-program-sapmv50a-after-modification/m-p/7084519#M1506454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have created two append structure in standard tables of LIKP &amp;amp; LIPS which are activated and so as LIKP and LIPS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my Badi is also activated and my customized program is also activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While making outbound delivery in Quality server it works fine but when i want to make changes in that created delivery it throws dump error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;short text
   SQL error in the database when accessing a table.



issing RAISING Clause in Interface
   Program                                 SAPMV50A
   Include                                 MV50AFDB
   Row                                     14
   Module type                             (FORM)
   Module Name                             LIKP_SELECT



rigger Location of Exception
   Program                                 SAPMV50A
   Include                                 MV50AFDB
   Row                                     20
   Module type                             (FORM)
   Module Name                             LIKP_SELECT&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 10:32:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-error-in-program-sapmv50a-after-modification/m-p/7084519#M1506454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-22T10:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump error in program SAPMV50A after modification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-error-in-program-sapmv50a-after-modification/m-p/7084520#M1506455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This could take a while.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But have you tried SE14 - activate and adjust table for LIKP?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 10:40:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-error-in-program-sapmv50a-after-modification/m-p/7084520#M1506455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-22T10:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump error in program SAPMV50A after modification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-error-in-program-sapmv50a-after-modification/m-p/7084521#M1506456</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;The error is during the extraction of data from LIKP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;select single *
         into likp
         from likp
         where vbeln = likp-vbeln.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share the details of columns added in LIKP ? As the error suggests, may be something related to the datatype of columns added.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 10:46:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-error-in-program-sapmv50a-after-modification/m-p/7084521#M1506456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-22T10:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump error in program SAPMV50A after modification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-error-in-program-sapmv50a-after-modification/m-p/7084522#M1506457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Following details were added in likp table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;.APPEND	ZDELIVERYCREATEDBY	STRU	0	0	Delivery Note Created By.
ZZUSERNAME	ITEXT	CHAR	25	0	Infotype Name&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i have activated LIKP table using se14 too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 10:59:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-error-in-program-sapmv50a-after-modification/m-p/7084522#M1506457</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-22T10:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump error in program SAPMV50A after modification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-error-in-program-sapmv50a-after-modification/m-p/7084523#M1506458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;During create, this exit shouldn't be entered, should it?  Only in Change/Display ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Better practice:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Select single * from likp into lt_likp "internal table described as type of LIKP
 where vbeln eq likp-vbeln.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 11:11:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-error-in-program-sapmv50a-after-modification/m-p/7084523#M1506458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-22T11:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump error in program SAPMV50A after modification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-error-in-program-sapmv50a-after-modification/m-p/7084524#M1506459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not understand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;during create of what?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 11:17:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-error-in-program-sapmv50a-after-modification/m-p/7084524#M1506459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-22T11:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump error in program SAPMV50A after modification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-error-in-program-sapmv50a-after-modification/m-p/7084525#M1506460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is it possible for you to paste the dump details?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 11:22:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-error-in-program-sapmv50a-after-modification/m-p/7084525#M1506460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-22T11:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump error in program SAPMV50A after modification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-error-in-program-sapmv50a-after-modification/m-p/7084526#M1506461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it started working properly&lt;/P&gt;&lt;P&gt;after re activating the table from se14.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 11:26:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-error-in-program-sapmv50a-after-modification/m-p/7084526#M1506461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-22T11:26:36Z</dc:date>
    </item>
  </channel>
</rss>

