RPLDAP_EXTRACT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to start the LDAP data extraction of employee data records from an HR system to the LDAP directory...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 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 - HR LDAP Data Extraction
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_LDEST = LDAP Connector
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: 014 = Variant
Text Symbol: 015 = Optimization for LDAP Initial Run
Text Symbol: 016 = Options
Text Symbol: 001 = Person selection
Text Symbol: 002 = LDAP connection
Text Symbol: 003 = Data Source
Text Symbol: 004 = SAP Query
Text Symbol: 005 = Global Work Area
Text Symbol: 006 = User Group
Text Symbol: 008 = Variant
Text Symbol: 012 = ABAP Report
Text Symbol: 013 = Name
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LDA_CHECK_LDAP_QUERY CALL FUNCTION 'LDA_CHECK_LDAP_QUERY' EXPORTING WORKSPACE = P_WSPACE USERGROUP = P_UGROUP QUERYNAME = P_QNAME QUERYVARIANT = P_QVAR CHECK_MAPPING = 'X' EXCEPTIONS QUERY_NOT_FOUND = 1 INFOSET_NOT_FOUND = 2 PERNR_MISSING = 3 VARIANT_NOT_FOUND = 4 MAPPING_INCOMPLETE = 5 QUERY_NOT_GENERATED = 6 OTHERS = 7.
RS_VARIANT_EXISTS CALL FUNCTION 'RS_VARIANT_EXISTS' EXPORTING REPORT = P_RNAME VARIANT = P_RVAR IMPORTING R_C = SUBRC EXCEPTIONS NOT_AUTHORIZED = 1 NO_REPORT = 2 REPORT_NOT_EXISTENT = 3 REPORT_NOT_SUPPLIED = 4 OTHERS = 5.
RSAQ_REPORT_NAME CALL FUNCTION 'RSAQ_REPORT_NAME' EXPORTING WORKSPACE = P_WSPACE USERGROUP = P_UGROUP QUERY = P_QNAME IMPORTING REPORTNAME = QUERYREPORT EXCEPTIONS OTHERS = 0.
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_EXPORT_PARAMS CALL FUNCTION 'LDA_EXPORT_PARAMS' EXPORTING * WORKSPACE = * USERGROUP = * QUERYNAME = LDAPDESTINATION = P_LDEST LDAPSERVER = P_LSERV LDAPINITIALRUN = P_LINIT * DELETE_FLAG = * TABLES * DELETE_STATES = EXCEPTIONS OTHERS = 0.
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 - 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 RPLDAP_DEFAULT_MAPPING_46C - Generate Default Mapping for HR LDAP Query RPLDAP_CLEAN_UP_LOG_TABLES - LDAP Directory: Deleting Export Logs RPLDAP_CLEAN_UP_LOG_TABLES - LDAP Directory: Deleting Export Logs