SAP Reports / Programs

RPLWCEN0 SAP ABAP Report - WCR: Overview of Employee data







RPLWCEN0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is at the moment an auxiliary report which is used within the context of the WCR Administrator (RPCWCRN0)...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 RPLWCEN0 into the relevant SAP transactions such as SE38 or SE80


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 RPLWCEN0. "Basic submit
SUBMIT RPLWCEN0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLWCEN0 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_ANPRJ = D .
Selection Text: P_ANPRM = D .
Selection Text: P_JUPER = D .
Selection Text: P_SEQNO = D .
Title: WCR: Overview of Employee data
Text Symbol: DEL = Overview of Employee data
Text Symbol: OVW = Overview of Employee Data


INCLUDES used within this REPORT RPLWCEN0

No INCLUDES are used within this REPORT code!


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:

HR_NL_LA_GET_REPER_PERMO CALL FUNCTION 'HR_NL_LA_GET_REPER_PERMO' EXPORTING i_juper = p_juper IMPORTING e_permo = lv_permo EXCEPTIONS custimizing_of_t5n14 = 1 conversion_error = 2 OTHERS = 3.

HR_NL_LA_GET_PERIOD_INTERVAL CALL FUNCTION 'HR_NL_LA_GET_PERIOD_INTERVAL' EXPORTING i_permo = lv_permo i_pabrj = p_anprj i_pabrp = p_anprm IMPORTING e_begda = lv_begda e_endda = lv_endda EXCEPTIONS read_error_t549q = 1 wrong_customizing_t549q = 2 OTHERS = 3.

HR_PAL_LOG_AND_ALV_DISPLAY CALL FUNCTION 'HR_PAL_LOG_AND_ALV_DISPLAY' EXPORTING i_s_display_profile = ls_disp_prof i_callback_program = lv_repid i_structure_name = 'P05T_WCR_RPLWCEN0_ALV' i_grid_title = 'Overview'(ovw) is_layout = ls_layout i_save = 'A' i_default = abap_true is_variant = ls_variant iv_alv_button = abap_false TABLES t_outtab = lt_wcr_ee_data EXCEPTIONS program_error = 1 OTHERS = 2.



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