SAP Reports / Programs

RSDB2ADM_IXFIX SAP ABAP Report - DB2-z/OS: index fix (admin)







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

DB2_IXFIX - DB2-z/OS: index fix (padded, codepg)


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


Text pool values


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)


INCLUDES used within this REPORT RSDB2ADM_IXFIX

LBTCHDEF, SDB3FDB2, .


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:

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.



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