SAP Reports / Programs | Application Platform | Master Data | Payment Cards(AP-MD-PCA) SAP AP

FPCA_ARCH_BASE_WRITE SAP ABAP INCLUDE - FPCAARCHBASEWRITE







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


INCLUDES used within this REPORT FPCA_ARCH_BASE_WRITE

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:

ARCHIVE_OPEN_FOR_WRITE CALL FUNCTION 'ARCHIVE_OPEN_FOR_WRITE' EXPORTING object = c_object call_delete_job_in_test_mode = iv_deltst create_archive_file = iv_wriprd comments = iv_coment output_sel_screen_when_dialog = ' ' IMPORTING archive_handle = gs_archive-handle.

ARCHIVE_PROTOCOL_INIT CALL FUNCTION 'ARCHIVE_PROTOCOL_INIT' EXPORTING i_detailprotocol = iv_prot.

PROGRESS_INDICATOR CALL FUNCTION 'PROGRESS_INDICATOR' EXPORTING i_processed = gv_objects_processed i_total = gv_objects_processed i_msgid = 'PCA_SECURITY' i_msgno = 703 i_output_immediately = 'X'.

ARCHIVE_WRITE_STATISTICS CALL FUNCTION 'ARCHIVE_WRITE_STATISTICS' EXPORTING archive_handle = gs_archive-handle.

FPCA_ARCH_STAT_WRITE CALL FUNCTION 'FPCA_ARCH_STAT_WRITE'.

ARCHIVE_PROTOCOL_WRITE CALL FUNCTION 'ARCHIVE_PROTOCOL_WRITE'.

ARCHIVE_CLOSE_FILE CALL FUNCTION 'ARCHIVE_CLOSE_FILE' EXPORTING archive_handle = gs_archive-handle.

ARCHIVE_NEW_OBJECT CALL FUNCTION 'ARCHIVE_NEW_OBJECT' EXPORTING archive_handle = gs_archive-handle object_id = -objid.

ARCHIVE_SAVE_OBJECT CALL FUNCTION 'ARCHIVE_SAVE_OBJECT' EXPORTING archive_handle = gs_archive-handle EXCEPTIONS termination_requested = 1.

FPCA_ARCH_DETAIL_INIT CALL FUNCTION 'FPCA_ARCH_DETAIL_INIT' IMPORTING e_callback_parameter = v_callback.

FPCA_ARCH_DETAIL_SUPPLY CALL FUNCTION 'FPCA_ARCH_DETAIL_SUPPLY' EXPORTING i_objectid = -objid i_info = t_arch_stat IMPORTING e_callback_parameter = v_callback-t_par.

ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object = -objid i_msgtype = 1 i_msgid = 'PCA_SECURITY' i_msgno = 700 i_callback_parameter = v_callback.

PROGRESS_INDICATOR CALL FUNCTION 'PROGRESS_INDICATOR' EXPORTING i_processed = gv_objects_processed i_total = 0 i_msgid = 'PCA_SECURITY' i_msgno = 703 IMPORTING e_progress_sent = lv_progress_send.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'. "otherwise messag will not appear in the job-log

ARCHIVE_PUT_TABLE CALL FUNCTION 'ARCHIVE_PUT_TABLE' EXPORTING archive_handle = gs_archive-handle record_flags = c_archive_flags record_structure = iv_name TABLES TABLE = it_table.

FPCA_ARCH_STAT_READ CALL FUNCTION 'FPCA_ARCH_STAT_READ' EXPORTING i_table = iv_table i_number = v_number.

FPCA_ARCH_STAT_USED CALL FUNCTION 'FPCA_ARCH_STAT_USED' EXPORTING i_table = iv_table i_number = iv_number.

FPCA_ARCH_STAT_INIT CALL FUNCTION 'FPCA_ARCH_STAT_INIT' EXPORTING i_tables = t_tab.



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