<?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: Any function module to read all the values in Tcode-PPQD? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-to-read-all-the-values-in-tcode-ppqd/m-p/1280161#M152575</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Murali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use the following..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data: w_sobid type sobid, "Qualification ID
      w_objid type objid. "Qualification Catalog
select objid  into w_objid
              up to 1 rows
              from HRP1001
             where otype = 'QK'
               and plvar = '01'
               and istat = 1
               and risgn = 'B'
               and relat = '030'
               and endda ge sy-datum
               and begda le sy-datum
               and sclas = 'Q'
               and sobid = w_sobid.
endselect.
if sy-subrc eq 0.
write: / w_objid,w_sobid.
endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Mar 2006 22:00:47 GMT</pubDate>
    <dc:creator>suresh_datti</dc:creator>
    <dc:date>2006-03-28T22:00:47Z</dc:date>
    <item>
      <title>Any function module to read all the values in Tcode-PPQD?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-to-read-all-the-values-in-tcode-ppqd/m-p/1280155#M152569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;Is there any function module to read all the values in Tcode-PPQD (Display Qualifiaction Catalog).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and any idea what tables are involved to get these values like parent and child relationship?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Murali.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2006 21:12:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-to-read-all-the-values-in-tcode-ppqd/m-p/1280155#M152569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-28T21:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Any function module to read all the values in Tcode-PPQD?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-to-read-all-the-values-in-tcode-ppqd/m-p/1280156#M152570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this FM &amp;lt;b&amp;gt;RHPE_SHOW_QUALI_CATALOGUE&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2006 21:16:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-to-read-all-the-values-in-tcode-ppqd/m-p/1280156#M152570</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2006-03-28T21:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Any function module to read all the values in Tcode-PPQD?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-to-read-all-the-values-in-tcode-ppqd/m-p/1280157#M152571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ferry,&lt;/P&gt;&lt;P&gt;Thanks for ur answer,but i am looking data in Internal table showing with parent and child relationshsip.&lt;/P&gt;&lt;P&gt;this FM is showing just like tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur time.&lt;/P&gt;&lt;P&gt;Murali.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2006 21:32:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-to-read-all-the-values-in-tcode-ppqd/m-p/1280157#M152571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-28T21:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Any function module to read all the values in Tcode-PPQD?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-to-read-all-the-values-in-tcode-ppqd/m-p/1280158#M152572</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;The transaction PPQD internally uses the same function module RHPE_SHOW_QUALI_CATALOGUE .. the tables that these values reside in are HRP1000 &amp;amp; HRP1001. (OTYPE = 'QK' for Qual Catalog &amp;amp; OTYPE = 'Q' for Qualification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2006 21:44:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-to-read-all-the-values-in-tcode-ppqd/m-p/1280158#M152572</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-03-28T21:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Any function module to read all the values in Tcode-PPQD?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-to-read-all-the-values-in-tcode-ppqd/m-p/1280159#M152573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;Thanks for the answer, yes I just found the tables names what u said, but any way is there any FM to read this data in Parent and Child relationship in internal table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need data based on OTYPE = Q and corresponding records with OTYPE = QK like all the existing records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Murali.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2006 21:51:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-to-read-all-the-values-in-tcode-ppqd/m-p/1280159#M152573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-28T21:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Any function module to read all the values in Tcode-PPQD?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-to-read-all-the-values-in-tcode-ppqd/m-p/1280160#M152574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Murali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is the other way round.. the Qualification catalog (QK)is the parent &amp;amp; the Qualification(Q) is the child &amp;amp; the relationsship is a B30.may be a function module exists but you can get the same with a select on HRP1001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2006 21:55:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-to-read-all-the-values-in-tcode-ppqd/m-p/1280160#M152574</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-03-28T21:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Any function module to read all the values in Tcode-PPQD?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-to-read-all-the-values-in-tcode-ppqd/m-p/1280161#M152575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Murali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use the following..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data: w_sobid type sobid, "Qualification ID
      w_objid type objid. "Qualification Catalog
select objid  into w_objid
              up to 1 rows
              from HRP1001
             where otype = 'QK'
               and plvar = '01'
               and istat = 1
               and risgn = 'B'
               and relat = '030'
               and endda ge sy-datum
               and begda le sy-datum
               and sclas = 'Q'
               and sobid = w_sobid.
endselect.
if sy-subrc eq 0.
write: / w_objid,w_sobid.
endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2006 22:00:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-to-read-all-the-values-in-tcode-ppqd/m-p/1280161#M152575</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-03-28T22:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Any function module to read all the values in Tcode-PPQD?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-to-read-all-the-values-in-tcode-ppqd/m-p/1280162#M152576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am giving example .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. ITSKILLS(parent)&lt;/P&gt;&lt;P&gt;         SAP( child for ITSKILLS)&lt;/P&gt;&lt;P&gt;            ABAP(child for SAP )&lt;/P&gt;&lt;P&gt;            ABAP1(Child for SAP )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if this is the case i need values in internal table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Child   parent(N) parent(N-1)  ( fields for the ITAB)&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;   -&lt;/P&gt;&lt;HR originaltext="------" /&gt;&lt;P&gt;   -&lt;/P&gt;&lt;HR originaltext="---------" /&gt;&lt;P&gt;ABAP   ITSKILLS   SAP&lt;/P&gt;&lt;P&gt;ABAP1  ITSKILLS   SAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do u think is there any FM to dispaly like this?&lt;/P&gt;&lt;P&gt;If not i will develop code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur time.&lt;/P&gt;&lt;P&gt;Murali.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2006 22:09:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-to-read-all-the-values-in-tcode-ppqd/m-p/1280162#M152576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-28T22:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Any function module to read all the values in Tcode-PPQD?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-to-read-all-the-values-in-tcode-ppqd/m-p/1280163#M152577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try FM RHPE_QCAT_READ. If not that, look at the other FMs in that group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2006 22:19:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-to-read-all-the-values-in-tcode-ppqd/m-p/1280163#M152577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-28T22:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Any function module to read all the values in Tcode-PPQD?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-to-read-all-the-values-in-tcode-ppqd/m-p/1280164#M152578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess your starting point is Infotype 0024 of an employee.. It is still not clear to me,what you mean by parent/child.. do you wnat to report the skills(IT 0024) of the employees? In that case you can use the function module RHPP_R_PROFILE_READ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2006 22:59:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-to-read-all-the-values-in-tcode-ppqd/m-p/1280164#M152578</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-03-28T22:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Any function module to read all the values in Tcode-PPQD?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-to-read-all-the-values-in-tcode-ppqd/m-p/1280165#M152579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using FM&amp;nbsp; BAPI_QUALIDIRECTORY_LIST we will get the list of qualifcation with Qualifictaion group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the return structure , PUP_objid is the parent for the corresponding 'Q' object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2013 05:13:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-to-read-all-the-values-in-tcode-ppqd/m-p/1280165#M152579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-28T05:13:38Z</dc:date>
    </item>
  </channel>
</rss>

