<?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: SQL Query not working in SAP for extractig data from tables (Combination of tables) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SQL-Query-not-working-in-SAP-for-extractig-data-from-tables/m-p/738614#M1228748</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SQL connector uses ABAP sql syntax which different than the one that you used in your Oracle client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try this one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;A~MBLNR&amp;nbsp; A~WERKS A~MATNR A~CHARG A~BWART A~MENGE A~MJAHR B~BUDAT &lt;/P&gt;&lt;P&gt;FROM MSEG as A INNER JOIN MKPF as B ON A~MBLNR EQ B~MBLNR&lt;/P&gt;&lt;P&gt;WHERE A~WERKS EQ 'A100' &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND A~MATNR EQ 'RM010000'&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND B~BUDAT GE '20140101'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked for me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Yaniv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jul 2014 10:01:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-07-09T10:01:26Z</dc:date>
    <item>
      <title>SQL Query not working in SAP for extractig data from tables (Combination of tables)</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Query-not-working-in-SAP-for-extractig-data-from-tables/m-p/738613#M1228745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Helvetica', 'sans-serif'; color: #3d3d3d; font-size: 10pt;"&gt;Hi Guys&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Helvetica', 'sans-serif'; color: #3d3d3d; font-size: 10pt;"&gt;We have SAP ECC 6 , Oracle 11 i&amp;nbsp;&amp;nbsp; as data base. Below is the query which i have in Qlikview to extract the data from SAP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN" style="font-family: 'Helvetica', 'sans-serif'; background: yellow; color: #3d3d3d; font-size: 9pt;"&gt;SQL SELECT &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN" style="font-family: 'Helvetica', 'sans-serif'; background: yellow; color: #3d3d3d; font-size: 9pt;"&gt;MBLNR,&amp;nbsp; WERKS, MATNR, CHARG,&amp;nbsp; BWART, MENGE, MJAHR,&amp;nbsp; MKPF.BUDAT&amp;nbsp; FROM MSEG&amp;nbsp; , MKPF&amp;nbsp; where MSEG.MBLNR = MKPF.MBLNR and WERKS ='A100' and&amp;nbsp; MATNR = 'RM010000'&amp;nbsp; AND MKPF.BUDAT &amp;gt;= TO_DATE(’01-JAN-2014’,’DD-MON-YYYY’)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Helvetica', 'sans-serif'; color: #3d3d3d; font-size: 8pt;"&gt;Above query is not working with SAP , on the contrary, when i use this query with our oracle server (Other than SAP), it works fine. Can anybody pls. help me out for this.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN" style="font-family: 'Helvetica', 'sans-serif'; color: #3d3d3d; font-size: 9pt;"&gt;Below is the error which i am getting.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Helvetica', 'sans-serif'; color: #3d3d3d; font-size: 9pt;"&gt;/QTQVC/OPEN_STREAM failed after 00:00:00 Key = SQL_ERROR (ID:00 Type:E Number:001 Comma without preceding colon (after OPEN ?).)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 21:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Query-not-working-in-SAP-for-extractig-data-from-tables/m-p/738613#M1228745</guid>
      <dc:creator>rahulhv1</dc:creator>
      <dc:date>2026-01-26T21:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Query not working in SAP for extractig data from tables (Combination of tables)</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Query-not-working-in-SAP-for-extractig-data-from-tables/m-p/738614#M1228748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SQL connector uses ABAP sql syntax which different than the one that you used in your Oracle client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try this one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;A~MBLNR&amp;nbsp; A~WERKS A~MATNR A~CHARG A~BWART A~MENGE A~MJAHR B~BUDAT &lt;/P&gt;&lt;P&gt;FROM MSEG as A INNER JOIN MKPF as B ON A~MBLNR EQ B~MBLNR&lt;/P&gt;&lt;P&gt;WHERE A~WERKS EQ 'A100' &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND A~MATNR EQ 'RM010000'&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND B~BUDAT GE '20140101'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked for me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Yaniv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 10:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Query-not-working-in-SAP-for-extractig-data-from-tables/m-p/738614#M1228748</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-09T10:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Query not working in SAP for extractig data from tables (Combination of tables)</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Query-not-working-in-SAP-for-extractig-data-from-tables/m-p/738615#M1228751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much yaniv, its working... but what about date format? i wish to data for 31st dec. 2014?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 11:16:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Query-not-working-in-SAP-for-extractig-data-from-tables/m-p/738615#M1228751</guid>
      <dc:creator>rahulhv1</dc:creator>
      <dc:date>2014-07-09T11:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Query not working in SAP for extractig data from tables (Combination of tables)</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Query-not-working-in-SAP-for-extractig-data-from-tables/m-p/738616#M1228754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ABAP uses the following date format:&lt;/P&gt;&lt;P&gt;YYYYMMDD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can format the date in QlikView whichever you want...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 13:29:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Query-not-working-in-SAP-for-extractig-data-from-tables/m-p/738616#M1228754</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-09T13:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Query not working in SAP for extractig data from tables (Combination of tables)</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Query-not-working-in-SAP-for-extractig-data-from-tables/m-p/738617#M1228756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, please mark question as Answered if the solution helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 13:30:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Query-not-working-in-SAP-for-extractig-data-from-tables/m-p/738617#M1228756</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-09T13:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Query not working in SAP for extractig data from tables (Combination of tables)</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Query-not-working-in-SAP-for-extractig-data-from-tables/m-p/738618#M1228758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, i''ll, but where to mark? i can not locate any provision to mark is corrct.. Any ways,Sorry to say, but the query is giving below error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Custom read failed&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SQL SELECT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A~MBLNR&amp;nbsp; A~WERKS A~MATNR A~CHARG A~BWART A~MENGE A~MJAHR B~BUDAT &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM MSEG as A INNER JOIN MKPF as B ON A~MBLNR EQ B~MBLNR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WHERE A~WERKS EQ '4000' &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND B~BUDAT GE '20140101'&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 03:48:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Query-not-working-in-SAP-for-extractig-data-from-tables/m-p/738618#M1228758</guid>
      <dc:creator>rahulhv1</dc:creator>
      <dc:date>2014-07-10T03:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Query not working in SAP for extractig data from tables (Combination of tables)</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-Query-not-working-in-SAP-for-extractig-data-from-tables/m-p/738619#M1228760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please send the connector log file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 06:09:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-Query-not-working-in-SAP-for-extractig-data-from-tables/m-p/738619#M1228760</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-10T06:09:07Z</dc:date>
    </item>
  </channel>
</rss>

