RPCS9AE0 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 RPCS9AE0 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_ES_GET_CONTAINER_LIST CALL FUNCTION 'HR_ES_GET_CONTAINER_LIST' EXPORTING p_conte = '0002' p_date = p_in-begda IMPORTING p_cont_wt_list = l_cont_list EXCEPTIONS no_container = 1 OTHERS = 2.
HR_ES_READ_T5E4L CALL FUNCTION 'HR_ES_READ_T5E4L' EXPORTING p_lgart = wa_container-lgart p_endda = p_in-endda IMPORTING p_trata = l_tratamiento_ccnom EXCEPTIONS no_entries_found = 1 OTHERS = 2.
RP_EVALUATE_INDIRECTLY_P0014 CALL FUNCTION 'RP_EVALUATE_INDIRECTLY_P0014' EXPORTING PBEGDA = p_in-begda PMOLGA = '04' PPERNR = wa_0014-PERNR * PP0001 = PY0001 * importing * pendda = p0014-endda TABLES PTBINDBW = TBINDBW EXCEPTIONS ERROR_AT_INDIRECT_EVALUATION = 1.
RP_EVALUATE_INDIRECTLY_P0015 CALL FUNCTION 'RP_EVALUATE_INDIRECTLY_P0015' EXPORTING PBEGDA = p_in-begda PMOLGA = '04' PPERNR = wa_0015-PERNR * PP0001 = PY0001 * importing * pendda = p0015-endda TABLES PTBINDBW = TBINDBW EXCEPTIONS ERROR_AT_INDIRECT_EVALUATION = 1.
HR_ES_READ_TOPES_T5E4A CALL FUNCTION 'HR_ES_READ_TOPES_T5E4A' EXPORTING p_tpccc = p_tpccc p_grcot = p_grcot p_endda = p_endda IMPORTING p_bdmin = p_mindicc p_bmmax = p_maxmes EXCEPTIONS no_entries_found = 1 OTHERS = 2.
HR_ES_READ_TOPES_T5E4I CALL FUNCTION 'HR_ES_READ_TOPES_T5E4I' EXPORTING p_tpccc = p_tpccc p_endda = p_endda p_retri = p_importe_diario IMPORTING p_bdmax = p_maxdi EXCEPTIONS no_entries_found = 1 OTHERS = 2.
HR_99S_READ_INFOTYPE * CALL FUNCTION 'HR_99S_READ_INFOTYPE' * EXPORTING * im_pernr = p_pernr * im_begda = p_begda * im_endda = p_endda * im_infty = '0014' * IMPORTING * ex_tab_infty = t_0014[].
HR_99S_READ_INFOTYPE * CALL FUNCTION 'HR_99S_READ_INFOTYPE' * EXPORTING * im_pernr = p_pernr * im_begda = p_begda * im_endda = p_endda * im_infty = '0015' * IMPORTING * ex_tab_infty = t_0015[].
RP_LAST_DAY_OF_MONTHS CALL FUNCTION 'RP_LAST_DAY_OF_MONTHS' EXPORTING day_in = p_fecha_base IMPORTING last_day_of_month = l_ultimo_mes EXCEPTIONS day_in_no_date = 1 OTHERS = 2.
HR_ES_READ_TOPES_T5E4A CALL FUNCTION 'HR_ES_READ_TOPES_T5E4A' EXPORTING p_tpccc = p_tpccc p_grcot = p_grcot p_endda = p_endda IMPORTING p_bdmin = l_mindicc p_bmmax = l_maxmes EXCEPTIONS no_entries_found = 1 OTHERS = 2.
RP_LAST_DAY_OF_MONTHS CALL FUNCTION 'RP_LAST_DAY_OF_MONTHS' EXPORTING day_in = wa_abs-fec_ini IMPORTING LAST_DAY_OF_MONTH = lv_last_day_month EXCEPTIONS DAY_IN_NO_DATE = 1 OTHERS = 2.
HR_ES_READ_TOPES_T5E4A CALL FUNCTION 'HR_ES_READ_TOPES_T5E4A' EXPORTING p_tpccc = iv_tpccc p_grcot = iv_grcot p_endda = is_in-endda IMPORTING p_bdmin = lv_mindicc p_bmmax = lv_maxmes EXCEPTIONS no_entries_found = 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.
RPCS9AE0 - documentation and ABAP source code RPCS97PS - HR-PT: Social Security Calculation - Selection Screen RPCS97PL - HR-PT: Social Security Calculation - Log Routines RPCS97PF - HR-PT: Social Security Calculation - Form Routines RPCS97PD - HR-PT: Social Security Calculation - Data Declaration RPCS97P4 - HR-PT: Social Security Contribution Calculation