SAP Reports / Programs | Personnel Management | Personnel Administration(PA-PA) SAP PA

RPLPAY00 SAP ABAP Report - Payments and Deductions







RPLPAY00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report creates a list that displays employee's payments and deductions...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 RPLPAY00 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

PC00_M45_PAY00 - Payments and Deductions


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 RPLPAY00. "Basic submit
SUBMIT RPLPAY00 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLPAY00 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: ALV_LIST = Output in ALV lists
Selection Text: EDITCURR = Output currency
Selection Text: INFTY = Infotype number
Selection Text: LGART = Wage type
Selection Text: P_VARI = D .
Title: Payments and Deductions
Text Symbol: 003 = Activity
Text Symbol: 018 = Unit
Text Symbol: 019 = % difference
Text Symbol: AUS = Reporting period:
Text Symbol: BIS = To
Text Symbol: ERR = Errors have occurred
Text Symbol: STI = Key date:


INCLUDES used within this REPORT RPLPAY00

INCLUDE RPLPAY00_DATA.


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:

GET_ACCESSIBILITY_MODE CALL FUNCTION 'GET_ACCESSIBILITY_MODE' IMPORTING accessibility = accessibility_flag EXCEPTIONS its_not_available = 1 OTHERS = 2.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = 'A' CHANGING cs_variant = ls_variant EXCEPTIONS not_found = 2.

HR_F4_FOR_ALV_VARIANT CALL FUNCTION 'HR_F4_FOR_ALV_VARIANT' EXPORTING current_report = sy-repid IMPORTING variant = p_vari.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = 'A' CHANGING cs_variant = ls_variant.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = sy-cprog * IMPORTING * SP = TABLES selection_table = seltab EXCEPTIONS NOT_FOUND = 1 NO_REPORT = 2 OTHERS = 3 .

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING MODE = 'CURRENT' NO_DIALOG = 'X' IMPORTING OUT_PARAMETERS = params EXCEPTIONS ARCHIVE_INFO_NOT_FOUND = 1 INVALID_PRINT_PARAMS = 2 INVALID_ARCHIVE_PARAMS = 3 OTHERS = 4.

RP_NUMBER_OF_WAGETYPES_0008 CALL FUNCTION 'RP_NUMBER_OF_WAGETYPES_0008' IMPORTING wt_count = number_of_wagetypes_0008.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = ' ' * I_BUFFER_ACTIVE = ' ' i_callback_program = g_repid i_callback_pf_status_set = 'SET_PF_STATUS' * I_CALLBACK_USER_COMMAND = ' ' i_callback_top_of_page = 'TOP_OF_PAGE' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' * I_STRUCTURE_NAME = * I_BACKGROUND_ID = ' ' * I_GRID_TITLE = * I_GRID_SETTINGS = is_layout = gs_layout it_fieldcat = it_fcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = it_sort = it_sort_criteria * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = 'A' is_variant = ls_variant it_events = it_events * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 10 * I_SCREEN_START_LINE = 20 * I_SCREEN_END_COLUMN = 80 * I_SCREEN_END_LINE = 40 * IT_ALV_GRAPHICS = * IT_HYPERLINK = * IT_ADD_FIELDCAT = * IT_EXCEPT_QINFO = * I_HTML_HEIGHT_TOP = * I_HTML_HEIGHT_END = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = it_list_ty_alv_result EXCEPTIONS program_error = 1 OTHERS = 2 .

RP_FILL_WAGE_TYPE_TABLE_EXT CALL FUNCTION 'RP_FILL_WAGE_TYPE_TABLE_EXT' EXPORTING pernr = pernr-pernr infty = '0008' subty = p0008-subty objps = p0008-objps begda = p0008-begda endda = p0008-endda dlspl = ' ' "XPSN159482 TABLES ppbwla = ppbwla pp0001 = p0001 pp0007 = p0007 pp0008 = p0008 pp0230 = p0230 EXCEPTIONS error_at_indirect_evaluation = 1.

RP_FILL_WAGE_TYPE_TABLE_EXT CALL FUNCTION 'RP_FILL_WAGE_TYPE_TABLE_EXT' EXPORTING pernr = pernr-pernr infty = pinfty subty = pskey-subty objps = pskey-objps begda = pskey-begda endda = pskey-endda dlspl = ' ' TABLES ppbwla = ppbwla pp0001 = p0001 pp0007 = p0007 pp0008 = p0008 pp0230 = p0230 EXCEPTIONS error_at_indirect_evaluation = 1.

RP_FILL_WAGE_TYPE_TABLE_EXT CALL FUNCTION 'RP_FILL_WAGE_TYPE_TABLE_EXT' EXPORTING pernr = pernr-pernr infty = '0052' subty = p0052-subty objps = p0052-objps begda = p0052-begda endda = p0052-endda dlspl = ' ' TABLES ppbwla = ppbwla pp0001 = p0001 pp0007 = p0007 pp0008 = p0008 pp0230 = p0230 EXCEPTIONS error_at_indirect_evaluation = 1.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = act_pay-begda foreign_amount = pay_tab-betrg foreign_currency = act_pay-waers local_currency = editcurr IMPORTING local_amount = pay_tab-betrg EXCEPTIONS no_rate_found = 01 overflow = 02 no_factors_found = 03 no_spread_found = 04 OTHERS = 05.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = c_date foreign_amount = c_betrg foreign_currency = c_old_waers local_currency = c_new_waers IMPORTING local_amount = c_betrg EXCEPTIONS no_rate_found = 01 overflow = 02 no_factors_found = 03 no_spread_found = 04 OTHERS = 05.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' EXPORTING no_popup = ' ' no_print = 'X' * NO_IMG = ' ' * LINESIZE = SY-LINSZ TABLES error = errors EXCEPTIONS invalid_linesize = 1 OTHERS = 2.

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' EXPORTING no_popup = 'X' no_print = ' ' * NO_IMG = ' ' * LINESIZE = SY-LINSZ TABLES error = errors EXCEPTIONS invalid_linesize = 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 RPLPAY00 or its description.