SAP Reports / Programs

RADBAT00 SAP ABAP Report - DD: Execution of Database Operations







RADBAT00 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 RADBAT00 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 RADBAT00. "Basic submit
SUBMIT RADBAT00 AND RETURN. "Return to original report after report execution complete
SUBMIT RADBAT00 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: DISPLAY = Display Log Immediately.......
Selection Text: EXECMODE = Upgrade/Mass Processing...
Selection Text: FCT = Function......................
Selection Text: FI = Output to File ...............
Selection Text: FILENAME = Log Name......................
Selection Text: GDATE = Request Date..................
Selection Text: GUSER = Requested by..................
Selection Text: INDNAME = Index ID......................
Selection Text: LOCA = ....................... local
Selection Text: OBJECT = Object Class..................
Selection Text: OBJNAME = Single Object Name............
Selection Text: PARA = Number of processes to start
Selection Text: PART = Parallel
Selection Text: PARTIND = Partition
Selection Text: PCL = Process Class.................
Selection Text: PRC = Execute Requests
Selection Text: SEVERITY = Error Code....................
Selection Text: STAT = Status........................
Selection Text: SYN = ............. in this process
Selection Text: TABNAME = Object Name...................
Selection Text: TGORDER = Sequence......................
Selection Text: TST = ?...(TST)
Selection Text: USE_DEFA = Use Standard Log Names
Selection Text: DIS = Server........................
Selection Text: DIAG = ...................... Dialog
Selection Text: DEL = ... Delete
Selection Text: DB = Output to Database............
Selection Text: CALLMODE = Execmode......................
Selection Text: ASY = Asynchronous
Title: DD: Execution of Database Operations
Text Symbol: 051 = List of Object Types
Text Symbol: 052 = Single Object Name
Text Symbol: 053 = Exec Mode
Text Symbol: 054 = Severity
Text Symbol: 055 = Requested by
Text Symbol: 801 = Log output
Text Symbol: 802 = Worklist
Text Symbol: 803 = Action





Text Symbol: 806 = Display after program run...
Text Symbol: 807 = Log Name:
Text Symbol: 808 = Process Class
Text Symbol: 809 = Parallel processing running
Text Symbol: 810 = No active processes
Text Symbol: 811 = Sequential processing running
Text Symbol: 812 = Asynchronous Processing
Text Symbol: 813 = Program Execution
Text Symbol: 814 = Distribution


INCLUDES used within this REPORT RADBAT00

INCLUDE: RADBTLOM, " STANDARD LOGGING MACROS
RADBTOUM, " STANDARD OUTPUT MACROS
RADBTMUM, " MUTEX MACROS
RADBTMAC, " MACROS
RADBTST0, " STRING TOOLS
RADBTMA1, " MACROS FOR ERROR HANDLING
RADBTIT0.


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:

DD_DB_INNER_CONVERTER CALL FUNCTION 'DD_DB_INNER_CONVERTER' EXPORTING PARALLEL = PART PRID = PRID IMPORTING RC = RC TABLES OBJECT = OBJECT TABNAME = TABNAME INDNAME = INDNAME TGORDER = TGORDER FCT = FCT EXECMODE = EXECMODE SEVERITY = SEVERITY GDATE = GDATE GUSER = GUSER EXCEPTIONS OTHERS = 1.

DD_LOGNPROT_NAME_GET CALL FUNCTION 'DD_LOGNPROT_NAME_GET' EXPORTING TASK = 'CNV' SINGLE_OR_MASS = 'M' ONLINE_PUT = ONLINE_PUT IMPORTING PROTNAME = TEMPLATE EXCEPTIONS OTHERS = 01.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING JOBNAME = JOBNAME IMPORTING JOBCOUNT = JOBCOUNT EXCEPTIONS OTHERS = 08.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING STRTIMMED = 'X' "Sofortausfuehrung JOBNAME = JOBNAME JOBCOUNT = JOBCOUNT SDLSTRTDT = SYST-DATUM SDLSTRTTM = SYST-UZEIT EXCEPTIONS OTHERS = 08.

TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' TABLES LIST = SERVERS.

DD_DB_CONVERTER CALL FUNCTION 'DD_DB_CONVERTER' STARTING NEW TASK 'TEST' DESTINATION SERVERS-NAME EXPORTING PARALLEL = PART ASYNCHRON = ' ' PROC_NUMBER = PARA PROC_CLASS = 'DIA' PROC_DIST = DIS LOG_DISPLAY = ' ' LOG_NAME = FILENAME FILE_LOG = FI DB_LOG = DB TABLES OBJECT = OBJECT TABNAME = TABNAME INDNAME = INDNAME TGORDER = TGORDER FCT = FCT EXECMODE = EXECMODE SEVERITY = SEVERITY GDATE = GDATE GUSER = GUSER EXCEPTIONS SYSTEM_FAILURE = 02 COMMUNICATION_FAILURE = 04 OTHERS = 08.



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