<?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: Select statement on SAP BW DSO object in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Select-statement-on-SAP-BW-DSO-object/m-p/419231#M12843</link>
    <description>&lt;P&gt;We found the solution by using aliases in the PROC SQL FROM statement&amp;nbsp;to the BW DSO tables.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Dec 2017 16:10:50 GMT</pubDate>
    <dc:creator>edv2017</dc:creator>
    <dc:date>2017-12-07T16:10:50Z</dc:date>
    <item>
      <title>Select statement on SAP BW DSO object</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Select-statement-on-SAP-BW-DSO-object/m-p/418522#M12794</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have installed the Surveyor and follow a parallel approach. &lt;STRONG&gt;First approach&lt;/STRONG&gt; is transferring the metadata and transfer specific BW infoprovider transactional content afterwards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We also have a &lt;STRONG&gt;second approach&lt;/STRONG&gt; to select data directly using SQL. Is this possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We do not seem to have a correct statement.&lt;/P&gt;&lt;P&gt;The source system is BW on HANA.&lt;/P&gt;&lt;P&gt;Technical name of advanced DSO: CDDPOA02&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are trying statements like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LIBNAME SAPBW SASIOSR3&amp;nbsp; sysnr=10 ashost=asapbwci00.hosting.corp trace=0&amp;nbsp; destgroup="SAS1" BatchMode=1 language=EN&lt;/P&gt;&lt;P&gt;! Client=100 USER=TESTSAS PASSWORD=XXXXXXXXXXXX;&lt;/P&gt;&lt;P&gt;NOTE: Libref SAPBW was successfully assigned as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Engine:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; R3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Physical Name: asapbwci00.hosting.corp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC SQL;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SELECT count(*)&lt;BR /&gt;FROM SAPBW.CDDPOA02;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And get errors like these:&lt;BR /&gt;ERROR: Exception while using RFC to SAP: TABLE_NOT_AVAILABLE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We also tried:&lt;/P&gt;&lt;P&gt;SELECT count(*)&lt;BR /&gt;FROM SAPBW./BIC/ACDDPOA022;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or some more statements. All to no luck.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea which statement works?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Eelco de Vries&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 14:57:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Select-statement-on-SAP-BW-DSO-object/m-p/418522#M12794</guid>
      <dc:creator>edv2017</dc:creator>
      <dc:date>2017-12-06T14:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: Select statement on SAP BW DSO object</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Select-statement-on-SAP-BW-DSO-object/m-p/418528#M12795</link>
      <description>Contact your SAP BW admin to verify that you have the necessary rights and set correct options to be able to access that specific table. He/she should also be able to check the logs for more specific information about your access attempt. &lt;BR /&gt;You could also add &lt;BR /&gt;Options sastrace=',,,d' sastraceloc = saslog nostsuffix msglevel=i;&lt;BR /&gt;to possible get out more info in the SAS log.</description>
      <pubDate>Tue, 05 Dec 2017 16:54:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Select-statement-on-SAP-BW-DSO-object/m-p/418528#M12795</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-12-05T16:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Select statement on SAP BW DSO object</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Select-statement-on-SAP-BW-DSO-object/m-p/418773#M12811</link>
      <description>&lt;P&gt;Hi LinusH,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Indeed we are also testing new BW authorizations, but this is not where the solution is expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since when we try a normal metadata table in BW we get the authorization message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SELECT count(*)&lt;/P&gt;&lt;P&gt;FROM SAPBW.RSDIOBJT;&lt;/P&gt;&lt;P&gt;ERROR: Exception while using RFC to SAP: NOT_AUTHORIZED&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And not the TABLE_NOT_AVAILABLE message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So it is purely &lt;STRONG&gt;how to access the BW advanced DSO object&lt;/STRONG&gt; &lt;STRONG&gt;via a SQL&amp;nbsp;statement&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Eelco de Vries&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 12:29:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Select-statement-on-SAP-BW-DSO-object/m-p/418773#M12811</guid>
      <dc:creator>edv2017</dc:creator>
      <dc:date>2017-12-06T12:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: Select statement on SAP BW DSO object</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Select-statement-on-SAP-BW-DSO-object/m-p/419231#M12843</link>
      <description>&lt;P&gt;We found the solution by using aliases in the PROC SQL FROM statement&amp;nbsp;to the BW DSO tables.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 16:10:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Select-statement-on-SAP-BW-DSO-object/m-p/419231#M12843</guid>
      <dc:creator>edv2017</dc:creator>
      <dc:date>2017-12-07T16:10:50Z</dc:date>
    </item>
  </channel>
</rss>

