<?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: SAP Process chain variants from qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SAP-Process-chain-variants-from-qlikview/m-p/1442821#M432755</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is QlikView forum not a SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYQ, There is table name called "/SAPAPO/RTSINPUT_CUBE" if you have one variant it will store with in the table. And it you have many variants like you said there is Table called &lt;STRONG&gt;VARID&lt;/STRONG&gt;, &lt;STRONG&gt;FM -"RS_VARIANT_CONTENTS"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, Finally my question does your table is Transaction Data or Business data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot get the variant values directly from SAP Table, First get variant name from &lt;STRONG&gt;VARID&lt;/STRONG&gt; table and then use this from &lt;STRONG&gt;RS_VARIANT_CONTENTS &lt;/STRONG&gt;like i said first sentence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this data has Transaction fields i believe we will get &lt;STRONG&gt;SHDTV&lt;/STRONG&gt; Table in SAP (Just for assumption)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Dec 2017 05:19:30 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-12-07T05:19:30Z</dc:date>
    <item>
      <title>SAP Process chain variants from qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-Process-chain-variants-from-qlikview/m-p/1442818#M432752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP BW team has created a process chain and used two variants one for start(var_start) and one for end(var_end).&lt;/P&gt;&lt;P&gt;Now I need to read those variants details like date and time stamp into qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help on the same.&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, 07 Dec 2017 04:49:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-Process-chain-variants-from-qlikview/m-p/1442818#M432752</guid>
      <dc:creator>mightyqlikers</dc:creator>
      <dc:date>2017-12-07T04:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Process chain variants from qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-Process-chain-variants-from-qlikview/m-p/1442819#M432753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you call "Variant" in SAP i believe they created 2 nodes for you to pull data with different business. So, Here we were load 2 instances and/or variant of each to call them up into Qlikview. So, This is how you need SAP connector by SAP platform provider.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Connection String ...&lt;/P&gt;&lt;P&gt;Variant1:&lt;/P&gt;&lt;P&gt;Load ....&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Either one here Join / &lt;SPAN style="text-decoration: line-through;"&gt;Concatenate&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Variant2:&lt;/P&gt;&lt;P&gt;Load ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From here, There is 2 manipulation as needs, If we are focusing on SQL as mediator of-course, It Would need SQL functions to change from current stamp to required like To_Char() ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SELECT Date_Format(var_start, 'DD-MM-YYYY hh:mm:ss') as var_start From Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SELECT Date_Format(var_end, 'DD-MM-YYYY hh:mm:ss') as var_start From Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meantime, I have one free offer for you, If we are loading using Qlikview LOAD statement there should be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SELECT TimeStamp(var_start, 'DD-MM-YYYY hh:mm:ss') as var_start From Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SELECT TimeStamp(var_end, 'DD-MM-YYYY hh:mm:ss') as var_start From Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;So, Finally you need to understand the business to create perfect Data model for 2 instances and other dimensional tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 05:03:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-Process-chain-variants-from-qlikview/m-p/1442819#M432753</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-07T05:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Process chain variants from qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-Process-chain-variants-from-qlikview/m-p/1442820#M432754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Anil,&lt;/P&gt;&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you know in which table this variant details will be stored in sap?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 05:12:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-Process-chain-variants-from-qlikview/m-p/1442820#M432754</guid>
      <dc:creator>mightyqlikers</dc:creator>
      <dc:date>2017-12-07T05:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Process chain variants from qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-Process-chain-variants-from-qlikview/m-p/1442821#M432755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is QlikView forum not a SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYQ, There is table name called "/SAPAPO/RTSINPUT_CUBE" if you have one variant it will store with in the table. And it you have many variants like you said there is Table called &lt;STRONG&gt;VARID&lt;/STRONG&gt;, &lt;STRONG&gt;FM -"RS_VARIANT_CONTENTS"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, Finally my question does your table is Transaction Data or Business data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot get the variant values directly from SAP Table, First get variant name from &lt;STRONG&gt;VARID&lt;/STRONG&gt; table and then use this from &lt;STRONG&gt;RS_VARIANT_CONTENTS &lt;/STRONG&gt;like i said first sentence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this data has Transaction fields i believe we will get &lt;STRONG&gt;SHDTV&lt;/STRONG&gt; Table in SAP (Just for assumption)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 05:19:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-Process-chain-variants-from-qlikview/m-p/1442821#M432755</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-07T05:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Process chain variants from qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-Process-chain-variants-from-qlikview/m-p/1442822#M432756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you fetching data from SAP Z reports?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 06:51:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-Process-chain-variants-from-qlikview/m-p/1442822#M432756</guid>
      <dc:creator>neha_shirsath</dc:creator>
      <dc:date>2017-12-07T06:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Process chain variants from qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-Process-chain-variants-from-qlikview/m-p/1442823#M432757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This variant are not stored in any table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 11:51:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-Process-chain-variants-from-qlikview/m-p/1442823#M432757</guid>
      <dc:creator>neha_shirsath</dc:creator>
      <dc:date>2017-12-07T11:51:06Z</dc:date>
    </item>
  </channel>
</rss>

