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

RPCBMMD0 SAP ABAP Report - Issue Statement for DEUEV Notifications for Professionals Pension







RPCBMMD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use the Issue Statements for DEUEV Notifications for Professionally Insured Persons report to create a statement of the submitted DEUEV notifications for the professionals pension (PPO DEUEV notification) for each employee...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 RPCBMMD0 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_BV_BESCHEIN - PPO DEUEV Statements


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 RPCBMMD0. "Basic submit
SUBMIT RPCBMMD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCBMMD0 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_SELPER = Payroll Period
Selection Text: P_SELJHR = Notifications from Year
Selection Text: P_SELJAH = Notifications from Year
Selection Text: P_SELALL = Without Period Restriction
Selection Text: P_PRNTR = Printer
Selection Text: P_PRDIAL = Print Dialog
Selection Text: P_MART_6 = All Transferred Notifications
Selection Text: P_MART_2 = Notifications Not Yet Stmtd
Selection Text: P_DZUBT = Determine Sender with
Title: Issue Statement for DEUEV Notifications for Professionals Pension
Text Symbol: PRN = OutputDevice
Text Symbol: P35 = PDF Form
Text Symbol: P34 = SAPscript
Text Symbol: P33 = Output As
Text Symbol: P32 = Notif. Number
Text Symbol: P31 = Year
Text Symbol: P30 = Indiv. Notific.:
Text Symbol: P29 = Without Period Restriction
Text Symbol: P28 = Notifications from Yr
Text Symbol: P27 = Payroll Period
Text Symbol: P08 = Selection via Notification Type
Text Symbol: P07 = All Transferred
Text Symbol: P06 = Transferred But Not Statemented
Text Symbol: P05 = Notification Selection
Text Symbol: P03 = Print Data
Text Symbol: P01 = Output Options
Text Symbol: P00 = Notification Status
Text Symbol: FOV = Form Variant
Text Symbol: DIA = Change Print Param


INCLUDES used within this REPORT RPCBMMD0

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:

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = sy-repid TABLES selection_table = lt_seltable 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 = ls_print_params out_archive_parameters = ls_arc_params "YCTN1461529 EXCEPTIONS OTHERS = 0.

HRPY_PROCESS_FIRE_EVENT CALL FUNCTION 'HRPY_PROCESS_FIRE_EVENT' EXPORTING imp_parcel = pyparaid.

HR_99S_LEGAL_INTERPRET_OPT CALL FUNCTION 'HR_99S_LEGAL_INTERPRET_OPT' EXPORTING im_molga = '01' im_option = 'NFWOF' im_date = sy-datum im_sap_opt_value = '0' " Framework off CHANGING ch_option_value = c_sw_framework ch_is_default_value = lc_sw_framework_default EXCEPTIONS option_does_not_exist = 1 OTHERS = 2.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'FOVARIANT' dynpprog = l_repid dynpnr = l_dynnr dynprofield = 'FOVAR' value_org = 'S' TABLES value_tab = it_fovar EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.



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