SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Activation Program, Conversion Program, DB Utility, MC, SPDD(BC-DWB-DIC-AC) SAP BC

RADBAT01 SAP ABAP Report - DD: Execution of Database Operations







RADBAT01 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 RADBAT01 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 RADBAT01. "Basic submit
SUBMIT RADBAT01 AND RETURN. "Return to original report after report execution complete
SUBMIT RADBAT01 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: ASY = Asynchronous
Selection Text: DB = Output to database............
Selection Text: DIS = Server........................
Selection Text: DISPLAY = Display log immediately
Selection Text: EXECMODE = Upgrade/Mass processing...
Selection Text: FCT = Function......................
Selection Text: PARA = Number of processes to start
Selection Text: PART = Parallel
Selection Text: PCL = Process class.................
Selection Text: SEVERITY = Error code....................
Selection Text: TABNAME = Object name...................
Selection Text: TGORDER = Sequence......................
Selection Text: OBJECT = Object class..................
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: NSTRF = Log name with GUID
Title: DD: Execution of Database Operations
Text Symbol: 812 = Asynchronous processing
Text Symbol: 802 = Selection of work list
Text Symbol: 801 = Log output
Text Symbol: 003 = sequential
Text Symbol: 002 = parallel
Text Symbol: 001 = Process cat.
Text Symbol: 813 = Program execution


INCLUDES used within this REPORT RADBAT01

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 pre_done = pre_done importing rc = rc tables object = object tabname = tabname indname = indname tgorder = tgorder fct = fct execmode = execmode severity = severity gdate = gdate guser = guser exceptions no_of_pools_exceeded = 88 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.

GUID_CREATE call function 'GUID_CREATE' importing ev_guid_32 = guid.

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.

GUID_CREATE call function 'GUID_CREATE' importing ev_guid_32 = guid.

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 nstrf = nstrf pre_done = pre_done 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.

STRF_SETNAME_TEMPPROT_SINGLE call function 'STRF_SETNAME_TEMPPROT_SINGLE' exporting acttype = 'N' "coNvert dirtype = 'U' "Update sysdate = sy-datum sysname = sy-sysid trbat_logname = trbat_logname importing file = template exceptions wrong_call = 1 others = 2.



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