<?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: Dump when Searching in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-searching/m-p/5534133#M1264191</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simply you can solve this problem by do refresh on the background (f7) and wait until finished successfully.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 May 2009 10:14:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-21T10:14:42Z</dc:date>
    <item>
      <title>Dump when Searching</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-searching/m-p/5534126#M1264184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;everytime i use search in this certain program dump will always occur.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dump says:&lt;/P&gt;&lt;P&gt;Error when atempting to IMPORT object "P_STRUCTURE_TEXTS"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and directed in this line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      IMPORT p_structure_texts p_child_structures&lt;/P&gt;&lt;P&gt;                         FROM DATABASE indx_hsrch(19) ID p_structure_id.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 05:57:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-searching/m-p/5534126#M1264184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-15T05:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dump when Searching</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-searching/m-p/5534127#M1264185</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 giving an Exception? Also check possible exceptions for IMPORT in the documentation of the keyword.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 06:01:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-searching/m-p/5534127#M1264185</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2009-04-15T06:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dump when Searching</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-searching/m-p/5534128#M1264186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to refresh the text index, use the refresh button on the search dialog box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 06:03:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-searching/m-p/5534128#M1264186</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-04-15T06:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dump when Searching</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-searching/m-p/5534129#M1264187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Audemar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IMPORT p_structure_texts = p_structure_texts  
     p_child_structures  = p_child_structures
FROM DATABASE indx_hsrch(19) ID p_structure_id.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 06:03:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-searching/m-p/5534129#M1264187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-15T06:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dump when Searching</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-searching/m-p/5534130#M1264188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here is another part of the Run time Error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;    An exception occurred that is explained in detail below.&lt;/P&gt;&lt;P&gt;    The exception, which is assigned to class 'CX_SY_IMPORT_&lt;/P&gt;&lt;P&gt;     not caught in&lt;/P&gt;&lt;P&gt;    procedure "READ_TEXTS_FROM_INDX" "(FORM)", nor was it pr&lt;/P&gt;&lt;P&gt;     clause.&lt;/P&gt;&lt;P&gt;    Since the caller of the procedure could not have anticip&lt;/P&gt;&lt;P&gt;    exception would occur, the current program is terminated&lt;/P&gt;&lt;P&gt;    The reason for the exception is:&lt;/P&gt;&lt;P&gt;    When importing the object "P_STRUCTURE_TEXTS", the compo&lt;/P&gt;&lt;P&gt;    had a different length from the corresponding component&lt;/P&gt;&lt;P&gt;    target object in the program "SAPLSHI10".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    The length is 75 in the dataset, but 30 in the program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 06:12:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-searching/m-p/5534130#M1264188</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-15T06:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dump when Searching</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-searching/m-p/5534131#M1264189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; From the message it appears that the TYPE or the Length of the field P_STRUCTURE_TEXTS is different from the one that is there in the database cluster from which you are importing.&lt;/P&gt;&lt;P&gt;Can you paste the full name of the exception?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The length in the dataset is 70 where as it is 30 in the program.. looks like the dataset is modified and due to this program is not dumping. If its a standard program you should report this to SAP, but make sure there no custom modifications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 08:20:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-searching/m-p/5534131#M1264189</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2009-04-15T08:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dump when Searching</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-searching/m-p/5534132#M1264190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks. it's now working ^^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 08:29:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-searching/m-p/5534132#M1264190</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-15T08:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dump when Searching</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-searching/m-p/5534133#M1264191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simply you can solve this problem by do refresh on the background (f7) and wait until finished successfully.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 10:14:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-searching/m-p/5534133#M1264191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T10:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dump when Searching</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-searching/m-p/5534134#M1264192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfekt answer! I refreshed the Index in the Background. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 11:08:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-when-searching/m-p/5534134#M1264192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-24T11:08:01Z</dc:date>
    </item>
  </channel>
</rss>

