RPUBNRD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report evaluates the contribution statement notifications that the report
If you would like to execute this report or see the full code listing simply enter RPUBNRD0 into the relevant SAP transactions such as SE38 or SE80
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: SO_WRKBT = Payroll Office
Selection Text: P_BISJA = D .
Selection Text: P_BISMO = D .
Selection Text: P_VONJA = D .
Selection Text: P_VONMO = D .
Selection Text: SO_KVSFR = D .
Selection Text: SO_LAUFN = D .
Title: Revision List for SI Contribution Statement
Text Symbol: A01 = Estimate from Previous Month
Text Symbol: A02 = Estimate for Current Month
Text Symbol: C01 = Actual Payroll
Text Symbol: F01 = Invalid Month
Text Symbol: F02 = Invalid Period
Text Symbol: P01 = Period
Text Symbol: P02 = Evaluation from Period
Text Symbol: P03 = Evaluation to Period
Text Symbol: P04 = Selection
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SELECT_OPTIONS_RESTRICT call function 'SELECT_OPTIONS_RESTRICT' exporting program = gs_param-report restriction = lt_restrict db = abap_false exceptions too_late = 1 repeated = 2 selopt_without_options = 3 selopt_without_signs = 4 invalid_sign = 5 empty_option_list = 6 invalid_kind = 7 repeated_kind_a = 8 others = 9.
HR_PAL_LOG_DISPLAY call function 'HR_PAL_LOG_DISPLAY' exporting i_s_display_profile = l_display_profile exceptions program_error = 1 no_logs = 2 others = 3.
HR_PAL_CREATE_NODE_CATEG call function 'HR_PAL_CREATE_NODE_CATEG' exporting i_categ_id = c_categ_data it_fieldcat = t_fieldcat it_sort = t_sortinfo i_save = 'A' i_default = 'X' is_variant = ls_variant is_layout = ls_layout exceptions program_error = 1 others = 2.
HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = c_node_key_root i_node_txt = text-001 i_categ_id = c_categ_data importing e_node_key = p_node exceptions program_error = 1 others = 2.
HR_PAL_NODE_ADD_ROW call function 'HR_PAL_NODE_ADD_ROW' exporting i_node_key = p_node i_row_data = wa_en_out exceptions program_error = 1 others = 2.
DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = tabname fieldname = fieldname tables dfies_tab = dfies_tab exceptions not_found = 1 internal_error = 2 others = 3.
RP_GET_CURRENCY call function 'RP_GET_CURRENCY' exporting molga = '01' begda = l_datum endda = l_datum importing waers = er_notif_manager->a_waers_aper exceptions others = 1.
RP_GET_CURRENCY call function 'RP_GET_CURRENCY' exporting molga = '01' begda = l_datum endda = l_datum importing waers = er_notif_manager->a_waers_faper exceptions others = 1.
HR_CALC_MONTH call function 'HR_CALC_MONTH' exporting delta = i_delta changing periode = c_aper.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPUBNRD0 - Revision List for SI Contribution Statement RPUBNRD0 - Revision List for SI Contribution Statement RPUBNLD0 - Administrator List for Unassigned Inbound Notifications RPUBNLD0 - Administrator List for Unassigned Inbound Notifications RPUBMVA0 - BMV: Interest Calculation for Special Cases RPUBMVA0 - BMV: Interest Calculation for Special Cases