SAP Reports / Programs

RSLDAPSYNC_USER SAP ABAP Report - LDAP Synchronization of Users







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

RSLDAPSYNC_USER - LDAP Synchronization of Users


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RSLDAPSYNC_USER. "Basic submit
SUBMIT RSLDAPSYNC_USER AND RETURN. "Return to original report after report execution complete
SUBMIT RSLDAPSYNC_USER VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: 007 = Number of Objects in Directory
Text Symbol: 008 = Number of Objects in Database
Text Symbol: 009 = User
Text Symbol: 014 = Successfully Bidirectionally Updated:
Text Symbol: 016 = Successfully Updated in Directory:
Text Symbol: 017 = Cannot Update:
Text Symbol: 018 = No Synchronization Necessary:
Text Symbol: 019 = Ignored:
Text Symbol: 021 = Successfully Created in Database:
Text Symbol: 022 = Could Not Be Created in Database:
Text Symbol: 023 = Successfully Deleted from Directory:
Text Symbol: 024 = Cannot Delete from Directory:
Text Symbol: 025 = Ignored:
Text Symbol: 031 = Successfully Created in Directory:
Text Symbol: 032 = Cannot Create in Directory:
Text Symbol: 033 = Successfully Deleted from Database:
Text Symbol: 034 = Cannot Delete from Database:
Text Symbol: 035 = Successfully Locked in Database:
Text Symbol: 036 = Cannot Lock in Database:
Text Symbol: 037 = Ignored:
Text Symbol: 038 = Objects that Exist Both in the Directory and in the Database:
Text Symbol: 039 = Objects that Only Exist in the Directory:
Text Symbol: 040 = Objects that Only Exist in the Database:
Text Symbol: 041 = Total Time Required:
Text Symbol: 042 = For Database Operations:
Text Symbol: 043 = For Directory Operations:
Text Symbol: 044 = Time meas.
Text Symbol: 051 = Create log
Text Symbol: 052 = Create link
Text Symbol: 053 = LDAP Obh. Search
Text Symbol: 054 = Database Obj. Search
Text Symbol: 055 = Create Worklists


INCLUDES used within this REPORT RSLDAPSYNC_USER

INCLUDE RSLDAPSYNC_USERTOP.
INCLUDE RSLDAPSYNC_USERF01.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.

LDAP_VALID_SERVERID





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.



Contribute (Add Comments)

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.