<?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 Passing Data in Native SQL stored Procedures in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data-in-native-sql-stored-procedures/m-p/987234#M73271</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;We are connecting to a stored procedure in Oracle from a user exit. We have managed to send through small character variables but would like to pass through a large complex structure which can be interpretted and used by the Oracle db. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What options do we have to send this large data object through.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Sep 2005 08:22:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-09-26T08:22:22Z</dc:date>
    <item>
      <title>Passing Data in Native SQL stored Procedures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data-in-native-sql-stored-procedures/m-p/987234#M73271</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;We are connecting to a stored procedure in Oracle from a user exit. We have managed to send through small character variables but would like to pass through a large complex structure which can be interpretted and used by the Oracle db. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What options do we have to send this large data object through.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2005 08:22:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data-in-native-sql-stored-procedures/m-p/987234#M73271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-26T08:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Data in Native SQL stored Procedures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data-in-native-sql-stored-procedures/m-p/987235#M73272</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;I am not sure.Just try the following and create a table in oracle(say zzz_table) similar to the one in SE11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data wa type zzz_table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from zzz_table into wa where regno = '33'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exec sql.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create or replace procedure prod1 ( m in zzz_table ) is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;begin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;insert into student ( regno, name, percentage )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;values ( &amp;amp;m-regno, &amp;amp;m-name, &amp;amp;m-percentage );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;execute procedure prod1 ( in :wa)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly reward points by clicking the star on the left of reply,if it is helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2005 09:06:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data-in-native-sql-stored-procedures/m-p/987235#M73272</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2005-09-26T09:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Data in Native SQL stored Procedures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data-in-native-sql-stored-procedures/m-p/987236#M73273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the posting - this does not really help me though. We need to send through a complex structure and I am not sure what data types are supported - and maybe this is the bottom line question. We need to send information through that  will effectively map to an Oracle user defined type which is structured and nested etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this is clearer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2005 10:10:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data-in-native-sql-stored-procedures/m-p/987236#M73273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-26T10:10:47Z</dc:date>
    </item>
  </channel>
</rss>

