XDB24NEW 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 XDB24NEW into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
DB24 - Administrative Database Operations
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: STATWRN = DisplayThose W/Status"Warning"
Selection Text: STATSUC = Display Those W/Status OK
Selection Text: STATRUN = Display Running Operations
Selection Text: STATERR = Display Those W/Status "Error"
Selection Text: STATCMPL = Display Completed Operations
Title: Program XDB24NEW
Text Symbol: 016 = Processed Objects
Text Symbol: 017 = Utility Number
Text Symbol: 001 = Administrative Database Operation
Text Symbol: 002 = Task and Job Name
Text Symbol: 005 = Operation Step and Utility
Text Symbol: 006 = Step and Utility Name
Text Symbol: 007 = Operation Steps
Text Symbol: 009 = Name of System
Text Symbol: 010 = Operation ID
Text Symbol: 019 = Step Number
Text Symbol: 027 = Delete Operation Entry
Text Symbol: 028 = Sort Ascending
Text Symbol: 029 = Sort Descending
Text Symbol: 030 = Status
Text Symbol: 031 = Termination Code
Text Symbol: 033 = Reset Filter
Text Symbol: 034 = Display Options
Text Symbol: 020 = To Go to Corresp. Phases, Double-Click
Text Symbol: 021 = Obj. Name
Text Symbol: 022 = Operation Name
Text Symbol: 023 = Number of Objects
Text Symbol: 024 = Phase Name
Text Symbol: 025 = Operation Phases of Object
Text Symbol: 026 = No. of Phases
Text Symbol: 015 = To Go to Corresponding Objects, Double-Click
Text Symbol: 044 = Function Module Name
Text Symbol: 046 = Display Log
Text Symbol: 047 = A Released XDB Reorganization Job Already Exists
Text Symbol: 048 = Do You Want to Modify This Job or Add an Additional Job?
Text Symbol: 049 = Modify Job
Text Symbol: 050 = Add Job
Text Symbol: 051 = Automatic Reorganization of XDB Tables
INCLUDE LBTCHDEF . "BATCH CONSTANTS
INCLUDE SXDB24GETDATAF01.
INCLUDE SXDB24GETDATAM01.
INCLUDE SXDB24PROCESSDATAF01.
INCLUDE SXDB24PROCESSDATAM01.
INCLUDE SXDB24PRESENTDATAF01.
INCLUDE SXDB24PRESENTDATAM01.
No SAP DATABASE tables are accessed within this REPORT code!
DB6_CALL_COCKPIT CALL FUNCTION 'DB6_CALL_COCKPIT' EXPORTING action = cl_ada_action=>sdb_dbahist system_id = sy-sysid show_launchpad = ' '.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.