SAP Reports / Programs

RADITOOL SAP ABAP Report - DD: Subprogram for incremental conversion







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


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


INCLUDES used within this REPORT RADITOOL

INCLUDE: RADBTMAC, RADBTMA1, RADBTOU0, RADBTOUM, RADBTLOM.
INCLUDE: RADBTMAC, RADBTMA1, RADBTOU0, RADBTOUM, RADBTLOM.

INCLUDE: RADBTMAC, RADBTMA1, RADBTOU0, RADBTOUM, RADBTLOM.



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:

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.



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