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

RADBTDE0 SAP ABAP INCLUDE - Subroutines for DD_NAVIGATOR







RADBTDE0 is a standard ABAP INCLUDE 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 RADBTDE0 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 RADBTDE0. "Basic submit
SUBMIT RADBTDE0 AND RETURN. "Return to original report after report execution complete
SUBMIT RADBTDE0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Subroutines for DD_NAVIGATOR


INCLUDES used within this REPORT RADBTDE0

No INCLUDES are used within this REPORT code!


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_RANGE_SELECT call function 'DD_RANGE_SELECT' exporting POINTER = pointer formid = formid repid = acrepid * FROM_INDEX = 0 * TO_INDEX = 0 * DELETE_DUPS = 'X' PAR1 = obj_state PAR2 = par1 PAR3 = par2 PAR4 = par3 PRID = prid tables symbol_tab = class1_tab result_tab = class2_tab * RESULT_TAB2 = * RESULT_TAB3 = * RESULT_TAB4 = EXCEPTIONS ILLEGAL_VALUE = 1 OTHERS = 2.

DD_RANGE_SEL CALL FUNCTION 'DD_RANGE_SEL' EXPORTING DELETE_DUPS = 'X' DEVIATION = 50 FORMID = FORMID LENGTH = LEN OFFSET = OFF PAR1 = OBJ_STATE PAR2 = PAR1 PAR3 = PAR2 PAR4 = PAR3 PRID = PRID RANGE_SIZE = 64 REPID = ACREPID TABLES RESULT_TAB = CLASS2_TAB SYMBOL_TAB = CLASS1_TAB EXCEPTIONS OTHERS = 02.

DD_NAVIGATOR_T CALL FUNCTION 'DD_NAVIGATOR_T' EXPORTING CLASS1 = CLASS1 CLASS2 = CLASS2 DEPENDENCY = KIND DIRECTION = DIR OBJ_STATE = OBJ_STATE OUT_REFRESH = 'X' REFETCH = DO_REFETCH OUT_TO_IN = OUT_TO_IN pointer1 = pointer1 " uh, 08.05.2000

DD_NAVIGATOR_T CALL FUNCTION 'DD_NAVIGATOR_T' EXPORTING CLASS1 = CLASS1 CLASS2 = CLASS2 DEPENDENCY = KIND DIRECTION = DIR OBJ_STATE = OBJ_STATE OUT_REFRESH = 'X' REFETCH = DO_REFETCH OUT_TO_IN = OUT_TO_IN pointer1 = src_pointer1 " uh, 08.05.2000

DD_NAVIGATOR_T CALL FUNCTION 'DD_NAVIGATOR_T' EXPORTING CLASS1 = CLASS1 CLASS2 = CLASS2 DEPENDENCY = KIND DIRECTION = DIR OBJ_STATE = OBJ_STATE OUT_REFRESH = 'X' REFETCH = DO_REFETCH OUT_TO_IN = OUT_TO_IN pointer1 = src_pointer1 " uh, 08.05.2000

DD_NAVIGATOR_T CALL FUNCTION 'DD_NAVIGATOR_T' EXPORTING CLASS1 = CLASS1 CLASS2 = CLASS2 DIRECTION = DIR DEPENDENCY = KIND OBJ_STATE = OBJ_STATE OUT_REFRESH = ' ' OUT_TO_IN = ' ' REFETCH = DO_REFETCH OFF1 = OFF1 OFF2 = OFF2 LEN1 = LEN1 LEN2 = LEN2 PRID = PRID TRACE = N PAR1 = PAR1 PAR2 = PAR2 PAR3 = PAR3 FROM_INDEX = FROM_INDEX TO_INDEX = TO_INDEX TABLES IN_TAB = CLASS1_TAB OUT_TAB = CLASS2_TMP EXCEPTIONS OTHERS = 02.

DD_NAVIGATOR_T CALL FUNCTION 'DD_NAVIGATOR_T' EXPORTING CLASS1 = CLASS1 CLASS2 = CLASS2 DEPENDENCY = KIND DIRECTION = DIR OBJ_STATE = OBJ_STATE OUT_REFRESH = ' ' OUT_TO_IN = ' ' REFETCH = DO_REFETCH pointer1 = src_pointer1 " uh, 08.05.2000

DD_RANGE_SELECT call function 'DD_RANGE_SELECT' exporting POINTER = pointer1 formid = proc repid = acrepid * FROM_INDEX = 0 * TO_INDEX = 0 * DELETE_DUPS = 'X' PAR1 = state PAR2 = langu * PAR3 = ' ' * PAR4 = ' ' PRID = prid tables symbol_tab = symbols_tab result_tab = result_tab * RESULT_TAB2 = * RESULT_TAB3 = * RESULT_TAB4 = EXCEPTIONS ILLEGAL_VALUE = 1 OTHERS = 2.

DD_RANGE_SEL CALL FUNCTION 'DD_RANGE_SEL' EXPORTING FORMID = PROC PRID = PRID REPID = ACREPID PAR1 = STATE PAR2 = LANGU OFFSET = OFF1 LENGTH = LEN1 TABLES RESULT_TAB = RESULT_TAB SYMBOL_TAB = SYMBOLS_TAB EXCEPTIONS OTHERS = 01.



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