<?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 SAP PS hierarchy in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SAP-PS-hierarchy/m-p/266872#M707629</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey saad,&lt;/P&gt;&lt;P&gt;thanks for the heads up i have tried both of these i guess i need to try more ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Nov 2011 09:55:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-11-30T09:55:26Z</dc:date>
    <item>
      <title>SAP PS hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-PS-hierarchy/m-p/266870#M707625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;guys i need help in developing hierarchy between the wbs (work breakdown structure) and 2nd level wbs and then again 3rd level wbs/network(which is the order). now this is achieved in sap through a table called &lt;SPAN style="font-family: Calibri, sans-serif; font-size: 11pt;"&gt;PRHI&lt;/SPAN&gt; which has following fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;MANDT-Client(ignore this one)&lt;/LI&gt;&lt;LI&gt;POSNR-WBS Element&lt;/LI&gt;&lt;LI&gt;PSPHI-Current Internal project number&lt;/LI&gt;&lt;LI&gt;Up-superior&lt;/LI&gt;&lt;LI&gt;Down-1st sub. wbs element&lt;/LI&gt;&lt;LI&gt;Left-left adjacent&lt;/LI&gt;&lt;LI&gt;Right-Right adjacent.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;through ABAP coding i can achieve this hierarchy which is as following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM PROJ&lt;/P&gt;&lt;P&gt;SELECT * FROM PRPS Where PSPHI EQ PROJ-PSPNR SELECTSINGLE * FROM PRHI WHERE POSNR EQ PRPS-PSPNR.&lt;/P&gt;&lt;P&gt;IF No Value Found&lt;/P&gt;&lt;P&gt;MOVE PRHI-UP&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDSELECT.&lt;/P&gt;&lt;P&gt;ENDSELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT PRHI.&lt;/P&gt;&lt;P&gt;SELECT SINGLE * FROM PRPS WHERE PSPNR EQ UP.&lt;/P&gt;&lt;P&gt;IF PRPS-STUFE NE '2'.&lt;/P&gt;&lt;P&gt;SELECT SINGLE * FROM PRHI WHERE POSNR EQ PRPS-PSPNR.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC EQ '0'.&lt;/P&gt;&lt;P&gt;MOVE PRHI-UP TO ITAB_TEST-UP.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;MODIFY ITAB_TEST.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone help me in developing this hierarchy in qlikview 10&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 05:40:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-PS-hierarchy/m-p/266870#M707625</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-30T05:40:10Z</dc:date>
    </item>
    <item>
      <title>SAP PS hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-PS-hierarchy/m-p/266871#M707627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Irfan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hierarchy and hierarchybelongsto can certainly solve your issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 09:29:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-PS-hierarchy/m-p/266871#M707627</guid>
      <dc:creator />
      <dc:date>2011-11-30T09:29:46Z</dc:date>
    </item>
    <item>
      <title>SAP PS hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-PS-hierarchy/m-p/266872#M707629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey saad,&lt;/P&gt;&lt;P&gt;thanks for the heads up i have tried both of these i guess i need to try more ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 09:55:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-PS-hierarchy/m-p/266872#M707629</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-30T09:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAP PS hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/SAP-PS-hierarchy/m-p/266873#M707631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, old issue, but I'm looking at the same problem now.&lt;/P&gt;&lt;P&gt;Did you manage to get this resolved? Hierarchy seems to be possible on QlikView Listbox, but I'm wondering if there are any possibilities to implement PS type of hierarchy on a tree in order to display some key figures on various PS levels.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 07:25:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SAP-PS-hierarchy/m-p/266873#M707631</guid>
      <dc:creator />
      <dc:date>2015-02-06T07:25:23Z</dc:date>
    </item>
  </channel>
</rss>

