RPCGETA0 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for Austria only ..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RPCGETA0 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.
Title: Data Input for Payroll Accounting (Austria)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HRAT_GET_USVBG_IT3238_IT527 CALL FUNCTION 'HRAT_GET_USVBG_IT3238_IT527' EXPORTING p_p0527 =
TABLES p_tp3238 = P3238[] CHANGING p_usvbg = P0527-usvbg.
HR_AT_GET_5A9C CALL FUNCTION 'HR_AT_GET_5A9C' EXPORTING p_appl = t_appl * p_begda = p0527-begda "n1744042 * p_endda = p0527-endda " p_begda = ls_p0527-begda " p_endda = ls_p0527-endda "n1744042 TABLES it_5a9c = i5a9c EXCEPTIONS no_data_found = 1 OTHERS = 2.
HRAT_GET_DEF_AMOUNTS_IN_RT_RA CALL FUNCTION 'HRAT_GET_DEF_AMOUNTS_IN_RT_RA' " EXPORTING " pt_rt = it[] " * p_dienstjahre = p0527-abanzdj " * p_kont = p0527-kont " p_dienstjahre = ls_p0527-abanzdj " p_kont = ls_p0527-kont " TABLES " pt_p0000 = p0000 " CHANGING " * p_p0527 = p0527 " "n1744042 p_p0527 = ls_p0527 " "n1744042 EXCEPTIONS " no_inactivity = 1 " no_t5a9f = 2 " OTHERS = 3. "
HR_GET_VALIDITY_OF_APPLICATION CALL FUNCTION 'HR_GET_VALIDITY_OF_APPLICATION' EXPORTING i_molga = calcmolga i_appl = cl_hrpayat_p0527_context=>C_APPID_UEKV i_date = '99991230' IMPORTING e_valid = lv_valid.
HR_AT_GET_5A9C * CALL FUNCTION 'HR_AT_GET_5A9C' * EXPORTING * p_appl = t_appl * p_begda = p0527-begda * p_endda = p0527-endda * TABLES * it_5a9c = i5a9c * EXCEPTIONS * no_data_found = 1 * OTHERS = 2.
HRAT_GET_DEF_AMOUNTS_IN_RT_RA * CALL FUNCTION 'HRAT_GET_DEF_AMOUNTS_IN_RT_RA' " * EXPORTING " * pt_rt = it[] " * p_dienstjahre = p0527-abanzdj " * p_kont = p0527-kont " * TABLES " * pt_p0000 = p0000 " * CHANGING " * p_p0527 = p0527 " * EXCEPTIONS " * no_inactivity = 1 " * no_t5a9f = 2 " * OTHERS = 3. "
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.