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

RPLDAP_EXTRACT_IDM_LOG SAP ABAP Report - Display Log For Personnel Numbers Not Sent To IDM







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


Transaction Code(s):

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

LDAPEXTRACT_LOG - Log For Displaying the Extractor Log


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_LOG. "Basic submit
SUBMIT RPLDAP_EXTRACT_IDM_LOG AND RETURN. "Return to original report after report execution complete
SUBMIT RPLDAP_EXTRACT_IDM_LOG VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RPLDAP_EXTRACT_IDM_LOG

INCLUDE RPLDAP_EXTRACT_GLOBAL. . " GLOBAL DATA
INCLUDE RPLDAP_EXTRACT_SELSCR.
INCLUDE RPLDAP_EXTRACT_MODULES.


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:

No SAP FUNCTION MODULES are executed within this report code!



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