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
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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M01_BV_BESCHEIN - PPO DEUEV Statements
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPCBMMD0 - Issue Statement for DEUEV Notifications for Professionals Pension RPCBMMD0 - Issue Statement for DEUEV Notifications for Professionals Pension RPCBMLD0_OUT_SELSCREEN - RPCBMLD0OUTSELSCREEN RPCBMLD0_OUT_DISPLAY - Display DEUEV Notifications (Professionals Pension) RPCBMLD0_OUT_DISPLAY - Display DEUEV Notifications (Professionals Pension) RPCBMLD0_OUT - Person Resp. List for DEUEV Notifications (Professionals Pension)