<?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: Get data from oracle procedure using native sql in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-oracle-procedure-using-native-sql/m-p/385638#M9352</link>
    <description>&lt;P&gt;See &lt;A href="https://help.sap.com/http.svc/rc/abapdocu_751_index_htm/7.51/en-US/index.htm?file=abenadbc_procedure.htm" target="test_blank"&gt;https://help.sap.com/http.svc/rc/abapdocu_751_index_htm/7.51/en-US/index.htm?file=abenadbc_procedure.htm&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Feb 2017 16:41:19 GMT</pubDate>
    <dc:creator>retired_member</dc:creator>
    <dc:date>2017-02-27T16:41:19Z</dc:date>
    <item>
      <title>Get data from oracle procedure using native sql</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-oracle-procedure-using-native-sql/m-p/385635#M9349</link>
      <description>&lt;P&gt;Dear Abappers,&lt;/P&gt;&lt;P&gt;How can I get data from oracle procedure using cursor using native sql in abap.?&lt;/P&gt;&lt;P&gt;I  have different codes but  no  success. &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aneel&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 11:56:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-oracle-procedure-using-native-sql/m-p/385635#M9349</guid>
      <dc:creator>aneel_munawar</dc:creator>
      <dc:date>2017-02-27T11:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Get data from oracle procedure using native sql</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-oracle-procedure-using-native-sql/m-p/385636#M9350</link>
      <description>&lt;P&gt;procedure  has one cursor out and two  parameters as in as date type. &lt;/P&gt;&lt;P&gt;The cursor will return following  fields.&lt;/P&gt;&lt;P&gt;SBS_NO(100),&lt;BR /&gt;
STORE_NO(100),&lt;BR /&gt;
DOC_NO(100),&lt;BR /&gt;
DOCUMENT_DATE(100),&lt;BR /&gt;
POSTING_DATE(100),&lt;BR /&gt;
LOC_DNAME(100),&lt;BR /&gt;
TENDER_NAME(100),&lt;BR /&gt;
CRD_NAME(100),&lt;BR /&gt;
AMOUNT(100),&lt;BR /&gt;
SALE_DISCOUNT(100),&lt;BR /&gt;
TAX_AMOUNT(100),&lt;BR /&gt;
TAX_RATE(100),&lt;BR /&gt;
REFERENCE_TXT(100),&lt;BR /&gt;
LINE_ITEM_TEXT(100),&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 12:01:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-oracle-procedure-using-native-sql/m-p/385636#M9350</guid>
      <dc:creator>aneel_munawar</dc:creator>
      <dc:date>2017-02-27T12:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Get data from oracle procedure using native sql</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-oracle-procedure-using-native-sql/m-p/385637#M9351</link>
      <description>&lt;P&gt;Could you post code of  any of your try, also be sure to read &lt;A href="http://help-legacy.sap.com/abapdocu_751/en/abapexec_procedure.htm"&gt;EXEC SQL - EXECUTE&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 12:37:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-oracle-procedure-using-native-sql/m-p/385637#M9351</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-02-27T12:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Get data from oracle procedure using native sql</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-oracle-procedure-using-native-sql/m-p/385638#M9352</link>
      <description>&lt;P&gt;See &lt;A href="https://help.sap.com/http.svc/rc/abapdocu_751_index_htm/7.51/en-US/index.htm?file=abenadbc_procedure.htm" target="test_blank"&gt;https://help.sap.com/http.svc/rc/abapdocu_751_index_htm/7.51/en-US/index.htm?file=abenadbc_procedure.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 16:41:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-oracle-procedure-using-native-sql/m-p/385638#M9352</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2017-02-27T16:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Get data from oracle procedure using native sql</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-oracle-procedure-using-native-sql/m-p/385639#M9353</link>
      <description>&lt;P&gt;Dear Raymond,&lt;/P&gt;&lt;P&gt;I am using this program. File is attached.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aneel&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/storage/attachments/22695-ztest.txt"&gt;ztest.txt&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 05:36:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-oracle-procedure-using-native-sql/m-p/385639#M9353</guid>
      <dc:creator>aneel_munawar</dc:creator>
      <dc:date>2017-02-28T05:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Get data from oracle procedure using native sql</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-oracle-procedure-using-native-sql/m-p/385640#M9354</link>
      <description>&lt;P&gt;Dear &lt;A href="https://answers.sap.com/users/3970/horstkeller.html"&gt;Horst Keller&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;I am using external oracle Database but not current sap oracle DB. I have connected the external DB using DBCOCKPIT option.&lt;/P&gt;&lt;P&gt;I have attached the text file. You can see the file above. I can get the data from table but I am facing issue when I get data from oracle procedure.&lt;/P&gt;&lt;P&gt; The procedure takes two date parameters and returns the dataset of columns as given in text file.  But I am unable to print that returned data.&lt;/P&gt;&lt;P&gt;Need your help. &lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aneel &lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 05:47:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-data-from-oracle-procedure-using-native-sql/m-p/385640#M9354</guid>
      <dc:creator>aneel_munawar</dc:creator>
      <dc:date>2017-02-28T05:47:44Z</dc:date>
    </item>
  </channel>
</rss>

