<?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 fetching two field having same name from SAP in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/fetching-two-field-having-same-name-from-SAP/m-p/205769#M62109</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same error after applying your as with load statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Nov 2010 09:44:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-11-30T09:44:49Z</dc:date>
    <item>
      <title>fetching two field having same name from SAP</title>
      <link>https://community.qlik.com/t5/QlikView/fetching-two-field-having-same-name-from-SAP/m-p/205765#M62105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to fetch customer from 2 table from SAP , one is sold to party , and another one is ship to party , both is identified by a field KUNNR and i am joining both tables. when load script then a error: Fields with same name .&lt;/P&gt;&lt;P&gt;How to rename it while fetching from SAP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 07:14:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/fetching-two-field-having-same-name-from-SAP/m-p/205765#M62105</guid>
      <dc:creator />
      <dc:date>2010-11-30T07:14:09Z</dc:date>
    </item>
    <item>
      <title>fetching two field having same name from SAP</title>
      <link>https://community.qlik.com/t5/QlikView/fetching-two-field-having-same-name-from-SAP/m-p/205766#M62106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;1. First of all, what tables are you referring to.. ?&lt;/P&gt;&lt;P&gt;2. If you'r working with SapConnector, try to read the tables with medium description.&lt;/P&gt;&lt;P&gt;3. Do Load on the Select and you will able to change a field names.&lt;/P&gt;&lt;P&gt;hope it helps..&lt;/P&gt;&lt;P&gt;Guy tzumer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 08:04:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/fetching-two-field-having-same-name-from-SAP/m-p/205766#M62106</guid>
      <dc:creator>guytzumer</dc:creator>
      <dc:date>2010-11-30T08:04:30Z</dc:date>
    </item>
    <item>
      <title>fetching two field having same name from SAP</title>
      <link>https://community.qlik.com/t5/QlikView/fetching-two-field-having-same-name-from-SAP/m-p/205767#M62107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My Code is:&lt;/P&gt;&lt;P&gt;Load *;&lt;/P&gt;&lt;P&gt;sql select&lt;/P&gt;&lt;P&gt;VAPMA~KUNNR&lt;/P&gt;&lt;P&gt;VBPA~KUNNR&lt;/P&gt;&lt;P&gt;FROM VAPMA INNER JOIN ON (VAPMA~VBELN = VBPA~VBELN) ;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;ERROR : KUNNR is already declared.&lt;/P&gt;&lt;P&gt;while I am fetching data from sap.&lt;/P&gt;&lt;P&gt;I require both KUNNR fields .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 08:29:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/fetching-two-field-having-same-name-from-SAP/m-p/205767#M62107</guid>
      <dc:creator />
      <dc:date>2010-11-30T08:29:06Z</dc:date>
    </item>
    <item>
      <title>fetching two field having same name from SAP</title>
      <link>https://community.qlik.com/t5/QlikView/fetching-two-field-having-same-name-from-SAP/m-p/205768#M62108</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 can declare the different names after the Load statement:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;VAPMA~KUNNR as SoldToCustomerNo,&lt;/P&gt;&lt;P&gt;VBPA~KUNNR as ShipToCustomerNo;&lt;/P&gt;&lt;P&gt;SQL SELECT ... ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just remember that later you'll have to connect the lookup tables (Customer addresses, names etc.) according to the same names.&lt;/P&gt;&lt;P&gt;BTW: I'm not familiar with SAP DB so maybe the VAPMA is the ship to and not the sold to... Don't know.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Montal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 09:23:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/fetching-two-field-having-same-name-from-SAP/m-p/205768#M62108</guid>
      <dc:creator />
      <dc:date>2010-11-30T09:23:05Z</dc:date>
    </item>
    <item>
      <title>fetching two field having same name from SAP</title>
      <link>https://community.qlik.com/t5/QlikView/fetching-two-field-having-same-name-from-SAP/m-p/205769#M62109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same error after applying your as with load statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 09:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/fetching-two-field-having-same-name-from-SAP/m-p/205769#M62109</guid>
      <dc:creator />
      <dc:date>2010-11-30T09:44:49Z</dc:date>
    </item>
    <item>
      <title>fetching two field having same name from SAP</title>
      <link>https://community.qlik.com/t5/QlikView/fetching-two-field-having-same-name-from-SAP/m-p/205770#M62110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can link VBAK-VBELN and VBPA-VBELN . this will gives you all partner function details related to sales order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 09:49:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/fetching-two-field-having-same-name-from-SAP/m-p/205770#M62110</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2010-11-30T09:49:45Z</dc:date>
    </item>
    <item>
      <title>fetching two field having same name from SAP</title>
      <link>https://community.qlik.com/t5/QlikView/fetching-two-field-having-same-name-from-SAP/m-p/205771#M62111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rajnigupta, since you are performing an inner join on VAPMA-KUNNR = VBPA-KUNNR, these two fields (both named KUNNR in your query) will have the same content. So my suggestion is to use just one of them.&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;PRE&gt;SQL SELECT&lt;BR /&gt;VAPMA-KUNNR&lt;BR /&gt;FROM VAPMA INNER JOIN VBPA ON VAPMA-KUNNR = VBPA-KUNNR&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that I worked on the SQL statement and not on the LOAD statement (which, I think, you can discard) as suggested by Montal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 12:27:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/fetching-two-field-having-same-name-from-SAP/m-p/205771#M62111</guid>
      <dc:creator>googel84</dc:creator>
      <dc:date>2010-11-30T12:27:17Z</dc:date>
    </item>
  </channel>
</rss>

