<?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 candidate name in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-candidate-name/m-p/4706607#M1105792</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;&lt;/P&gt;&lt;P&gt;I need to get the name of a candidate name using CL_HRREF_CANDIDATE class . It has 2 method GET() and GET_CAND_DESCRIPTION(). I am taking Candidate id from HRP5133.&lt;/P&gt;&lt;P&gt;can you please give me the steps to find the name of the candidate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Anirban&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Nov 2008 04:28:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-03T04:28:33Z</dc:date>
    <item>
      <title>get candidate name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-candidate-name/m-p/4706607#M1105792</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;&lt;/P&gt;&lt;P&gt;I need to get the name of a candidate name using CL_HRREF_CANDIDATE class . It has 2 method GET() and GET_CAND_DESCRIPTION(). I am taking Candidate id from HRP5133.&lt;/P&gt;&lt;P&gt;can you please give me the steps to find the name of the candidate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Anirban&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 04:28:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-candidate-name/m-p/4706607#M1105792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T04:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: get candidate name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-candidate-name/m-p/4706608#M1105793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anirban&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below you see how you can retrieve the name of the candidate (NOTE: I found only class CL_HRHCF_CANDIDATE in our ERP):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: go_candidate   TYPE REF TO cl_hrhcf_candidate.
DATA: gs_hrp5133      TYPE hrp5133.
DATA: gd_descript      TYPE BU_DESCRIP.
DATA: gd_fullname      TYPE BU_NAME1TX.

  go_candidate = cl_hrhcf_candidate( user = gs_hrp5133-uname ).
  gd_descript   = go_candidate-&amp;gt;get_cand_description( ).   " Or use public attribute:

  gd_fullname = go_candidate-&amp;gt;centraldataperson-fullname.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of the username you can use also use the candidate ID (persumable HRP5133-OTJID).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 04:58:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-candidate-name/m-p/4706608#M1105793</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-11-03T04:58:28Z</dc:date>
    </item>
  </channel>
</rss>

