RADITOOL 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 RADITOOL into the relevant SAP transactions such as SE38 or SE80
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: DISPLAY = @10@Display after expiration
Selection Text: FI = in the file system
Selection Text: FILENAME = Name
Selection Text: MODUS = new (N) or append (A)
Selection Text: TABNAME = Table
Selection Text: DB = on the database (DDPRH/S)
Selection Text: BR = @3U@Debugging
Title: DD: Subprogram for incremental conversion
Text Symbol: 801 = Log
Text Symbol: 802 = Worklist
Text Symbol: 809 = Program execution
INCLUDE: RADBTMAC, RADBTMA1, RADBTOU0, RADBTOUM, RADBTLOM.
INCLUDE: RADBTMAC, RADBTMA1, RADBTOU0, RADBTOUM, RADBTLOM.
INCLUDE: RADBTMAC, RADBTMA1, RADBTOU0, RADBTOUM, RADBTLOM.
No SAP DATABASE tables are accessed within this REPORT code!
TH_SAPREL CALL FUNCTION 'TH_SAPREL' IMPORTING KERN_REL = UNICODE_REL EXCEPTIONS OTHERS = 1.
DD_NAVIGATOR_T CALL FUNCTION 'DD_NAVIGATOR_T' EXPORTING CLASS1 = 'AGGR' CLASS2 = 'TABL' DEPENDENCY = 'U' DIRECTION = '<' EXP_STRUC = ' ' LEN1 = 10 LEN2 = 10 OBJ_STATE = 'A' OFF1 = 0 OFF2 = 10 OUT_REFRESH = 'X' OUT_TO_IN = ' ' PRID = PRID REFETCH = 'X' TRACE = 0 TABLES IN_TAB = IN_TAB OUT_TAB = OUT_TAB EXCEPTIONS OTHERS = 03.
DD_VIEW_ACT CALL FUNCTION 'DD_VIEW_ACT' EXPORTING VIEWNAME = OUT_TAB-VIEWNAME GET_STATE = 'M' ACT_MODE = 1 AUTH_CHK = ' ' PRID = PRID IMPORTING RC = ACT_RC EXCEPTIONS OTHERS = 4.
DD_SQHD_GET CALL FUNCTION 'DD_SQHD_GET' EXPORTING get_state = 'M' * LANGU = SY-LANGU name = sqltname * PRID = 0 * WITHTEXT = ' ' * TRACELEVEL = 0 IMPORTING dd06v_wa_a = dd06v_wa_a dd06v_wa_n = dd06v_wa_n got_state = got_state EXCEPTIONS illegal_value = 1 op_failure = 2 others = 3.
DB_GET_INDEXES CALL FUNCTION 'DB_GET_INDEXES' EXPORTING TABNAME = P_Tabname TABLES DBINDEXES = DBindexes DBINDFLDS = DBindflds.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RADITOOL - DD: Subprogram for incremental conversion RADITOOL - DD: Subprogram for incremental conversion RADITFIL - DD: Fills DDCNVTABL out of transport order with ICNV candidates RADITFIL - DD: Fills DDCNVTABL out of transport order with ICNV candidates RADISYNC - DD: Routines for process synchronization in the ICNV RADISYNC - DD: Routines for process synchronization in the ICNV