<?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 get table name and fields from SAP in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246299#M93870</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I made connection to SAP data. Now I want to get tables and their fields. Please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Oct 2011 11:13:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-10-13T11:13:54Z</dc:date>
    <item>
      <title>get table name and fields from SAP</title>
      <link>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246299#M93870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I made connection to SAP data. Now I want to get tables and their fields. Please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 11:13:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246299#M93870</guid>
      <dc:creator />
      <dc:date>2011-10-13T11:13:54Z</dc:date>
    </item>
    <item>
      <title>get table name and fields from SAP</title>
      <link>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246300#M93871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swapnil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You want to get all tables name and fields from SAP? If you are looking for this one, I think it hard to make it happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let try some query after you connect to SAP with this &lt;/P&gt;&lt;P&gt;SELECT * FROM VBAP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After reload data, then you will see the table Name [VBAP] with many field name in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 11:54:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246300#M93871</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2011-10-13T11:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: get table name and fields from SAP</title>
      <link>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246301#M93872</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;Use the script builder QVW file with the SAP Connector to build that. It's under&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;C:\ProgramData\QlikTech\Custom Data\QvSAPConnector\&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to set up the driver configuration in the file ReLoadSAPDD.qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 11:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246301#M93872</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-10-13T11:55:32Z</dc:date>
    </item>
    <item>
      <title>get table name and fields from SAP</title>
      <link>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246302#M93873</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 need to give correct ODBC connection and Language.&lt;/P&gt;&lt;P&gt;Also the metadata is coming from SQL queries. &lt;/P&gt;&lt;P&gt;What connection and Language I need to specify there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 12:00:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246302#M93873</guid>
      <dc:creator />
      <dc:date>2011-10-13T12:00:20Z</dc:date>
    </item>
    <item>
      <title>get table name and fields from SAP</title>
      <link>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246303#M93874</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;Create a DSN naming once and use it in QV Application for the SQL queries and then connect with SAP Connector to connect SAP data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 12:03:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246303#M93874</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-10-13T12:03:34Z</dc:date>
    </item>
    <item>
      <title>get table name and fields from SAP</title>
      <link>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246304#M93875</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;But which driver I have to use for that DSN and what connectivity I have to spcify for DSN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 12:09:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246304#M93875</guid>
      <dc:creator />
      <dc:date>2011-10-13T12:09:47Z</dc:date>
    </item>
    <item>
      <title>get table name and fields from SAP</title>
      <link>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246305#M93876</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;Select OLE DB -&amp;gt; Connect -&amp;gt; Select OLE DB providers -&amp;gt; Next -&amp;gt; Give your Server Name, User Name, Password -&amp;gt; check your connection and then set settings and after that select tables in qlikview and then select SAP connector and load data (install SAP copnnector from the Qlikview Download section and load the drivers and connectors)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 13:42:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246305#M93876</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-10-13T13:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: get table name and fields from SAP</title>
      <link>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246306#M93877</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;Are you using the QlikView Connector for SAP or any other driver? In any case, the language you will need to specify is English ("E"), German ("D") and the letter or letters that correspond to your language (in my case, Spanish "S").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using the QlikView Connector, go to the Script Editor and in the lower part of the screen you will find ODBC, OLEDB and QvSAPConnector, QvSAPReportConnector and so on. Select the QvSAPConnector (to read from "plain" tables), set your SAP server IP address or fully qualyfied domain name, user, password, client and system number (if you don't know these, you will have to ask yoru SAP expert).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; text-decoration: underline; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 15:14:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246306#M93877</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-10-13T15:14:59Z</dc:date>
    </item>
    <item>
      <title>get table name and fields from SAP</title>
      <link>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246307#M93878</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 connected to SAP server. Now it is giving me script line error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script line error: &lt;/P&gt;&lt;P&gt;SQL Select SPRAS, BLART, LTEXT&amp;nbsp; from T003T&lt;/P&gt;&lt;P&gt;where SPRAS = 'E'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2011 11:09:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246307#M93878</guid>
      <dc:creator />
      <dc:date>2011-10-18T11:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: get table name and fields from SAP</title>
      <link>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246308#M93879</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 still don't know whether you are using or not the QlikView SAP Connector. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried that SQL without the WHERE clause? Does it work? Does the SPRAS field have the E value? Use the Select... button in the script editor window to see a preview of the possible values in that table. As a general rule, although it should work, I never use commas between field names with SAP rather than just spaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2011 11:24:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246308#M93879</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-10-18T11:24:34Z</dc:date>
    </item>
    <item>
      <title>get table name and fields from SAP</title>
      <link>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246309#M93880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; pls use scriptbuilder.qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 04:13:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246309#M93880</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2011-10-21T04:13:55Z</dc:date>
    </item>
    <item>
      <title>get table name and fields from SAP</title>
      <link>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246310#M93881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Dear Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Are you inplemented that scenario with SAP ?.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 04:30:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246310#M93881</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2011-10-21T04:30:09Z</dc:date>
    </item>
    <item>
      <title>get table name and fields from SAP</title>
      <link>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246311#M93882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Yes I used it. &lt;/P&gt;&lt;P&gt;But in while fetching data it is giving me Scrpt Line error on Query..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked in QVSAPConnector log, it is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2011-10-21 01:34:29 Progress Connected to SAP with C:\Program Files\Common Files\QlikTech\Custom Data\QvSAPConnector\QvSAPConnector.dll 5, 5, 8639 IR&lt;/P&gt;&lt;P&gt;2011-10-21 01:34:29 Error Creation of function /QTQVC/OPEN_STREAM failed after 00:00:00 Key = RFC_INVALID_PARAMETER (Invalid parameter 'RFC_FUNCTION_DESC_HANDLE' was passed to the API call)&lt;/P&gt;&lt;P&gt;2011-10-21 01:34:29 Error Creation of function /QTQVC/FETCH_STREAM failed after 00:00:00 Key = RFC_INVALID_PARAMETER (Invalid parameter 'RFC_FUNCTION_DESC_HANDLE' was passed to the API call)&lt;/P&gt;&lt;P&gt;2011-10-21 01:34:29 Error /QTQVC/OPEN_STREAM failed after 00:00:00 Key = RFC_INVALID_PARAMETER (Invalid parameter 'RFC_FUNCTION_HANDLE' was passed to the API call)&lt;/P&gt;&lt;P&gt;2011-10-21 01:34:33 Error /QTQVC/FETCH_STREAM failed after 00:00:00 Key = RFC_INVALID_PARAMETER (Invalid parameter 'RFC_FUNCTION_HANDLE' was passed to the API call)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can not understand this issue.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Swapnil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 05:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246311#M93882</guid>
      <dc:creator />
      <dc:date>2011-10-21T05:44:42Z</dc:date>
    </item>
    <item>
      <title>get table name and fields from SAP</title>
      <link>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246312#M93883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; are you extracting table or query ?.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 06:08:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246312#M93883</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2011-10-21T06:08:17Z</dc:date>
    </item>
    <item>
      <title>get table name and fields from SAP</title>
      <link>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246313#M93884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Script line error: &lt;/P&gt;&lt;P&gt;DD02L:&amp;nbsp; &lt;/P&gt;&lt;P&gt;SQL SELECT TABNAME TABCLASS FROM DD02L where ( TABCLASS = 'TRANSP' or TABCLASS = 'POOL' or TABCLASS = 'CLUSTER' or ( TABCLASS = 'VIEW' and ( VIEWCLASS = 'D' or VIEWCLASS = 'P' ) ) ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is query from ReloadSAPDD dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before there is connection statement. It works properely..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 06:17:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246313#M93884</guid>
      <dc:creator />
      <dc:date>2011-10-21T06:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: get table name and fields from SAP</title>
      <link>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246314#M93885</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;You may try to use this script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL Select SPRAS, BLART, LTEXT&amp;nbsp; from T003T&lt;/P&gt;&lt;P&gt;Where T003T~SPRAS = 'E';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this would be a help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Anne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 07:16:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246314#M93885</guid>
      <dc:creator />
      <dc:date>2011-10-21T07:16:12Z</dc:date>
    </item>
    <item>
      <title>get table name and fields from SAP</title>
      <link>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246315#M93886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; your can separetly download ReloadSAPDD.qvw from download section.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 08:35:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246315#M93886</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2011-10-21T08:35:58Z</dc:date>
    </item>
    <item>
      <title>get table name and fields from SAP</title>
      <link>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246316#M93887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello swapnil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could it be that the QV connector transports are missing in the SAP system and has your SAP user all authorities that are required?&lt;/P&gt;&lt;P&gt;I have not so many experience with the QV connector because I have more experience with SAP itself. For me it looks more or less that the QV connector is not created correctly in the SAP system or the user has not enough authorities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2012 22:51:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/get-table-name-and-fields-from-SAP/m-p/246316#M93887</guid>
      <dc:creator />
      <dc:date>2012-03-12T22:51:02Z</dc:date>
    </item>
  </channel>
</rss>

