SAP Reports / Programs | Payroll | Germany | Public Sector(PY-DE-PS) SAP PY

RPLBUZD0 SAP ABAP Report - List of Gross, Child Allowance and Semiretirement Overpayments







RPLBUZD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Lists gross, child allowance, and SR overpayments in the evaluation period You must be using payroll for the Public Sector Germany and the gross overpayment must be valid as subapplication BUEZ according to table T596D...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 RPLBUZD0 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_M01_RPLBUZD0 - List of Gross Overpayments


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 RPLBUZD0. "Basic submit
SUBMIT RPLBUZD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLBUZD0 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: TLG_6 = D .
Selection Text: TLG_5 = D .
Selection Text: TLG_4 = D .
Selection Text: TLG_3 = D .
Selection Text: TLG_2 = D .
Selection Text: TLG_1 = D .
Selection Text: ALLETILG = D .
Title: List of Gross, Child Allowance and Semiretirement Overpayments
Text Symbol: S03 = Child Allowance Overpayments
Text Symbol: S02 = Gross Overpayments
Text Symbol: S01 = Also Repayments Before Evaluation Period
Text Symbol: F01 = Additional Information
Text Symbol: F00 = Selection by Repayment Status
Text Symbol: AKG = ChldAl
Text Symbol: ABR = Gross
Text Symbol: AAT = SR
Text Symbol: A06 = Overpayments with Withdrawal Before Conclusion of Repayment
Text Symbol: A05 = Overpayments with Zero Repayment
Text Symbol: A04 = Overpayments with Interrupted Repayment
Text Symbol: A03 = Overpayments with Repayment after Evaluation Period
Text Symbol: A02 = Overpayments with Running Repayment
Text Symbol: A01 = Completely Repaid Overpayments
Text Symbol: A00 = All Overpayments


INCLUDES used within this REPORT RPLBUZD0

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_PCLX_INIT_BUFFER call function 'HR_PCLX_INIT_BUFFER'.

RP_HIRE_FIRE call function 'RP_HIRE_FIRE' exporting beg = aw_begda end = aw_endda importing hire_date = hire_date fire_date = fire_date tables pphifi = phifi pp0000 = p0000 pp0001 = p0001.

CU_READ_RGDIR_NEW call function 'CU_READ_RGDIR_NEW' exporting persnr = pernr-pernr check_read_authority = 'X' importing molga = molga tables in_rgdir = rgdir exceptions no_record_found = 1 import_mismatch_error = 2 no_read_authority = 3.

RP_GET_CURRENCY call function 'RP_GET_CURRENCY' exporting molga = molga importing waers = waers exceptions molga_not_in_t001p = 1 no_entry_found_in_table_t001 = 2 no_entry_found_in_table_t500p = 3 no_entry_found_in_table_t500c = 4 others = 5.

HR_PAL_STATS_STANDARD_MSG_ADD call function 'HR_PAL_STATS_STANDARD_MSG_ADD' exporting i_selected_ee = num_selektiert i_successful_ee = num_erfolgreich i_erroneous_ee = num_abgelehnt exceptions program_error = 1 others = 2.

HR_PAL_PERNR_MSG_ADD call function 'HR_PAL_PERNR_MSG_ADD' exporting i_pernr = m-pernr i_msgid = m-arbgb i_msgty = m-msgty i_msgno = m-msgno i_msgv1 = m-msgv1 i_msgv2 = m-msgv2 i_msgv3 = m-msgv3 i_msgv4 = m-msgv4 exceptions program_error = 1 others = 2.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' "MIXN1650427 exporting i_structure_name = 'P01P_BUEZ_ZUSFASSUNG_OINPER' changing ct_fieldcat = lt_fcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.

HR_PAL_CREATE_NODE_CATEG call function 'HR_PAL_CREATE_NODE_CATEG' exporting i_categ_id = kategorie * i_structure_name = 'P01P_BUEZ_ZUSFASSUNG_OINPER' "MIXN1650427 it_fieldcat = lt_fcat "MIXN1650427 i_save = 'A' "Standard- und Benutzerlayouts is_variant = variant i_default = 'X' is_layout = layout i_clbk = callback exceptions program_error = 1 others = 2.

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = 'ROOT' i_node_txt = text-a00 i_categ_id = kategorie importing e_node_key = root exceptions program_error = 1 others = 2.

HR_PAL_NODE_ADD_ROW call function 'HR_PAL_NODE_ADD_ROW' exporting i_node_key = root i_row_data = bz_wa exceptions program_error = 1 others = 2.

HR_PAL_CREATE_NODE_CATEG call function 'HR_PAL_CREATE_NODE_CATEG' exporting i_categ_id = kategorie i_structure_name = 'P01P_BUEZ_ZUSFASSUNG' * it_fieldcat = p_fieldcat i_save = 'A' "Standard- und Benutzerlayouts is_variant = variant i_default = 'X' is_layout = layout i_clbk = callback exceptions program_error = 1 others = 2.

HR_PAL_LOG_DISPLAY call function 'HR_PAL_LOG_DISPLAY' exporting i_s_display_profile = l_display_profile i_s_flat_profile = l_flat_prof exceptions program_error = 1 no_logs = 2 others = 3.

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = super_knoten i_node_txt = text i_categ_id = kategorie importing e_node_key = knoten exceptions program_error = 1 others = 2.

HR_PAL_NODE_ADD_ROW call function 'HR_PAL_NODE_ADD_ROW' exporting i_node_key = knoten i_row_data = bz_wa 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 RPLBUZD0 or its description.