<?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 Synch LDAP data with HR Data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/synch-ldap-data-with-hr-data/m-p/4181312#M999518</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;I'm trying to configure the synhronisation of the data in our LDAP with the info from HR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the LDAP we are using ADAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already set up the relevant RFC connection and LDAP connector - both are working correctly. I have also tested the connection to the ADAM, and I'm able to connect with a system user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the extraction I have chosen to use a query - I created my own infoset &amp;amp; query based on the standard ones that are provided. I have tested the query and the data is extracted correctly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have taken a look at the document around creating custom programs for this process, but I would prefer using the standard functionality as far as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I am stuck at the step when mapping the query fields in report&lt;/P&gt;&lt;P&gt;RPLDAP_QUERY_MAPPING (or transaction HRLDAP_MAP) - what fields should the query data be mapped to? Do I need to create a custom table with the required fields and then map the query fields to these?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would appreciate any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jul 2008 08:58:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-17T08:58:55Z</dc:date>
    <item>
      <title>Synch LDAP data with HR Data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/synch-ldap-data-with-hr-data/m-p/4181312#M999518</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;I'm trying to configure the synhronisation of the data in our LDAP with the info from HR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the LDAP we are using ADAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already set up the relevant RFC connection and LDAP connector - both are working correctly. I have also tested the connection to the ADAM, and I'm able to connect with a system user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the extraction I have chosen to use a query - I created my own infoset &amp;amp; query based on the standard ones that are provided. I have tested the query and the data is extracted correctly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have taken a look at the document around creating custom programs for this process, but I would prefer using the standard functionality as far as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I am stuck at the step when mapping the query fields in report&lt;/P&gt;&lt;P&gt;RPLDAP_QUERY_MAPPING (or transaction HRLDAP_MAP) - what fields should the query data be mapped to? Do I need to create a custom table with the required fields and then map the query fields to these?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would appreciate any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 08:58:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/synch-ldap-data-with-hr-data/m-p/4181312#M999518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-17T08:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Synch LDAP data with HR Data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/synch-ldap-data-with-hr-data/m-p/4181313#M999519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This has been resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When maintaining the query mapping in HRLDAP_MAP, the information can be derived from the infotype and technical field names as defined in the query that is created e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Query Fld = P0000-PERNR&lt;/P&gt;&lt;P&gt;Attribute Grp = P0000&lt;/P&gt;&lt;P&gt;Attribute Name = P0000-PERNR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Query Fld = P0002-NACHN&lt;/P&gt;&lt;P&gt;Attribute Grp = P0002&lt;/P&gt;&lt;P&gt;Attribute Name = P0002-NACHN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Furthermore the Structure and Field in your LDAP mapping must be identical to the Attribute Grp and Attrib.Name entries you created for the query mapping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 11:03:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/synch-ldap-data-with-hr-data/m-p/4181313#M999519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-17T11:03:45Z</dc:date>
    </item>
  </channel>
</rss>

