SAP Reports / Programs | Payroll | Spain(PY-ES) SAP PY

RPCMERE0 SAP ABAP INCLUDE - documentation and ABAP source code







RPCMERE0 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 RPCMERE0 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 RPCMERE0. "Basic submit
SUBMIT RPCMERE0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCMERE0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RPCMERE0

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:

HR_E_CHECK_AB_IS_IT CALL FUNCTION 'HR_E_CHECK_AB_IS_IT' EXPORTING p_ab = ab p_werks = wpbp-werks p_btrtl = wpbp-btrtl IMPORTING p_yes = f_colision_it p_ab_absty = l_absty EXCEPTIONS error = 1 OTHERS = 2.

HR_ES_GET_CUSTOMER_DECISION CALL FUNCTION 'HR_ES_GET_CUSTOMER_DECISION' EXPORTING p_swnam = lc_scere p_date = aper-begda IMPORTING p_customer_choice = lv_scere_option EXCEPTIONS multiple_options = 1 OTHERS = 2.

HR_E_GET_MIN_FAM CALL FUNCTION 'HR_E_GET_MIN_FAM' EXPORTING par_begda = p_fecha par_endda = p_fecha par_pernr = pernr-pernr IMPORTING p_min_fam_result = l_min_fam_result TABLES t0021 = p0021 t0062 = p0062 EXCEPTIONS read_i0021_error = 1 read_i0062_error = 2 error = 3 OTHERS = 4.

HR_E_GET_NISSE_FOR_PERNR CALL FUNCTION 'HR_E_GET_NISSE_FOR_PERNR' EXPORTING pers_num = per_num actual_date = p_actual_date IMPORTING nisse = p_nisse TABLES p_tab_p0001 = p0001 * P_TAB_WPBP = p_tab_p0061 = p0061 p_tab_sv = sv[] EXCEPTIONS error = 1 OTHERS = 2.

RP_LAST_DAY_OF_MONTHS CALL FUNCTION 'RP_LAST_DAY_OF_MONTHS' EXPORTING day_in = wa_nupta-fpbeg IMPORTING last_day_of_month = l_ultimo_dia EXCEPTIONS day_in_no_date = 1 OTHERS = 2.

HR_ES_GET_CUSTOMER_DECISION CALL FUNCTION 'HR_ES_GET_CUSTOMER_DECISION' EXPORTING p_swnam = 'SEERE' p_date = datap IMPORTING p_customer_choice = p_opcion EXCEPTIONS multiple_options = 1 OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = pernr-pernr infty = '2001' begda = p_begda endda = p_endda * IMPORTING * subrc = l_returncode TABLES infty_tab = t_p2001 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

HR_ES_CALC_YRS_MTHS_DAYS CALL FUNCTION 'HR_ES_CALC_YRS_MTHS_DAYS' EXPORTING BEG_DA = l_first_date END_DA = l_second_date IMPORTING NO_YEAR = l_years EXCEPTIONS DATEINT_ERROR = 1 OTHERS = 2 .

HR_99S_READ_INFOTYPE CALL FUNCTION 'HR_99S_READ_INFOTYPE' EXPORTING im_pernr = p_pernr im_begda = wa_primer_dia-calfe im_endda = wa_ultimo_dia-calfe im_infty = '2001' IMPORTING ex_tab_infty = l_tab_p2001.

HR_READ_T554S CALL FUNCTION 'HR_READ_T554S' EXPORTING moabw = t001p-moabw atype = wa_p2001-SUBTY date = wa_p2001-begda IMPORTING W554S = wa_t554s.



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