SAP Reports / Programs | Payroll | Austria(PY-AT) SAP PY

RPCGETA0 SAP ABAP INCLUDE - Data Input for Payroll Accounting (Austria)







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


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 RPCGETA0. "Basic submit
SUBMIT RPCGETA0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCGETA0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Data Input for Payroll Accounting (Austria)


INCLUDES used within this REPORT RPCGETA0

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:

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



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