SAP Reports / Programs | Payroll | Germany | Social Insurance(PY-DE-NT-NI) SAP PY

RPUBNRD0 SAP ABAP Report - Revision List for SI Contribution Statement







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 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 RPUBNRD0 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 RPUBNRD0. "Basic submit
SUBMIT RPUBNRD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUBNRD0 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: 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


INCLUDES used within this REPORT RPUBNRD0

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:

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.



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