SAP Reports / Programs | Personnel Management | HR Information Systems(PA-IS) SAP PA

RPLDAP_EXTRACT_IDM SAP ABAP Report - Extraction of HR Data to an LDAP Directory







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


Transaction Code(s):

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

HRLDAP_EXTRACT_IDM - HR LDAP Data Extraction (IDM)


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 RPLDAP_EXTRACT_IDM. "Basic submit
SUBMIT RPLDAP_EXTRACT_IDM AND RETURN. "Return to original report after report execution complete
SUBMIT RPLDAP_EXTRACT_IDM 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: 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


INCLUDES used within this REPORT RPLDAP_EXTRACT_IDM

INCLUDE RPLDAP_EXTRACT_SPLITS_GLOBAL.
INCLUDE RPLDAP_EXTRACT_SPLITS_CHECKF01.
INCLUDE RPLDAP_EXTRACT_SPLITS_SELSCREE.


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:

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[].



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 RPLDAP_EXTRACT_IDM or its description.