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

RPCKTXA0 SAP ABAP INCLUDE - RPCKTOA01-INCLUDE: Country-Specific Routines (Austria)







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


Text pool values


Title: RPCKTOA01-INCLUDE: Country-Specific Routines (Austria)


INCLUDES used within this REPORT RPCKTXA0

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_CONV_CURRENCY_RSLT_AT_NATIO CALL FUNCTION 'HR_CONV_CURRENCY_RSLT_AT_NATIO' "WJOK001078! EXPORTING " conversion_date = $conv_date " foreign_currency = $f_curr " local_currency = $l_curr " TABLES " tax_table = st " EXCEPTIONS " invalid_wagetype = 1 " error_conversion = 2 " OTHERS = 3. "WJOK001078!

HR_CONVERT_CURRENCY_RESULT_AT CALL FUNCTION 'HR_CONVERT_CURRENCY_RESULT_AT' "WJOM638591! EXPORTING " country_grouping = $molga " conversion_date = $conv_date " foreign_currency = $f_curr " local_currency = $l_curr " TABLES " result_table = rt " cumulated_result_table = crt " EXCEPTIONS " invalid_wagetype = 1 " error_conversion = 2 " OTHERS = 3. "WJOM628591!

HR_CONV_CURRENCY_RSLT_AT_NATIO CALL FUNCTION 'HR_CONV_CURRENCY_RSLT_AT_NATIO' "WJOK001078! EXPORTING " conversion_date = $conv_date " foreign_currency = $f_curr " local_currency = $l_curr " TABLES " tax_table = ost " EXCEPTIONS " invalid_wagetype = 1 " error_conversion = 2 " OTHERS = 3. "WJOK001078!

HR_CONVERT_CURRENCY_RESULT_AT CALL FUNCTION 'HR_CONVERT_CURRENCY_RESULT_AT' "WJOM638591! EXPORTING " country_grouping = $molga " conversion_date = $conv_date " foreign_currency = $f_curr " local_currency = $l_curr " TABLES " result_table = ort " cumulated_result_table = ocrt " EXCEPTIONS " invalid_wagetype = 1 " error_conversion = 2 " OTHERS = 3. "WJOM628591!

HR_AT_GET_PART_APPL CALL FUNCTION 'HR_AT_GET_PART_APPL' "WJOK031086! EXPORTING " reportname = l_repna " IMPORTING " appl = l_orgdata-appl " EXCEPTIONS " part_application_not_found = 1 " OTHERS = 2. "

HR_AT_GET_ORG_DATA CALL FUNCTION 'HR_AT_GET_ORG_DATA' " EXPORTING " org_in = l_orgdata " IMPORTING " * BTRTL_DATA = " lohnb_data = l_lohnb_data " * ADDRESSE = " * ADDRESS_DETAIL = " EXCEPTIONS " t5a0p_data_not_found = 1 " t5a0a_data_not_found = 2 " t5a0p_lohnb_not_specified = 3 " t5a0a_ankey_not_specified = 4 " address_not_found_in_t536c = 5 " OTHERS = 6. "

HR_AT_GET_PART_APPL CALL FUNCTION 'HR_AT_GET_PART_APPL' "WJOK031086! EXPORTING " reportname = l_repna " IMPORTING " appl = l_orgdata-appl " EXCEPTIONS " part_application_not_found = 1 " OTHERS = 2. "

HR_AT_GET_ORG_DATA CALL FUNCTION 'HR_AT_GET_ORG_DATA' " EXPORTING " org_in = l_orgdata " IMPORTING " * BTRTL_DATA = " lohnb_data = l_lohnb_data " * ADDRESSE = " * ADDRESS_DETAIL = " EXCEPTIONS " t5a0p_data_not_found = 1 " t5a0a_data_not_found = 2 " t5a0p_lohnb_not_specified = 3 " t5a0a_ankey_not_specified = 4 " address_not_found_in_t536c = 5 " OTHERS = 6. "

HR_AT_GET_PART_APPL CALL FUNCTION 'HR_AT_GET_PART_APPL' "WJOK031086! EXPORTING " reportname = l_repna " IMPORTING " appl = l_orgdata-appl " EXCEPTIONS " part_application_not_found = 1 " OTHERS = 2. "

HR_AT_GET_ORG_DATA CALL FUNCTION 'HR_AT_GET_ORG_DATA' " EXPORTING " org_in = l_orgdata " IMPORTING " btrtl_data = l_btrtl_data " * LOHNB_DATA = " * ADDRESSE = " * ADDRESS_DETAIL = " EXCEPTIONS " t5a0p_data_not_found = 1 " t5a0a_data_not_found = 2 " t5a0p_lohnb_not_specified = 3 " t5a0a_ankey_not_specified = 4 " address_not_found_in_t536c = 5 " OTHERS = 6. "

HR_AT_GET_GEMEINDE_DATA CALL FUNCTION 'HR_AT_GET_GEMEINDE_DATA' EXPORTING i_gmdnr = help_gemei-gmdnr IMPORTING e_gname = t5a2g-gname * ET_gmdcd_PSTLZ = EXCEPTIONS no_entry = 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 RPCKTXA0 or its description.