RPCMSVB0_CONTR is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RPCMSVB0_CONTR 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_BE_READ_COMPANY CALL FUNCTION 'HR_BE_READ_COMPANY' EXPORTING imp_date = wa_p0001-begda imp_comp_code = wa_p0001-bukrs IMPORTING company_class = cl_company EXCEPTIONS empty_parameter = 1 no_company = 2 no_company_defined_in_lang = 3 wrong_company_data = 4 not_found = 5 OTHERS = 6.
HR_99S_DAQ_GET_WAGE_GROUP CALL FUNCTION 'HR_99S_DAQ_GET_WAGE_GROUP' EXPORTING im_molga = pbe04_c_belgium im_appl = l_appl im_souwt = l_souwt im_date = aper-endda im_buffer = 'X' IMPORTING ex_tab_souwt = l_ex_souwt ex_returncode = l_return_code.
HR_99S_DATE_PLUS_TIME_UNIT CALL FUNCTION 'HR_99S_DATE_PLUS_TIME_UNIT' EXPORTING i_idate = aper-pbegd i_time = lv_month_minus i_timeunit = lc_month IMPORTING o_idate = lv_fpbeg_minus EXCEPTIONS OTHERS = 1.
HR_99S_HIRE_FIRE CALL FUNCTION 'HR_99S_HIRE_FIRE' EXPORTING p_pernr = pernr-pernr p_begda = aper-begda p_endda = 1st_day_next_mth p_molga = p99sg_cte_molga_be IMPORTING p_phifi = l_tab_phifi EXCEPTIONS no_molga = 1 no_infotype_reg = 2 error = 3 OTHERS = 4.
HR_GET_BUSINESS_ADD_IN CALL FUNCTION 'HR_GET_BUSINESS_ADD_IN' EXPORTING exit_name = 'HRPAYBE_PAYROLL' IMPORTING is_implemented = implementation_status CHANGING instance = payroll_badi.
HR_BE_GET_COMPANY_CHANGES CALL FUNCTION 'HR_BE_GET_COMPANY_CHANGES' EXPORTING pernr = pernr-pernr begda = aper-begda endda = 1st_day_next_mth IMPORTING tab_comp_changes = tab_comp_changes.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = pernr-pernr infty = '0001' begda = 1st_day_next_mth endda = 1st_day_next_mth TABLES infty_tab = tab_p0001 EXCEPTIONS infty_not_found = 1 OTHERS = 2.
HR_BE_READ_REGNO CALL FUNCTION 'HR_BE_READ_REGNO' EXPORTING date = 1st_day_next_mth bukrs = wa_p0001-bukrs persg = wa_p0001-persg persk = wa_p0001-persk inst_group = pbe04_c_social_insurance_gr IMPORTING attribute_value = rsznr EXCEPTIONS OTHERS = 13.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPCMSVB0_CONTR - Display results table EXCEP RPCMSVB0_CI_CONTR_TDD - Include RPCMSVB0_CI_CONTR_TDD RPCMSVB0_CI_CONTR - Calculate Complementary Indemnity SI contributions RPCMSVB0 - Include RPCALCB0 (Module Pool ) Functions - Interface SV RPCMSVA6PBSRA - documentation and ABAP source code RPCMSVA6PBS - documentation and ABAP source code