PCIMPJDU 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 PCIMPJDU 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!
HR_AR_HIRE_FIRE * call function 'HR_AR_HIRE_FIRE' * EXPORTING * JUPER_IS_RELEVANT = ARI_SW_JUPER_CHANGE_RELEVANT ** BEG = PN-BEGDA ** END = PN-ENDDA * importing * fire_date = fire_date * hire_date = hire_date * tables * pphifi = phifi * pp0000 = p0000 * pp0001 = p0001 * exceptions * others = 1.
HR_99S_APPCORRONDA call function 'HR_99S_APPCORRONDA' exporting p_molga = calcmolga p_cogrp = gc_corr_social_security p_corr_nr = gc_corr_limit_without_mopre P_val_date = dtm_endda p_act_date = dtm_endda p_simulation = abap_true importing p_aplicate = dco_with_mopre.
HR_READ_T511P_AR CALL FUNCTION 'HR_READ_T511P_AR' EXPORTING konst = gc_limit_os "SESTO begda = dtm_endda endda = dtm_endda TABLES out_t511p = dco_511p EXCEPTIONS no_entry_found_t500c = 1 no_entry_found_t511p = 2 error_in_currency_conversion = 3 OTHERS = 4.
HR_AR_SI_ANOTHER_EMPLOYER CALL FUNCTION 'HR_AR_SI_ANOTHER_EMPLOYER' EXPORTING iv_pernr = dtm_pernr iv_begda = dtm_endda iv_endda = dtm_endda CHANGING cv_new_tope = cant_mopre_mes.
HR_READ_T511P_AR CALL FUNCTION 'HR_READ_T511P_AR' EXPORTING konst = gc_limit_sijp "SESTS begda = dtm_endda endda = dtm_endda TABLES out_t511p = dco_511p EXCEPTIONS no_entry_found_t500c = 1 no_entry_found_t511p = 2 error_in_currency_conversion = 3 OTHERS = 4.
HR_AR_SI_ANOTHER_EMPLOYER CALL FUNCTION 'HR_AR_SI_ANOTHER_EMPLOYER' EXPORTING iv_pernr = dtm_pernr iv_begda = dtm_endda iv_endda = dtm_endda CHANGING cv_new_tope = cant_mopre_mes_sijp.
HR_READ_T511P_AR call function 'HR_READ_T511P_AR' EXPORTING konst = dco_konst begda = dtm_endda endda = dtm_endda TABLES out_t511p = dco_511p EXCEPTIONS no_entry_found_t500c = 1 no_entry_found_t511p = 2 error_in_currency_conversion = 3 others = 4.
HR_99S_APPCORRONDA call function 'HR_99S_APPCORRONDA' exporting p_molga = CALCMOLGA p_cogrp = 'SSO' p_corr_nr = '00000002' P_val_date = dtm_endda p_act_date = dtm_endda p_simulation = 'X' importing p_aplicate = previo_reforma_200703.
HRAR_GET_T512W_KUMUL_GROUP CALL FUNCTION 'HRAR_GET_T512W_KUMUL_GROUP' EXPORTING class_number = '07' date = p_date tables kumul_group = l_kumul_group_07 * EXCEPTIONS * INVALID_CLASS_NUMBER = 1 * OTHERS = 2 .
HRAR_GET_T512W_KUMUL_GROUP CALL FUNCTION 'HRAR_GET_T512W_KUMUL_GROUP' EXPORTING class_number = '33' date = p_date tables kumul_group = l_kumul_group_33 * EXCEPTIONS * INVALID_CLASS_NUMBER = 1 * OTHERS = 2 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.