SAP Reports / Programs | Cross-Application Components | Financial Services | Archiving Engine(CA-FS-ARE) SAP CA

IPREPROCESSING_TEMPLATE_PPF SAP ABAP INCLUDE - Include IPREPROCESSING_TEMPLATE_PPF







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


Text pool values


Title: Include IPREPROCESSING_TEMPLATE_PPF


INCLUDES used within this REPORT IPREPROCESSING_TEMPLATE_PPF

INCLUDE ARCH_PREPROC_PRG_STANDARD2. "INCLUDE THE STD INCLUDE REPORT


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_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object = sy-dbcnt i_text = 'Total object for processing'(007) "#EC i_msgtype = 1 i_protocol_handle = i_str_param-log_handle.

ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object = sy-dbcnt i_text = 'Total object for processing'(007) "#EC i_msgtype = 1 i_protocol_handle = i_str_param-log_handle.

$OT_METADATA-MODULE_ENHANCE$ CALL FUNCTION '$OT_METADATA-MODULE_ENHANCE$' CHANGING t_table = gt_projection_str.

$OT_METADATA-MODULE_RESIDENCE$ CALL FUNCTION '$OT_METADATA-MODULE_RESIDENCE$' CHANGING t_table = gt_projection_str .

$OT_METADATA-MODULE_SCHEDULING_DET$ CALL FUNCTION '$OT_METADATA-MODULE_SCHEDULING_DET$' CHANGING t_table = gt_projection_str.

ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object = lv_keys i_text = 'Object is archivable'(001) "#EC i_msgtype = 1.

ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object = lv_keys i_text = 'Object not archivable : Not yet business complete'(003) "#EC i_msgtype = 2.

ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object = lv_keys i_text = 'Object not archivable : Residence time is not elapsed'(002) "#EC i_msgtype = 2.

ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object = lv_keys i_text = 'Object not archivable : Not yet business complete'(003) "#EC i_msgtype = 2.

PROGRESS_INDICATOR CALL FUNCTION 'PROGRESS_INDICATOR' EXPORTING i_text = '&2 Objects analyzed'(004) i_processed = gv_obj_analyzed IMPORTING e_progress_sent = l_progress_sent.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

ARCHIVE_PROTOCOL_INIT CALL FUNCTION 'ARCHIVE_PROTOCOL_INIT' EXPORTING i_detailprotocol = i_str_applparam-prot i_protocol_output = i_str_applparam-prot_o i_father_protocol_handle = i_str_applparam-log_handle.

GET_JOB_RUNTIME_INFO CALL FUNCTION 'GET_JOB_RUNTIME_INFO' IMPORTING jobname = l_jobname jobcount = l_jobcount.

PROGRESS_INDICATOR CALL FUNCTION 'PROGRESS_INDICATOR' EXPORTING i_text = '&2 Objects analyzed'(004) i_processed = gv_obj_analyzed i_output_immediately = 'X'.

ARCHIVE_PROTOCOL_WRITE CALL FUNCTION 'ARCHIVE_PROTOCOL_WRITE'.

BANK_MAP_PP_EDIT_JOBDIST CALL FUNCTION 'BANK_MAP_PP_EDIT_JOBDIST' CHANGING c_tab_jobdist = lt_jobdist[].

GET_JOB_RUNTIME_INFO CALL FUNCTION 'GET_JOB_RUNTIME_INFO' IMPORTING jobname = l_jobname.

BP_RETRIEVE_PRIPARS CALL FUNCTION 'BP_RETRIEVE_PRIPARS' IMPORTING pripars = l_printparam.

ARCHIVE_PROTOCOL_INIT





CALL FUNCTION 'ARCHIVE_PROTOCOL_INIT' EXPORTING i_detailprotocol = ls_appl_param-prot i_protocol_output = ls_appl_param-prot_o IMPORTING e_protocol_handle = ls_appl_param-log_handle.

BANK_MAP_PP_START CALL FUNCTION 'BANK_MAP_PP_START' EXPORTING i_applcatg = gc_appl_type i_xsimulrun = abap_true i_str_appl_param = ls_appl_param i_x_sync = abap_true i_x_use_dialog_wp = p_xdia i_str_print = l_printparam i_tab_jobdist = lt_jobdist[] IMPORTING e_tab_jobs = lt_jobs[].

ARCHIVE_PROTOCOL_WRITE CALL FUNCTION 'ARCHIVE_PROTOCOL_WRITE' EXPORTING i_protocol_handle = ls_appl_param-log_handle.

$OT_BUSINESS_CHECKS-MODULE_ANALYZE$ CALL FUNCTION '$OT_BUSINESS_CHECKS-MODULE_ANALYZE$' EXPORTING p_tabname = '$OT_METADATA-PROJECTION_STRUCTURE$' CHANGING t_table = gt_projection_str.

$OT_BUSINESS_CHECKS-MODULE_ANALYZE$ CALL FUNCTION '$OT_BUSINESS_CHECKS-MODULE_ANALYZE$' EXPORTING p_tabname = '$OT_METADATA-PROJECTION_STRUCTURE$' CHANGING t_table = lt_projection_str.

$OT_BUSINESS_CHECKS-MODULE_ANALYZE$ CALL FUNCTION '$OT_BUSINESS_CHECKS-MODULE_ANALYZE$' EXPORTING p_tabname = '$OT_METADATA-PROJECTION_STRUCTURE$' CHANGING t_table = gt_projection_str.

$OT_BUSINESS_CHECKS-MODULE_ANALYZE$ CALL FUNCTION '$OT_BUSINESS_CHECKS-MODULE_ANALYZE$' EXPORTING p_tabname = '$OT_METADATA-PROJECTION_STRUCTURE$' CHANGING t_table = lt_projection_str.



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