<?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: Extract DB2 Configuration parameters using SAP standard function modules in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/extract-db2-configuration-parameters-using-sap-standard-function-modules/m-p/4572251#M1078926</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sumeet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no idea if there is a function module for retrieving DB2 parameters. Try searching for a FM containing 'DB2' or 'PARAM' to see if you find one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can of course execute Native SQL from ABAP, which would allow you to retrieve the DB parameters. Look at &lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/fc/eb3b8b358411d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/fc/eb3b8b358411d1829f0000e829fbfe/frameset.htm&lt;/A&gt; for an example how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Graham Robbo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Oct 2008 01:25:10 GMT</pubDate>
    <dc:creator>GrahamRobbo</dc:creator>
    <dc:date>2008-10-06T01:25:10Z</dc:date>
    <item>
      <title>Extract DB2 Configuration parameters using SAP standard function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extract-db2-configuration-parameters-using-sap-standard-function-modules/m-p/4572250#M1078925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like use a SAP standard Function module to extract DB2 configuration parameters. Please also provide a example on how to use the function module to collect data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If no such function is available please suggest a Standard sap function module to execture and collect the results for native SQL to DB2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards &lt;/P&gt;&lt;P&gt;Sumeet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Oct 2008 07:34:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extract-db2-configuration-parameters-using-sap-standard-function-modules/m-p/4572250#M1078925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-05T07:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Extract DB2 Configuration parameters using SAP standard function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extract-db2-configuration-parameters-using-sap-standard-function-modules/m-p/4572251#M1078926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sumeet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no idea if there is a function module for retrieving DB2 parameters. Try searching for a FM containing 'DB2' or 'PARAM' to see if you find one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can of course execute Native SQL from ABAP, which would allow you to retrieve the DB parameters. Look at &lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/fc/eb3b8b358411d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/fc/eb3b8b358411d1829f0000e829fbfe/frameset.htm&lt;/A&gt; for an example how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Graham Robbo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 01:25:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extract-db2-configuration-parameters-using-sap-standard-function-modules/m-p/4572251#M1078926</guid>
      <dc:creator>GrahamRobbo</dc:creator>
      <dc:date>2008-10-06T01:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Extract DB2 Configuration parameters using SAP standard function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extract-db2-configuration-parameters-using-sap-standard-function-modules/m-p/4572252#M1078927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Graham &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for replying. I have found two function modules suitable to my requirement but cannot get to execute them correctly &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function modules are &lt;/P&gt;&lt;P&gt;1. DB6_PM_DBCONFIG&lt;/P&gt;&lt;P&gt;2. DB6_PM_DBMCONFIG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you plz provide guidelines to use it. Examples would be extremely helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I donot want to write any additional abap coding to execute native SQL. I need a readymade sap provided function module which may for example accept the SQL as parameter and then return the output. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;sumeet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 02:26:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extract-db2-configuration-parameters-using-sap-standard-function-modules/m-p/4572252#M1078927</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T02:26:44Z</dc:date>
    </item>
  </channel>
</rss>

