PCMASARV 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 PCMASARV 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.
INCLUDE HARCALC0_C_T5F99K2_READER.
No SAP DATABASE tables are accessed within this REPORT code!
CD_READ call function 'CD_READ' EXPORTING in_seqnr = aper-seqnr IMPORTING out_seqnr = ota_out_rgdir-seqnr TABLES new_rgdir = new_rgdir EXCEPTIONS no_record_found = 1 others = 2.
CD_READ call function 'CD_READ' EXPORTING in_seqnr = aper-seqnr IMPORTING out_seqnr = ota_out_rgdir-seqnr TABLES new_rgdir = new_rgdir EXCEPTIONS no_record_found = 1 others = 2.
HR_PL_D_AR_ARPRVA * call function 'HR_PL_D_AR_ARPRVA' * exporting * imp_intca = calcmolga ** IMP_MARKTAB = * imp_currency = calc_currency * imp_table =
** IMP_LOOK = * imp_detail = 'X' ** IMP_PROCESS = 'X' * imp_level = 1 ** IMP_MODIF = ** IMP_BEGDA = ** IMP_ENDDA = '99991231' ** IMP_PSEARCH = ** IMP_OFFSET = 1 * tables * imp_ptext = ptext ** IMP_HITLIST = .
HR_GET_QUOTA_DATA call function 'HR_GET_QUOTA_DATA' exporting pernr = pernr-pernr qtype = '1' mod = odc_modo dedu_datum = odc_dedu_datum * enti_datum = fecha_inicial * begda = fecha_inicial * endda = fecha_final dedubeg = aper-endda * deduend = fecha_final langu = sy-langu importing retcd = odc_ret_code * CHANGED_DATE = tables abwktart_sel = abw_sel * ANWKTART_SEL = abwko = absences * ANWKO = i2006 = odc_p2006 * I2007 = * I0001 = * I0003 = * I0007 = cum_values = cum_abs exceptions infty_not_found = 1 missing_authority = 2 wrong_parameter = 3 others = 4 .
HR_99S_APPCORRONDA call function 'HR_99S_APPCORRONDA' exporting p_molga = calcmolga p_cogrp = gc_corr_social_security "SSO p_corr_nr = gc_corr_limit_without_mopre "00000004 P_val_date = aper-endda p_act_date = aper-endda p_simulation = abap_true importing p_aplicate = tcn_with_mopre.
HR_AR_SI_ANOTHER_EMPLOYER CALL FUNCTION 'HR_AR_SI_ANOTHER_EMPLOYER' EXPORTING iv_pernr = ars_pernr iv_begda = aper-endda iv_endda = aper-endda CHANGING cv_new_tope = t511p-betrg.
HR_99S_APPCORRONDA call function 'HR_99S_APPCORRONDA' exporting p_molga = calcmolga p_cogrp = gc_corr_social_security "SSO p_corr_nr = gc_corr_limit_without_mopre "00000004 P_val_date = aper-endda p_act_date = aper-endda p_simulation = abap_true importing p_aplicate = tnn_with_mopre.
HR_AR_SI_ANOTHER_EMPLOYER CALL FUNCTION 'HR_AR_SI_ANOTHER_EMPLOYER' EXPORTING iv_pernr = ars_pernr iv_begda = aper-endda iv_endda = aper-endda CHANGING cv_new_tope = t511p-betrg.
HR_99S_APPCORRONDA call function 'HR_99S_APPCORRONDA' exporting p_molga = calcmolga p_cogrp = gc_corr_social_security "SSO p_corr_nr = gc_corr_limit_without_mopre "00000004 P_val_date = aper-endda p_act_date = aper-endda p_simulation = abap_true importing p_aplicate = tan_with_mopre.
HR_AR_SI_ANOTHER_EMPLOYER CALL FUNCTION 'HR_AR_SI_ANOTHER_EMPLOYER' EXPORTING iv_pernr = ars_pernr iv_begda = aper-endda iv_endda = aper-endda CHANGING cv_new_tope = t511p-betrg.
HR_99S_APPCORRONDA call function 'HR_99S_APPCORRONDA' exporting p_molga = calcmolga p_cogrp = gc_corr_social_security "SSO p_corr_nr = gc_corr_limit_without_mopre "00000004 P_val_date = aper-endda p_act_date = aper-endda p_simulation = abap_true importing p_aplicate = tau_with_mopre.
HR_AR_SI_ANOTHER_EMPLOYER CALL FUNCTION 'HR_AR_SI_ANOTHER_EMPLOYER' EXPORTING iv_pernr = ars_pernr iv_begda = aper-endda iv_endda = aper-endda CHANGING cv_new_tope = t511p-betrg.
HR_AR_HIRE_FIRE CALL FUNCTION 'HR_AR_HIRE_FIRE' EXPORTING BEG = OFEQ_BEGDA_IN END = OFEQ_ENDDA_IN JUPER_IS_RELEVANT = SW_JUPER_CHANGE_RELEVANT IMPORTING FIRE_DATE = OFEQ_FIRE_DATE HIRE_DATE = OFEQ_HIRE_DATE TABLES PPHIFI = PHIFI PP0000 = P0000 PP0001 = P0001 EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.