<?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 Connector QV - SAP - table name problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Connector-QV-SAP-table-name-problem/m-p/1244389#M394805</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have code like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CUSTOM CONNECT TO "Provider=QvSAPConnector.dll;ASHOST=te2gui.sap.gk.impel.pl;SYSNR=14;CLIENT=600;KeepCasing=1;NullDate=1;XUserId=LHIPUIZKfKVGVCJKXA;XPassword=IEbERRJLZZNMDcNOBLNB;";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GVDPL_PZUS_MIEJ:&lt;/P&gt;&lt;P&gt;load *;&lt;/P&gt;&lt;P&gt;select * from /GVDPL/PZUS_MIEJ;&lt;/P&gt;&lt;P&gt;store GVDPL_PZUS_MIEJ into $(GDZIE_IBS)GVDPL_PZUS_MIEJ_600.qvd;&lt;/P&gt;&lt;P&gt;DROP Table GVDPL_PZUS_MIEJ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So first there is connector to SAP from QV, and next i am trying to download table /GVDPL/PZUS_MIEJ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is in table name : /GVDPL/PZUS_MIEJ --&amp;gt; exactly in sign "/". &lt;/P&gt;&lt;P&gt;When I am trying to connect to this table in SAP - there is an error: &lt;IMG alt="error.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/145111_error.jpg" style="height: 94px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe brackets will be heplful ? How can i connect to this table ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jacek Antek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Nov 2016 11:35:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-11-29T11:35:46Z</dc:date>
    <item>
      <title>Connector QV - SAP - table name problem</title>
      <link>https://community.qlik.com/t5/QlikView/Connector-QV-SAP-table-name-problem/m-p/1244389#M394805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have code like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CUSTOM CONNECT TO "Provider=QvSAPConnector.dll;ASHOST=te2gui.sap.gk.impel.pl;SYSNR=14;CLIENT=600;KeepCasing=1;NullDate=1;XUserId=LHIPUIZKfKVGVCJKXA;XPassword=IEbERRJLZZNMDcNOBLNB;";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GVDPL_PZUS_MIEJ:&lt;/P&gt;&lt;P&gt;load *;&lt;/P&gt;&lt;P&gt;select * from /GVDPL/PZUS_MIEJ;&lt;/P&gt;&lt;P&gt;store GVDPL_PZUS_MIEJ into $(GDZIE_IBS)GVDPL_PZUS_MIEJ_600.qvd;&lt;/P&gt;&lt;P&gt;DROP Table GVDPL_PZUS_MIEJ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So first there is connector to SAP from QV, and next i am trying to download table /GVDPL/PZUS_MIEJ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is in table name : /GVDPL/PZUS_MIEJ --&amp;gt; exactly in sign "/". &lt;/P&gt;&lt;P&gt;When I am trying to connect to this table in SAP - there is an error: &lt;IMG alt="error.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/145111_error.jpg" style="height: 94px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe brackets will be heplful ? How can i connect to this table ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jacek Antek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 11:35:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connector-QV-SAP-table-name-problem/m-p/1244389#M394805</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-29T11:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Connector QV - SAP - table name problem</title>
      <link>https://community.qlik.com/t5/QlikView/Connector-QV-SAP-table-name-problem/m-p/1244390#M394806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem solved:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These brackets solved the problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;/GVDPL/PZUS_MIEJ&lt;STRONG&gt;)&lt;/STRONG&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 12:32:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connector-QV-SAP-table-name-problem/m-p/1244390#M394806</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-29T12:32:22Z</dc:date>
    </item>
  </channel>
</rss>

