CHANGE_RETENTION_IMPL1 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 CHANGE_RETENTION_IMPL1 into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ARCHIVE_ADMIN_SHOW_VARIANT CALL FUNCTION 'ARCHIVE_ADMIN_SHOW_VARIANT' EXPORTING iv_session = p_run it_admi_varia = lt_admi_varia iv_create_date = ls_run-admi_run-creat_date iv_comment = ls_run-admi_run-comments iv_status = ls_run-displayed_status iv_screen_start_column = 10 iv_screen_start_line = 10 iv_screen_end_column = 80 iv_screen_end_line = 35.
BP_JOB_SELECT CALL FUNCTION 'BP_JOB_SELECT' EXPORTING jobselect_dialog = 'N' jobsel_param_in = ls_btcselect TABLES jobselect_joblist = lt_joblist EXCEPTIONS OTHERS = 0.
BP_JOB_READ CALL FUNCTION 'BP_JOB_READ' EXPORTING job_read_jobcount =
-jobcount job_read_jobname = -jobname job_read_opcode = btc_read_jobhead_only IMPORTING job_read_jobhead = ls_tbtcjob EXCEPTIONS job_doesnt_exist = 1 job_doesnt_have_steps = 2 OTHERS = 3.
BP_JOB_MANAGEMENT CALL FUNCTION 'BP_JOB_MANAGEMENT' EXPORTING jobselect_dialog = btc_no joblist_opcode = btc_joblist_edit TABLES joblist = lt_joblist EXCEPTIONS refresh_list_required = 1 OTHERS = 2.
POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING language = sy-langu popup_title = text-020 start_column = 10 start_row = 3 text_object = 'CHANGE_RETENTION_INFO' IMPORTING cancelled = cancelled EXCEPTIONS text_not_found = 01.
BP_JOB_READ CALL FUNCTION 'BP_JOB_READ' EXPORTING job_read_jobcount =
-jobcount_conv job_read_jobname = -jobname_conv job_read_opcode = btc_read_all_jobdata IMPORTING job_read_jobhead = ls_tbtcjob EXCEPTIONS job_doesnt_exist = 1 job_doesnt_have_steps = 2 OTHERS = 3.
BP_JOB_READ CALL FUNCTION 'BP_JOB_READ' EXPORTING job_read_jobcount =
-jobcount_date job_read_jobname = -jobname_date job_read_opcode = btc_read_all_jobdata IMPORTING job_read_jobhead = ls_tbtcjob EXCEPTIONS job_doesnt_exist = 1 job_doesnt_have_steps = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CHANGE_RETENTION_IMPL1 - CHANGERETENTIONIMPL1 CHANGE_RETENTION_F01 - CHANGERETENTIONF01 CHANGE_RETENTION_DEF - CHANGERETENTIONDEF CHANGE_RETENTION - Select Archiving Sessions with Expiration Date "Unknown" CHANGE_RETENTION - Select Archiving Sessions with Expiration Date "Unknown" CHANGE_HISTORY_O01_ALV - CHANGEHISTORYO01ALV