RSDB2ADM_IXFIX is a standard Executable ABAP Report 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 RSDB2ADM_IXFIX into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
DB2_IXFIX - DB2-z/OS: index fix (padded, codepg)
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.
Selection Text: FLAG_DFN = Only indexes without dataset
Selection Text: M_HITS = Maximum number of hits
Selection Text: M_PARA = Max. number of parallel procs
Selection Text: S_TAB = Table name
Title: DB2-z/OS: index fix (admin)
LBTCHDEF, SDB3FDB2, .
No SAP DATABASE tables are accessed within this REPORT code!
TR_READ_AND_DISPLAY_LOG CALL FUNCTION 'TR_READ_AND_DISPLAY_LOG' EXPORTING iv_log_type = 'FILE' iv_logname_file = file EXCEPTIONS others = 1.
DB2_STORAGE_EDIT CALL FUNCTION 'DB2_STORAGE_EDIT' EXPORTING object1 = oo-table objtype = sign_tb EXCEPTIONS other_error = 1 others = 2.
CALL_BROWSER CALL FUNCTION 'CALL_BROWSER' EXPORTING url = note new_window = 'X' EXCEPTIONS others = 1.
BP_START_DATE_EDITOR CALL FUNCTION 'BP_START_DATE_EDITOR' EXPORTING stdt_dialog = 'Y' stdt_input = job_start stdt_opcode = 14 IMPORTING stdt_modify_type = job_modif stdt_output = job_start EXCEPTIONS others = 01.
TH_SYSTEMWIDE_WPINFO CALL FUNCTION 'TH_SYSTEMWIDE_WPINFO' TABLES wplist = sap_work_proc EXCEPTIONS argument_error = 1 send_error = 2 others = 3.
JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = job_name IMPORTING jobcount = job_count EXCEPTIONS cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 others = 4.
DD_JOB_CLOSE CALL FUNCTION 'DD_JOB_CLOSE' EXPORTING jobname = job_name jobcount = job_count startcond = job_start success_mess_type = space EXCEPTIONS unexpected_error = 1 others = 2.
BP_JOB_DELETE CALL FUNCTION 'BP_JOB_DELETE' EXPORTING jobcount = job_count jobname = job_name EXCEPTIONS others = 1.
BP_JOB_SELECT CALL FUNCTION 'BP_JOB_SELECT' EXPORTING jobselect_dialog = btc_no jobsel_param_in = job_sel IMPORTING jobsel_param_out = job_sel TABLES jobselect_joblist = jobs_tmp EXCEPTIONS invalid_dialog_type = 1 jobname_missing = 2 no_jobs_found = 3 selection_canceled = 4 username_missing = 5 others = 6.
BP_JOBLIST_PROCESSOR_SM37B CALL FUNCTION 'BP_JOBLIST_PROCESSOR_SM37B' EXPORTING joblist_opcode = btc_joblist_edit TABLES joblist = jobs EXCEPTIONS invalid_opcode = 1 joblist_is_empty = 2 joblist_processor_canceled = 3 others = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSDB2ADM_IXFIX - DB2-z/OS: index fix (admin) RSDB2ADM_IXFIX - DB2-z/OS: index fix (admin) RSDB2A0T - DB2/390: Get all tables created by a given user from sysibm.systables RSDB2A0M - DB2/390: Get all tables created by a given user from sysibm.systables RSDB05TO - Globale Daten für den Report: Detailed Table Analyse RSDB05TH - TOP-Include für Report RSTUNE59 und generierten Report RSTUNE5G