‎2011 Apr 05 9:24 AM
Hi All,
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.
Please advise on how to achieve this, How I can import only users whose attribute value is 1.
Regards,
vvg
‎2011 Apr 05 9:58 AM
Hi Vinod,
Can you tell me which DBtable 'IsActive' is present.
Also look into the report where it has explicitly been written
DO 1 TIMES. (line 165) May or may not be, but need more info.
Regards
Naveen Vajja
‎2011 Apr 05 9:58 AM
Hi Vinod,
Can you tell me which DBtable 'IsActive' is present.
Also look into the report where it has explicitly been written
DO 1 TIMES. (line 165) May or may not be, but need more info.
Regards
Naveen Vajja
‎2011 Apr 05 10:36 AM
Hello Naveen,
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.
Regards,
Vinod
‎2011 Apr 05 11:17 AM
Hi Vinod,
Might sound weird; but I couldn't find it any of the LDAP tables on my system.
Also I've checked the report and it seems there is a check for it to execute only once, like I've mentioned earlier.
Kindly check that as I strongly believe your problem lies there.
Regards
Naveen Vajja
‎2011 Apr 05 11:20 AM
Hello Naveen,
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.
BR,
vvg