<?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: ABAP Dump Error : DP_ERROR_GET_DATA in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump-error-dp-error-get-data/m-p/6014332#M1346690</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is a standard SAP program, search oss note, if you cant find any, open a service call.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Aug 2009 11:52:47 GMT</pubDate>
    <dc:creator>rainer_hbenthal</dc:creator>
    <dc:date>2009-08-18T11:52:47Z</dc:date>
    <item>
      <title>ABAP Dump Error : DP_ERROR_GET_DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump-error-dp-error-get-data/m-p/6014330#M1346688</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;One of my user is trying to enter data in a transaction and searched for possible values on one field, then he gets following dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ABAP run time error :&lt;/P&gt;&lt;P&gt;"Exception condition "DP_ERROR_GET_DATA" raised."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happened?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current ABAP/4 program encountered an unexpected&lt;/P&gt;&lt;P&gt;situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A RAISE statement in the program "SAPLCNDP " raised the exception&lt;/P&gt;&lt;P&gt;condition "DP_ERROR_GET_DATA".&lt;/P&gt;&lt;P&gt;Since the exception was not intercepted by a superior program&lt;/P&gt;&lt;P&gt;in the hierarchy, processing was terminated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short description of exception condition:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For detailed documentation of the exception condition, use&lt;/P&gt;&lt;P&gt;Transaction SE37 (Function Library). You can take the called&lt;/P&gt;&lt;P&gt;function module from the display of active calls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to correct the error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may able to find an interim solution to the problem in the&lt;/P&gt;&lt;P&gt;SAP note system. If you have access to the SAP note system yourself,&lt;/P&gt;&lt;P&gt;please use the following search criteria:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; "RAISE_EXCEPTION"&lt;/P&gt;&lt;P&gt; "SAPLCNDP " or "LCNDPU11 "&lt;/P&gt;&lt;P&gt; "DP_CONTROL_GET_TABLE"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"SAPLCNDP " "DP_ERROR_GET_DATA"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;*CleanUp&lt;/P&gt;&lt;P&gt;  IF NOT SELFCREATED IS INITIAL.&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'DP_DESTROY'&lt;/P&gt;&lt;P&gt;         CHANGING&lt;/P&gt;&lt;P&gt;              H_DP   = H_DPLOKAL&lt;/P&gt;&lt;P&gt;         EXCEPTIONS&lt;/P&gt;&lt;P&gt;              OTHERS = 1.&lt;/P&gt;&lt;P&gt;    IF SY-SUBRC NE 0.&lt;/P&gt;&lt;P&gt;       ERRORLEVEL = 1.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;  CASE ERRORLEVEL.&lt;/P&gt;&lt;P&gt;    WHEN 1.&lt;/P&gt;&lt;P&gt;      RAISE DP_ERROR_CREATE.&lt;/P&gt;&lt;P&gt;    WHEN 2.&lt;/P&gt;&lt;P&gt;      RAISE DP_ERROR_GET_PROPERTY.&lt;/P&gt;&lt;P&gt;    WHEN 3.&lt;/P&gt;&lt;P&gt;      RAISE DP_ERROR_GET_DATA.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;ENDFUNCTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise to me resolve the issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 11:44:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump-error-dp-error-get-data/m-p/6014330#M1346688</guid>
      <dc:creator>srinivasa_maruvada</dc:creator>
      <dc:date>2009-08-18T11:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Dump Error : DP_ERROR_GET_DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump-error-dp-error-get-data/m-p/6014331#M1346689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try implement note 909387 in your system.&lt;/P&gt;&lt;P&gt;[909387|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=909387]&lt;/P&gt;&lt;P&gt;KR Jaideep,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 11:51:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump-error-dp-error-get-data/m-p/6014331#M1346689</guid>
      <dc:creator>jaideepsharma</dc:creator>
      <dc:date>2009-08-18T11:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Dump Error : DP_ERROR_GET_DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump-error-dp-error-get-data/m-p/6014332#M1346690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is a standard SAP program, search oss note, if you cant find any, open a service call.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 11:52:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump-error-dp-error-get-data/m-p/6014332#M1346690</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2009-08-18T11:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Dump Error : DP_ERROR_GET_DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump-error-dp-error-get-data/m-p/6014333#M1346691</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;My SAP version is 4.5. &lt;/P&gt;&lt;P&gt;Note 909387 is applicable for 5 and 6 versions.&lt;/P&gt;&lt;P&gt;Any further idea and/or suggestion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 12:11:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump-error-dp-error-get-data/m-p/6014333#M1346691</guid>
      <dc:creator>srinivasa_maruvada</dc:creator>
      <dc:date>2009-08-18T12:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Dump Error : DP_ERROR_GET_DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump-error-dp-error-get-data/m-p/6014334#M1346692</link>
      <description>&lt;P&gt;  &lt;SPAN class="mention-scrubbed"&gt;srinivasa.maruvada&lt;/SPAN&gt; What is the solution to this exception.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 08:45:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dump-error-dp-error-get-data/m-p/6014334#M1346692</guid>
      <dc:creator>santosh_07390</dc:creator>
      <dc:date>2023-06-07T08:45:53Z</dc:date>
    </item>
  </channel>
</rss>

