RPLDAP_EXTRACT_IDM_LOG 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 RPLDAP_EXTRACT_IDM_LOG into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
LDAPEXTRACT_LOG - Log For Displaying the Extractor Log
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.
Title: Display Log For Personnel Numbers Not Sent To IDM
Text Symbol: CL6 = Extracted By
Text Symbol: CL5 = Extracted On
Text Symbol: CL4 = Extracted
Text Symbol: CL3 = Employment Status
Text Symbol: CL2 = Personnel Number
Text Symbol: CL1 = Central Person ID
Text Symbol: A12 = Data Selection Period
Text Symbol: A11 = Report ID:
Text Symbol: 015 = No Record Exists For The Selection
Text Symbol: 014 = Active
Text Symbol: 013 = Terminated
Text Symbol: 012 = Begin Date Cannot Be Greater Than End Date
Text Symbol: 009 = Display Personnel Assignments that have not been extracted to IDM
Text Symbol: 008 = ALV Layout
Text Symbol: 007 = Display Layout
Text Symbol: 006 = Personnel Number
Text Symbol: 005 = End Date
Text Symbol: 004 = User Name
Text Symbol: 003 = Begin Date
Text Symbol: 002 = Select Addtional Parameters
Text Symbol: 001 = Select Personnel Number
INCLUDE RPLDAP_EXTRACT_GLOBAL. . " GLOBAL DATA
INCLUDE RPLDAP_EXTRACT_SELSCR.
INCLUDE RPLDAP_EXTRACT_MODULES.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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_LOG - Display Log For Personnel Numbers Not Sent To IDM RPLDAP_EXTRACT_IDM_LOG - Display Log For Personnel Numbers Not Sent To IDM 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