RSLDAPSYNC_USER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RSLDAPSYNC_USER into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
RSLDAPSYNC_USER - LDAP Synchronization of Users
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: FLAG10 = Ignore Objects
Selection Text: FLAG11 = Compare Time Stamp
Selection Text: FLAG12 = Ignore Time Stamp
Selection Text: FLAG21 = Create in Database
Selection Text: FLAG22 = Delete from Directory
Selection Text: FLAG23 = Ignore Objects
Selection Text: FLAG31 = Create in Directory
Selection Text: FLAG32 = Delete from Database
Selection Text: FLAG33 = Lock in Database
Selection Text: FLAG34 = Ignore Objects
Selection Text: FLAGX = Detailed Time Measurement
Selection Text: LDAPCON = LDAP Connector
Selection Text: SERVERID = LDAP Server
Selection Text: USERIDS = User
Selection Text: CLASS = D .
Selection Text: USTYP = D .
Title: LDAP Synchronization of Users
Text Symbol: 056 = Build Attributes
Text Symbol: 057 = Shared
Text Symbol: 058 = Result
Text Symbol: 059 = Disconnect
Text Symbol: 060 = Runtime
Text Symbol: 061 = Dataset
Text Symbol: 062 = Performance test
Text Symbol: 063 = Connections
Text Symbol: 064 = Read Old Time Stamp
Text Symbol: 070 = Synchronize Objects Bidirectionally
Text Symbol: 071 = Create Objects in Directory
Text Symbol: 072 = Create Objects in Database
Text Symbol: 073 = Use User Selection in LDAP Search Filter
Text Symbol: 074 = See the warning in the F1 help
Text Symbol: 075 = Warning
Text Symbol: 076 = (empty = automatic selection)
Text Symbol: 077 = LDAP Connector
Text Symbol: 100 = Updated Successfully in Database:
Text Symbol: 001 = LDAP Synchronization
Text Symbol: 002 = Carried out on
Text Symbol: 004 = Connection
INCLUDE RSLDAPSYNC_USERTOP.
INCLUDE RSLDAPSYNC_USERF01.
No SAP DATABASE tables are accessed within this REPORT code!
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_WARNING' text = 'Take notice of the warning in the F1 help'(074) "#EC * info = 'Warning'(075) "#EC * IMPORTING RESULT = com_warn EXCEPTIONS OTHERS = 0.
CALL FUNCTION 'LDAP_VALID_SERVERID' EXPORTING applic = 'USER' IMPORTING serverid = serverid EXCEPTIONS nothing_found = 0 OTHERS = 0.
LDAP_SERVERID_F4 CALL FUNCTION 'LDAP_SERVERID_F4' EXPORTING applic = 'USER' IMPORTING serverid = serverid.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name RSLDAPSYNC_USER or its description.
RSLDAPSYNC_USER - LDAP Synchronization of Users RSLDAPSYNC_USER - LDAP Synchronization of Users RSLDAPSV - documentation and ABAP source code RSLDAPSCHEMAEXT - Generation of Schema Extensions RSLDAPSCHEMAEXT - Generation of Schema Extensions RSLDAPCERTCOPY - SAP-Internal: Copy Operations to LDAP Mapping Tables