<?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: RSLDAPSYNC_USER Filter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rsldapsync-user-filter/m-p/7780150#M1585342</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a custom LDAP attribute specific to our company. So I need only these users in SAP whose value of this property is set to 1 in LDAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;vvg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Apr 2011 10:20:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-04-05T10:20:08Z</dc:date>
    <item>
      <title>RSLDAPSYNC_USER Filter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rsldapsync-user-filter/m-p/7780146#M1585338</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;We are trying to sync users to our ABAP system from LDAP. We are using the report RSLDAPSYNC_USER to perform this activity. The Sync is working fine. Now we need to sync only active users in our LDAP. All active users in LDAP has a atribute say IsActive and a value 1. I want to import only these users to SAP system. I tried using this as our filter, but as the filter only allows unique value the search is showing only one result, there are around 40000 active users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise on how to achieve this, How I can import only users whose attribute value is 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;vvg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 08:24:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rsldapsync-user-filter/m-p/7780146#M1585338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-05T08:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: RSLDAPSYNC_USER Filter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rsldapsync-user-filter/m-p/7780147#M1585339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me which DBtable 'IsActive' is present. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also look into the report where it has explicitly been written &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;   DO 1 TIMES. (line 165) &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May or may not be, but need more info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Naveen Vajja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 08:58:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rsldapsync-user-filter/m-p/7780147#M1585339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-05T08:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: RSLDAPSYNC_USER Filter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rsldapsync-user-filter/m-p/7780148#M1585340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The IsActive Attribute is present in LDAP. The value of this attribute for all active users are 1. So I need to sync only the users with this value into my ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 09:36:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rsldapsync-user-filter/m-p/7780148#M1585340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-05T09:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: RSLDAPSYNC_USER Filter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rsldapsync-user-filter/m-p/7780149#M1585341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Might sound weird; but I couldn't find it any of the LDAP tables on my system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I've checked the report and it seems there is a check for it to execute only once, like I've mentioned earlier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly check that as I strongly believe your problem lies there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Naveen Vajja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 10:17:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rsldapsync-user-filter/m-p/7780149#M1585341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-05T10:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: RSLDAPSYNC_USER Filter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rsldapsync-user-filter/m-p/7780150#M1585342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a custom LDAP attribute specific to our company. So I need only these users in SAP whose value of this property is set to 1 in LDAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;vvg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 10:20:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rsldapsync-user-filter/m-p/7780150#M1585342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-05T10:20:08Z</dc:date>
    </item>
  </channel>
</rss>

