SAP Reports / Programs | Basis Components | Database Interface, Database Platforms | CCMS / Database Monitors for Oracle(BC-DB-ORA-CCM) SAP BC

XDB24NEW SAP ABAP Report - Program XDB24NEW







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


Transaction Code(s):

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

DB24 - Administrative Database Operations


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





Text Symbol: 036 = Delete Operation
Text Symbol: 037 = Current Column Layout Saved
Text Symbol: 038 = Do You Want to Set this Layout as the Default Layout?
Text Symbol: 039 = Use as Default Layout
Text Symbol: 040 = Database Name
Text Symbol: 041 = Manuf.
Text Symbol: 042 = Program
Text Symbol: 052 = An Existing RFC Connection Will Be Overwritten
Text Symbol: 053 = Continue Operation?
Text Symbol: 054 = Save Connection
Text Symbol: 056 = Step
Text Symbol: 057 = Utility
Text Symbol: 035 = Really Delete Selected Operation?
Text Symbol: 011 = Operation Status
Text Symbol: 012 = Number of Steps
Text Symbol: 013 = Job No.
Text Symbol: 014 = Database Type


INCLUDES used within this REPORT XDB24NEW

INCLUDE LBTCHDEF . "BATCH CONSTANTS
INCLUDE SXDB24GETDATAF01.
INCLUDE SXDB24GETDATAM01.
INCLUDE SXDB24PROCESSDATAF01.
INCLUDE SXDB24PROCESSDATAM01.
INCLUDE SXDB24PRESENTDATAF01.
INCLUDE SXDB24PRESENTDATAM01.


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:

DB6_CALL_COCKPIT CALL FUNCTION 'DB6_CALL_COCKPIT' EXPORTING action = cl_ada_action=>sdb_dbahist system_id = sy-sysid show_launchpad = ' '.



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