RPLDAP_EXTRACT_IDM is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this report, you launch the LDAP data extraction of employee records from an HR system in order to transfer data into an LDAP-ready directory service or identity management solution...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RPLDAP_EXTRACT_IDM into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
HRLDAP_EXTRACT_IDM - HR LDAP Data Extraction (IDM)
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: P_DELETE = Delete Person in Directory
Selection Text: P_DELTA = Delta Download
Selection Text: P_D_LOG = Delete Items from Delta Log
Selection Text: P_LDEST = RFC Connection
Selection Text: P_LSERV = LDAP Server
Selection Text: SELPERNR = Personnel Number
Selection Text: SELSTAT = with Employment Status
Title: Extraction of HR Data to an LDAP Directory
Text Symbol: 001 = Person Selection
Text Symbol: 002 = LDAP Connection
Text Symbol: 003 = Data Source
Text Symbol: 005 = Global Query Area
Text Symbol: 006 = User Group
Text Symbol: 008 = Variant
Text Symbol: 013 = Name
Text Symbol: 015 = Optimization for LDAP Initial Run
Text Symbol: 016 = Options
INCLUDE RPLDAP_EXTRACT_SPLITS_GLOBAL.
INCLUDE RPLDAP_EXTRACT_SPLITS_CHECKF01.
INCLUDE RPLDAP_EXTRACT_SPLITS_SELSCREE.
No SAP DATABASE tables are accessed within this REPORT code!
LDA_EXPORT_PARAMS CALL FUNCTION 'LDA_EXPORT_PARAMS' EXPORTING workspace = p_wspace usergroup = p_ugroup queryname = p_qname ldapdestination = p_ldest ldapserver = p_lserv ldapinitialrun = p_linit delete_flag = p_delete TABLES delete_states = delete_states EXCEPTIONS OTHERS = 0.
LDA_PROCESS_QUERY_RESULT_SPLIT CALL FUNCTION 'LDA_PROCESS_QUERY_RESULT_SPLIT' EXPORTING program = program list_id = list_id listtext = listtext listoffset = 0 TABLES listdesc = listdesc fpairs = fpairs dtab = error_tab = errors[].
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPLDAP_EXTRACT_IDM - Extraction of HR Data to an LDAP Directory RPLDAP_EXTRACT_IDM - Extraction of HR Data to an LDAP Directory RPLDAP_EXTRACT_GLOBAL - Include RPLDAP_EXTRACT_GLOBAL RPLDAP_EXTRACT - Extraction of HR Data to an LDAP Directory RPLDAP_EXTRACT - Extraction of HR Data to an LDAP Directory RPLDAP_DEFAULT_MAPPING_46C - Generate Default Mapping for HR LDAP Query