<?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 Managed Database Procedures (AMDP) example support in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-managed-database-procedures-amdp-example-support/m-p/10906718#M1890109</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now that´s interesting ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The example is one of &lt;A href="http://help.sap.com/abapdocu_740/en/index.htm?file=abenamdp_abexas.htm"&gt;many examples&lt;/A&gt;&lt;A href="http://help.sap.com/abapdocu_740/en/index.htm?file=abenamdp_abexas.htm" style="font-size: 10pt;"&gt; for AMDP &lt;/A&gt;&lt;SPAN style="font-size: 10pt;"&gt;in the example library. Of course it should work. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must be on a HANA database and you must have the privileges described under &lt;A href="http://help.sap.com/abapdocu_740/en/index.htm?file=abenamdp_hdb_sqlscript.htm"&gt;SQLScript for the HANA Database&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That´s normally all ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Feb 2015 09:01:44 GMT</pubDate>
    <dc:creator>retired_member</dc:creator>
    <dc:date>2015-02-28T09:01:44Z</dc:date>
    <item>
      <title>ABAP Managed Database Procedures (AMDP) example support</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-managed-database-procedures-amdp-example-support/m-p/10906717#M1890108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;Dear Expert,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&amp;nbsp;&amp;nbsp; i am learning Managed Database Procedures (AMDP), and i found a good example for it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;se38: &lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;DEMO_AMDP&lt;/STRONG&gt;&lt;/SPAN&gt;, when i tested it ,i met ABAP dump as below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Object&lt;/P&gt;&lt;P&gt;CL_DEMO_AMDP=&amp;gt;INCREASE_PRICE&lt;/P&gt;&lt;P&gt;could not be found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i debugged the program and found the dump area.&lt;/P&gt;&lt;P&gt;Class/Interface&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_AMDP_RUNTIME&lt;/P&gt;&lt;P&gt;--&amp;gt;Method&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CREATE_DB_OBJECTS_AT_RUNTIME&lt;/P&gt;&lt;P&gt;line 45 .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S31"&gt;" Check version of procedure stub&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;select &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;single &lt;/SPAN&gt;* &lt;SPAN class="L0S52"&gt;from &lt;/SPAN&gt;d010dbobj connection &lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;if_amdp_base&lt;SPAN class="L0S70"&gt;~&lt;/SPAN&gt;co_conn_amdp_sync&lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;into &lt;/SPAN&gt;ls_procedure&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;where &lt;/SPAN&gt;abap_progname &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;im_cp_incl_name&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;and &lt;/SPAN&gt;dbobj_kind&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;if_amdp_base&lt;SPAN class="L0S70"&gt;=&amp;gt;&lt;/SPAN&gt;co_dbobj_kind_procedure&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;and &lt;/SPAN&gt;dbobj_name&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;im_db_proc_name&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;if &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #ff0000;"&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;subrc &amp;lt;&amp;gt; &lt;SPAN class="L0S32"&gt;0&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rabax_object_not_found&lt;SPAN class="L0S55"&gt;(&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;exporting &lt;/SPAN&gt;im_dbproc_curr_name &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;im_db_proc_name &lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;system will check the DBOBJ_NAME in table d010dbobj, it seem i need register or do some configuration , let the table has item of 'CL_DEMO_AMDP=&amp;gt;INCREASE_PRICE' .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;so could you please help to tell me where can i do the configuration for the testing ? many thanks for that.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;Sun&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2015 05:33:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-managed-database-procedures-amdp-example-support/m-p/10906717#M1890108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-28T05:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Managed Database Procedures (AMDP) example support</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-managed-database-procedures-amdp-example-support/m-p/10906718#M1890109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now that´s interesting ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The example is one of &lt;A href="http://help.sap.com/abapdocu_740/en/index.htm?file=abenamdp_abexas.htm"&gt;many examples&lt;/A&gt;&lt;A href="http://help.sap.com/abapdocu_740/en/index.htm?file=abenamdp_abexas.htm" style="font-size: 10pt;"&gt; for AMDP &lt;/A&gt;&lt;SPAN style="font-size: 10pt;"&gt;in the example library. Of course it should work. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must be on a HANA database and you must have the privileges described under &lt;A href="http://help.sap.com/abapdocu_740/en/index.htm?file=abenamdp_hdb_sqlscript.htm"&gt;SQLScript for the HANA Database&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That´s normally all ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2015 09:01:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-managed-database-procedures-amdp-example-support/m-p/10906718#M1890109</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2015-02-28T09:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Managed Database Procedures (AMDP) example support</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-managed-database-procedures-amdp-example-support/m-p/10906719#M1890110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Keller,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; many thanks for your reply.&lt;/P&gt;&lt;P&gt;i guess the reason is that our HANA system upgrated recently, for the Demo Class&amp;nbsp; CL_DEMO_AMDP,there is no record be registered in table&amp;nbsp; 'd010dbobj'. but for the new class which i created manully, i found table&amp;nbsp; 'd010dbobj' has data realted my new class. so the new class works well . &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: times new roman,times; font-size: 12pt;"&gt;although i don't know the reason but it is not a big problem, if i want to use the Demo Class,i can copy them to a new one.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: times new roman,times; font-size: 12pt;"&gt;thanks again. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: times new roman,times; font-size: 12pt;"&gt;Sun&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 08:55:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-managed-database-procedures-amdp-example-support/m-p/10906719#M1890110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-02T08:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Managed Database Procedures (AMDP) example support</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-managed-database-procedures-amdp-example-support/m-p/10906720#M1890111</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;Since those are &lt;STRONG&gt;ABAP managed&lt;/STRONG&gt; procedures, they must be independent from the HANA version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that you run into a ABAP kernel bug that was corrected with SAP note &lt;SPAN style="color: #1f497d; font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: DE; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;2091913&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case, you can also re-generate the demo class in the class builder and it should be fine, no need to copy the classes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Horst&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Horst Keller&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 10:09:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-managed-database-procedures-amdp-example-support/m-p/10906720#M1890111</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2015-03-02T10:09:55Z</dc:date>
    </item>
  </channel>
</rss>

