SAP Reports / Programs | Basis Components | Basis Components | Archiving Connector ABAP(BC-ILM-ACA) SAP BC

CHANGE_RETENTION_IMPL1 SAP ABAP INCLUDE - CHANGERETENTIONIMPL1







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


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 CHANGE_RETENTION_IMPL1. "Basic submit
SUBMIT CHANGE_RETENTION_IMPL1 AND RETURN. "Return to original report after report execution complete
SUBMIT CHANGE_RETENTION_IMPL1 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 CHANGE_RETENTION_IMPL1

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_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.



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