<?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>Question Re: PRD table which stores the Email Address for a Recurring Report in Learning Administration in Human Capital Management Q&amp;A</title>
    <link>https://community.sap.com/t5/human-capital-management-q-a/prd-table-which-stores-the-email-address-for-a-recurring-report-in-learning/qaa-p/12777492#M28784</link>
    <description>&lt;P&gt;Hi Daniel&lt;/P&gt;&lt;P&gt;I checked further and was able to fetch the data using the tables. I have 2 more questions:&lt;/P&gt;&lt;P&gt;1. There can be Email Address fields when we are scheduling a job which is different than the owner &amp;amp; owner's email id.&lt;/P&gt;&lt;P&gt;Like Person A schedules a job &amp;amp; is owner, but the Person A can add email id of Person B to receive those email notifications.&lt;/P&gt;&lt;P&gt;I got the Owner Name &amp;amp; Owner Email address but how to fetch the Person B's email address which may not be same&lt;/P&gt;&lt;P&gt;as owner email address?&lt;/P&gt;&lt;P&gt;And there are multiple tables where we have email address stored. Like which table will store?&lt;/P&gt;&lt;P&gt;2. There is a field - SCHEDULE in the table - PA_SCHEDULED_JOB which is String type and shows as example - 30 15 * * * Asia/Calcutta in the output file.&lt;/P&gt;&lt;P&gt;Can we convert this value to Date &amp;amp; Time format like Sep 06, 2019 3:30 PM? Is there any function or script to assist on this?&lt;/P&gt;&lt;P&gt;Thank You for the support on this.&lt;/P&gt;</description>
    <pubDate>Thu, 05 Oct 2023 14:20:34 GMT</pubDate>
    <dc:creator>sitapati2</dc:creator>
    <dc:date>2023-10-05T14:20:34Z</dc:date>
    <item>
      <title>PRD table which stores the Email Address for a Recurring Report in Learning Administration</title>
      <link>https://community.sap.com/t5/human-capital-management-q-a/prd-table-which-stores-the-email-address-for-a-recurring-report-in-learning/qaq-p/12777489</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;
  &lt;P&gt;I am looking for the PRD table name in SuccessFactors learning which stores the Email Address for a Recurring Report to be sent in Learning Administration.&lt;/P&gt;
  &lt;P&gt;Thanks and Regards&lt;/P&gt;
  &lt;P&gt;Sitapati&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 14:20:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/human-capital-management-q-a/prd-table-which-stores-the-email-address-for-a-recurring-report-in-learning/qaq-p/12777489</guid>
      <dc:creator>sitapati2</dc:creator>
      <dc:date>2023-10-04T14:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: PRD table which stores the Email Address for a Recurring Report in Learning Administration</title>
      <link>https://community.sap.com/t5/human-capital-management-q-a/prd-table-which-stores-the-email-address-for-a-recurring-report-in-learning/qaa-p/12777490#M28782</link>
      <description>&lt;P&gt;PA_REPORT_JOB &amp;amp; PA_SCHEDULED_JOB both hold the data for report jobs.  You can use the report_name in the pa_report_job table to get the job IDs.  Then to see the info, it's PA_SCHEDULED_JOB_RESULT &amp;amp; PA_REPORT_JOB_RESULT - you can search by the job_id you got from previous table and get more info, like owner (this is the person who created the report).  If the email of the owner had change you can use the user audit report to see the email addresses they had at the time of the creation of the recurring report job.  Also within these tables you will be able to get any mail jobs which you can reference from the email summary audit reports to gather the to_addrs column (email address) for comparison.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 17:36:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/human-capital-management-q-a/prd-table-which-stores-the-email-address-for-a-recurring-report-in-learning/qaa-p/12777490#M28782</guid>
      <dc:creator>SF-Dan</dc:creator>
      <dc:date>2023-10-04T17:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: PRD table which stores the Email Address for a Recurring Report in Learning Administration</title>
      <link>https://community.sap.com/t5/human-capital-management-q-a/prd-table-which-stores-the-email-address-for-a-recurring-report-in-learning/qaa-p/12777491#M28783</link>
      <description>&lt;P&gt;Thank You for the details. I will check and update if it worked or have any questions.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 09:20:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/human-capital-management-q-a/prd-table-which-stores-the-email-address-for-a-recurring-report-in-learning/qaa-p/12777491#M28783</guid>
      <dc:creator>sitapati2</dc:creator>
      <dc:date>2023-10-05T09:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: PRD table which stores the Email Address for a Recurring Report in Learning Administration</title>
      <link>https://community.sap.com/t5/human-capital-management-q-a/prd-table-which-stores-the-email-address-for-a-recurring-report-in-learning/qaa-p/12777492#M28784</link>
      <description>&lt;P&gt;Hi Daniel&lt;/P&gt;&lt;P&gt;I checked further and was able to fetch the data using the tables. I have 2 more questions:&lt;/P&gt;&lt;P&gt;1. There can be Email Address fields when we are scheduling a job which is different than the owner &amp;amp; owner's email id.&lt;/P&gt;&lt;P&gt;Like Person A schedules a job &amp;amp; is owner, but the Person A can add email id of Person B to receive those email notifications.&lt;/P&gt;&lt;P&gt;I got the Owner Name &amp;amp; Owner Email address but how to fetch the Person B's email address which may not be same&lt;/P&gt;&lt;P&gt;as owner email address?&lt;/P&gt;&lt;P&gt;And there are multiple tables where we have email address stored. Like which table will store?&lt;/P&gt;&lt;P&gt;2. There is a field - SCHEDULE in the table - PA_SCHEDULED_JOB which is String type and shows as example - 30 15 * * * Asia/Calcutta in the output file.&lt;/P&gt;&lt;P&gt;Can we convert this value to Date &amp;amp; Time format like Sep 06, 2019 3:30 PM? Is there any function or script to assist on this?&lt;/P&gt;&lt;P&gt;Thank You for the support on this.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 14:20:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/human-capital-management-q-a/prd-table-which-stores-the-email-address-for-a-recurring-report-in-learning/qaa-p/12777492#M28784</guid>
      <dc:creator>sitapati2</dc:creator>
      <dc:date>2023-10-05T14:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: PRD table which stores the Email Address for a Recurring Report in Learning Administration</title>
      <link>https://community.sap.com/t5/human-capital-management-q-a/prd-table-which-stores-the-email-address-for-a-recurring-report-in-learning/qaa-p/12777493#M28785</link>
      <description>&lt;P&gt;I'm not positive, but I believe the Person B email you mention is stored in the Blob field of the job details.  As far as time conversion maybe reference the same provided in attachment under KBA 2379690, but I would not be familiar; hopefully someone else cna chime in with their experience.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 14:26:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/human-capital-management-q-a/prd-table-which-stores-the-email-address-for-a-recurring-report-in-learning/qaa-p/12777493#M28785</guid>
      <dc:creator>SF-Dan</dc:creator>
      <dc:date>2023-10-05T14:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: PRD table which stores the Email Address for a Recurring Report in Learning Administration</title>
      <link>https://community.sap.com/t5/human-capital-management-q-a/prd-table-which-stores-the-email-address-for-a-recurring-report-in-learning/qaa-p/12777494#M28786</link>
      <description>&lt;P&gt;Thank You for the help.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 17:57:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/human-capital-management-q-a/prd-table-which-stores-the-email-address-for-a-recurring-report-in-learning/qaa-p/12777494#M28786</guid>
      <dc:creator>sitapati2</dc:creator>
      <dc:date>2023-10-05T17:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: PRD table which stores the Email Address for a Recurring Report in Learning Administration</title>
      <link>https://community.sap.com/t5/human-capital-management-q-a/prd-table-which-stores-the-email-address-for-a-recurring-report-in-learning/qaa-p/12777495#M28787</link>
      <description>&lt;P&gt;&lt;A href="https://groups.community.sap.com/t5/q-a-forum-archive/report-on-scheduled-reports-and-email-recipient/td-p/189100" target="test_blank"&gt;https://groups.community.sap.com/t5/q-a-forum-archive/report-on-scheduled-reports-and-email-recipient/td-p/189100&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 18:14:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/human-capital-management-q-a/prd-table-which-stores-the-email-address-for-a-recurring-report-in-learning/qaa-p/12777495#M28787</guid>
      <dc:creator>SF-Dan</dc:creator>
      <dc:date>2023-10-05T18:14:59Z</dc:date>
    </item>
  </channel>
</rss>

