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

RPUARTX2 SAP ABAP INCLUDE - Forms for HR Archiving Transaction







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


Text pool values


Title: Forms for HR Archiving Transaction


INCLUDES used within this REPORT RPUARTX2

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_READ_T51B1_2 CALL FUNCTION 'RP_ARCHIVE_READ_T51B1_2' EXPORTING arch_group = arc_group IMPORTING i_t51b1 = i51b1 i_t51b2 = i51b2 EXCEPTIONS read_error_t51b1 = 1 read_error_t51b2 = 2 OTHERS = 3.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING * DEFAULTOPTION = 'Y' textline1 = text-d04 * TEXTLINE2 = ' ' titel = text-t01 * START_COLUMN = 25 * START_ROW = 6 IMPORTING answer = answer EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = 'N' diagnosetext1 = text-d01 diagnosetext2 = text-d02 diagnosetext3 = text-d03 textline1 = text-d04 * TEXTLINE2 = ' ' titel = text-t01 * START_COLUMN = 25 * START_ROW = 6 IMPORTING answer = answer EXCEPTIONS OTHERS = 1.

RP_ARCHIVE_DELETE_AR_GROUP CALL FUNCTION 'RP_ARCHIVE_DELETE_AR_GROUP' EXPORTING ar_group = arc_group EXCEPTIONS OTHERS = 1.

RP_ARCHIVE_READ_T51B1_2 CALL FUNCTION 'RP_ARCHIVE_READ_T51B1_2' EXPORTING arch_group = arc_group IMPORTING i_t51b1 = $t51b1 i_t51b2 = $t51b2 EXCEPTIONS read_error_t51b1 = 1 read_error_t51b2 = 2 OTHERS = 3.

HR_ARCHIVE_CHECK_ENQUEUE_CALC CALL FUNCTION 'HR_ARCHIVE_CHECK_ENQUEUE_CALC' EXPORTING molga = dialog-dialog_00-calcmolga "GWY870160 EXCEPTIONS payroll_in_progress = 1 system_error = 2 OTHERS = 3.

RP_ARCHIVE_SET_STATUS CALL FUNCTION 'RP_ARCHIVE_SET_STATUS' EXPORTING arc_group = arc_group status = status_rel_archiving EXCEPTIONS OTHERS = 1.

ENQUEUE_E_HR_ARC CALL FUNCTION 'ENQUEUE_E_HR_ARC' EXPORTING mandt = sy-mandt arc_group = $arc_group EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_E_HR_ARC CALL FUNCTION 'DEQUEUE_E_HR_ARC' EXPORTING mandt = sy-mandt arc_group = $arc_group EXCEPTIONS OTHERS = 1.



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