SAP Reports / Programs | Personnel Management | Personnel Management | Pension fund: General Parts(PA-PF-XX) SAP PA

RPARPFIW SAP ABAP Report - Archiving PF Posting Documents







RPARPFIW is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Archiving PF Nodes This report enables you to archive postings to pension fund accounts...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 RPARPFIW 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 RPARPFIW. "Basic submit
SUBMIT RPARPFIW AND RETURN. "Return to original report after report execution complete
SUBMIT RPARPFIW VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Data Archiving for PF Nodes
Selection Text: SELKASSE = Pension fund
Selection Text: P_BUDAT = Arch.w/ posting date before:
Selection Text: PVPROP = Value type attribute
Selection Text: NO_FILE = Do not create archive file
Selection Text: EXCLUDE = Exclude VT attributes frm arch
Selection Text: DEL_TEST = Delete with test run variant
Selection Text: DEL_PROD = Delete with product. run var.
Selection Text: COMMENTS = D Comment
Selection Text: CHOOSE = Select VT attributes for arch.
Title: Archiving PF Posting Documents
Text Symbol: ABO = Program terminated
Text Symbol: 104 = Restriction of documents to be archived
Text Symbol: 103 = Archiving of PF account
Text Symbol: 102 = Technical options
Text Symbol: 101 = Selection of Posting Docs to Be Archived


INCLUDES used within this REPORT RPARPFIW

INCLUDE RPARPFI0.


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:

ARCHIVE_OPEN_FOR_WRITE CALL FUNCTION 'ARCHIVE_OPEN_FOR_WRITE' EXPORTING call_delete_job_in_test_mode = no_delete comments = comments create_archive_file = create object = 'PA_PFUND' IMPORTING archive_handle = handle EXCEPTIONS internal_error = error_internal_error object_not_found = error_object_not_found open_error = error_open_error not_authorized = error_not_authorized.

ARCHIVE_NEW_OBJECT CALL FUNCTION 'ARCHIVE_NEW_OBJECT' EXPORTING archive_handle = handle object_id = data_object_id " optional: ADK index EXCEPTIONS internal_error = error_internal_error wrong_access_to_archive = error_wrong_access_to_archive.

ARCHIVE_PUT_RECORD CALL FUNCTION 'ARCHIVE_PUT_RECORD' EXPORTING archive_handle = handle record_structure = 'T5CPB' record = t5cpb_itab EXCEPTIONS internal_error = error_internal_error wrong_access_to_archive = error_wrong_access_to_archive.

ARCHIVE_SAVE_OBJECT CALL FUNCTION 'ARCHIVE_SAVE_OBJECT' EXPORTING archive_handle = handle EXCEPTIONS file_io_error = error_file_io_error internal_error = error_internal_error open_error = error_open_error termination_requested = error_termination_requested wrong_access_to_archive = error_wrong_access_to_archive OTHERS = error_others.

ARCHIVE_WRITE_STATISTICS CALL FUNCTION 'ARCHIVE_WRITE_STATISTICS' EXPORTING archive_handle = handle EXCEPTIONS internal_error = error_internal_error.

ARCHIVE_CLOSE_FILE CALL FUNCTION 'ARCHIVE_CLOSE_FILE' EXPORTING archive_handle = handle EXCEPTIONS internal_error = error_internal_error.

HR_CH_PK_CHECK_ACCNT_AUTHORITY CALL FUNCTION 'HR_CH_PK_CHECK_ACCNT_AUTHORITY' EXPORTING konnr = t5cpk-konnr IMPORTING authlevel = l_authlevel.



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