SAP Reports / Programs | Personnel Management | Personnel Administration(PA-PA) SAP PA

RPUARTX7 SAP ABAP INCLUDE - Default Values for Archiving Payroll Results







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


Text pool values


Title: Default Values for Archiving Payroll Results


INCLUDES used within this REPORT RPUARTX7

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:

RP_ARCHIVE_CALC_DE CALL FUNCTION 'RP_ARCHIVE_CALC_DE' EXPORTING periods_averages = dialog-dialog_10-averages periods_averages_unit = dialog-dialog_10-aver_unit IMPORTING error_type = error_type error_number = error_number prduevo = dialog-dialog_10-prduevo CHANGING prcalc = dialog-dialog_032-prcalc arcalc = dialog-dialog_031-arcalc EXCEPTIONS OTHERS = 1.

RP_ARCHIVE_CALC_CH CALL FUNCTION 'RP_ARCHIVE_CALC_CH' EXPORTING periods_averages = dialog-dialog_10-averages periods_averages_unit = dialog-dialog_10-aver_unit CHANGING prcalc = dialog-dialog_032-prcalc arcalc = dialog-dialog_031-arcalc EXCEPTIONS arcalc_fits_not_to_sydatum = 1 OTHERS = 2.

RP_ARCHIVE_CALC_AT CALL FUNCTION 'RP_ARCHIVE_CALC_AT' EXPORTING periods_averages = dialog-dialog_10-averages periods_averages_unit = dialog-dialog_10-aver_unit CHANGING prcalc = dialog-dialog_032-prcalc arcalc = dialog-dialog_031-arcalc prcalc_maximum = prcalc_maximum EXCEPTIONS prcalc_not_possible = 1 "XULL9CK000336 OTHERS = 2.

RP_ARCHIVE_CALC_ES CALL FUNCTION 'RP_ARCHIVE_CALC_ES' EXPORTING periods_averages = dialog-dialog_10-averages periods_averages_unit = dialog-dialog_10-aver_unit CHANGING prcalc = dialog-dialog_032-prcalc arcalc = dialog-dialog_031-arcalc EXCEPTIONS OTHERS = 1.

RP_ARCHIVE_CALC_NL * CALL FUNCTION 'RP_ARCHIVE_CALC_NL' * EXPORTING * PERIODS_AVERAGES = DIALOG-DIALOG_10-AVERAGES * PERIODS_AVERAGES_UNIT = DIALOG-DIALOG_10-AVER_UNIT * IMPORTING * ERROR_TYPE = ERROR_TYPE * ERROR_NUMBER = ERROR_NUMBER * * CHANGING * PRCALC = DIALOG-DIALOG_032-PRCALC * ARCALC = DIALOG-DIALOG_031-ARCALC * EXCEPTIONS * OTHERS = 1.

RP_ARCHIVE_CALC_FR CALL FUNCTION 'RP_ARCHIVE_CALC_FR' EXPORTING periods_averages = dialog-dialog_10-averages periods_averages_unit = dialog-dialog_10-aver_unit CHANGING prcalc = dialog-dialog_032-prcalc arcalc = dialog-dialog_031-arcalc prcalc_maximum = prcalc_maximum arcalc_maximum = arcalc_maximum EXCEPTIONS prcalc_not_possible = 1 arcalc_not_possible = 2 OTHERS = 3.

RP_ARCHIVE_CALC_GB CALL FUNCTION 'RP_ARCHIVE_CALC_GB' EXPORTING periods_averages = dialog-dialog_10-averages periods_averages_unit = dialog-dialog_10-aver_unit IMPORTING error_type = error_type error_number = error_number CHANGING prcalc = dialog-dialog_032-prcalc arcalc = dialog-dialog_031-arcalc prcalc_maximum = prcalc_maximum EXCEPTIONS prcalc_not_possible = 1 "XULL9CK000336 OTHERS = 2.

RP_ARCHIVE_CALC_US CALL FUNCTION 'RP_ARCHIVE_CALC_US' EXPORTING periods_averages = dialog-dialog_10-averages periods_averages_unit = dialog-dialog_10-aver_unit IMPORTING error_type = error_type error_number = error_number CHANGING prcalc = dialog-dialog_032-prcalc arcalc = dialog-dialog_031-arcalc prcalc_maximum = prcalc_maximum EXCEPTIONS arcalc_not_possible = 1 "XULL9CK000336 prcalc_not_possible = 1 OTHERS = 2.

RP_ARCHIVE_CALC_JP CALL FUNCTION 'RP_ARCHIVE_CALC_JP' EXPORTING periods_averages = dialog-dialog_10-averages periods_averages_unit = dialog-dialog_10-aver_unit CHANGING prcalc = dialog-dialog_032-prcalc arcalc = dialog-dialog_031-arcalc prcalc_maximum = prcalc_maximum EXCEPTIONS prcalc_not_possible = 1 "XULL9CK000336 OTHERS = 2.

RP_ARCHIVE_CALC_LATIN_AMERICA CALL FUNCTION 'RP_ARCHIVE_CALC_LATIN_AMERICA' EXPORTING periods_averages = dialog-dialog_10-averages periods_averages_unit = dialog-dialog_10-aver_unit CHANGING prcalc = dialog-dialog_032-prcalc arcalc = dialog-dialog_031-arcalc prcalc_maximum = prcalc_maximum EXCEPTIONS prcalc_not_possible = 1 "XULL9CK000336 OTHERS = 2.

RP_ARCHIVE_CALC_XX CALL FUNCTION 'RP_ARCHIVE_CALC_XX' EXPORTING periods_averages = dialog-dialog_10-averages periods_averages_unit = dialog-dialog_10-aver_unit CHANGING prcalc = dialog-dialog_032-prcalc arcalc = dialog-dialog_031-arcalc prcalc_maximum = prcalc_maximum EXCEPTIONS prcalc_not_possible = 1 "XULL9CK000336 OTHERS = 2.

RP_ARCHIVE_CALC_DE CALL FUNCTION 'RP_ARCHIVE_CALC_DE' EXPORTING periods_averages = dialog-dialog_10-averages periods_averages_unit = dialog-dialog_10-aver_unit IMPORTING error_type = error_type error_number = error_number prduevo = dialog-dialog_10-prduevo CHANGING prcalc = dialog-dialog_032-prcalc arcalc = dialog-dialog_031-arcalc EXCEPTIONS OTHERS = 1.

RP_ARCHIVE_CALC_CH CALL FUNCTION 'RP_ARCHIVE_CALC_CH' EXPORTING periods_averages = dialog-dialog_10-averages periods_averages_unit = dialog-dialog_10-aver_unit CHANGING prcalc = dialog-dialog_032-prcalc arcalc = dialog-dialog_031-arcalc EXCEPTIONS arcalc_fits_not_to_sydatum = 1 OTHERS = 2.

RP_ARCHIVE_CALC_AT CALL FUNCTION 'RP_ARCHIVE_CALC_AT' EXPORTING periods_averages = dialog-dialog_10-averages periods_averages_unit = dialog-dialog_10-aver_unit CHANGING prcalc = dialog-dialog_032-prcalc arcalc = dialog-dialog_031-arcalc EXCEPTIONS prcalc_not_possible = 1 OTHERS = 2.

RP_ARCHIVE_CALC_ES CALL FUNCTION 'RP_ARCHIVE_CALC_ES' EXPORTING periods_averages = dialog-dialog_10-averages periods_averages_unit = dialog-dialog_10-aver_unit CHANGING prcalc = dialog-dialog_032-prcalc arcalc = dialog-dialog_031-arcalc EXCEPTIONS OTHERS = 1.

RP_ARCHIVE_CALC_FR CALL FUNCTION 'RP_ARCHIVE_CALC_FR' EXPORTING periods_averages = dialog-dialog_10-averages periods_averages_unit = dialog-dialog_10-aver_unit CHANGING prcalc = dialog-dialog_032-prcalc arcalc = dialog-dialog_031-arcalc prcalc_maximum = prcalc_maximum arcalc_maximum = arcalc_maximum EXCEPTIONS prcalc_not_possible = 1 arcalc_not_possible = 2 OTHERS = 3.

RP_ARCHIVE_CALC_GB CALL FUNCTION 'RP_ARCHIVE_CALC_GB' EXPORTING periods_averages = dialog-dialog_10-averages periods_averages_unit = dialog-dialog_10-aver_unit IMPORTING error_type = error_type error_number = error_number CHANGING prcalc = dialog-dialog_032-prcalc arcalc = dialog-dialog_031-arcalc EXCEPTIONS prcalc_not_possible = 1 OTHERS = 2.

RP_ARCHIVE_CALC_US CALL FUNCTION 'RP_ARCHIVE_CALC_US' EXPORTING periods_averages = dialog-dialog_10-averages periods_averages_unit = dialog-dialog_10-aver_unit IMPORTING error_type = error_type error_number = error_number CHANGING prcalc = dialog-dialog_032-prcalc arcalc = dialog-dialog_031-arcalc EXCEPTIONS arcalc_not_possible = 1 prcalc_not_possible = 1 OTHERS = 2.

RP_ARCHIVE_CALC_JP





CALL FUNCTION 'RP_ARCHIVE_CALC_JP' EXPORTING periods_averages = dialog-dialog_10-averages periods_averages_unit = dialog-dialog_10-aver_unit CHANGING prcalc = dialog-dialog_032-prcalc arcalc = dialog-dialog_031-arcalc EXCEPTIONS prcalc_not_possible = 1 OTHERS = 2.

RP_ARCHIVE_CALC_LATIN_AMERICA CALL FUNCTION 'RP_ARCHIVE_CALC_LATIN_AMERICA' EXPORTING periods_averages = dialog-dialog_10-averages periods_averages_unit = dialog-dialog_10-aver_unit CHANGING prcalc = dialog-dialog_032-prcalc arcalc = dialog-dialog_031-arcalc EXCEPTIONS prcalc_not_possible = 1 OTHERS = 2.

RP_ARCHIVE_CALC_XX CALL FUNCTION 'RP_ARCHIVE_CALC_XX' EXPORTING periods_averages = dialog-dialog_10-averages periods_averages_unit = dialog-dialog_10-aver_unit CHANGING prcalc = dialog-dialog_032-prcalc arcalc = dialog-dialog_031-arcalc EXCEPTIONS prcalc_not_possible = 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 RPUARTX7 or its description.