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

RPCS9AE0 SAP ABAP INCLUDE - documentation and ABAP source code







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


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 RPCS9AE0. "Basic submit
SUBMIT RPCS9AE0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCS9AE0 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 RPCS9AE0

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_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.



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