Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RSLDAPSYNC_USER Filter

Former Member
0 Likes
762

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
613

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

4 REPLIES 4
Read only

Former Member
0 Likes
614

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

Read only

0 Likes
613

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

Read only

0 Likes
613

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

Read only

0 Likes
613

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