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

RADBTDL0 SAP ABAP INCLUDE - DD: Generalized Deletion of Set (Include)







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


Text pool values


Title: DD: Generalized Deletion of Set (Include)


INCLUDES used within this REPORT RADBTDL0

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_INSERT_BATCH_REQUEST call function 'DD_INSERT_BATCH_REQUEST' exporting function = fct_del obj_type = 'INDX' modeflag = 'I' obj_name = tabname id_name = indxname user = sy-uname.

DD_INDEX_NAME call function 'DD_INDEX_NAME' exporting indexname = indxname tabname = tabname importing dbindex = dbname.

DB_EXISTS_INDEX call function 'DB_EXISTS_INDEX' exporting dbindex = dbname importing realname = realdbname.

DB_DROP_INDEX call function 'DB_DROP_INDEX' exporting dbindex = realdbname tabname = tabname exceptions " 20030826 index_not_dropped = 4 program_not_generated = 4 program_not_written = 4.

DD_TBIX_GET call function 'DD_TBIX_GET' EXPORTING get_state = 'M' TABL_NAME = tabname INDEXNAME = indexname IMPORTING GOT_STATE = got_state TABLES DD12V_TAB_A = dd12v_tab_a DD12V_TAB_N = dd12v_tab_n EXCEPTIONS ILLEGAL_VALUE = 1 OTHERS = 2.

DD_TABL_GET CALL FUNCTION 'DD_TABL_GET' EXPORTING TABL_NAME = tabname IMPORTING DD02V_WA_A = dd02v_wa_a DD02V_WA_N = dd02v_wa dd09l_wa_n = dd09v_wa GOT_STATE = got_state_d TABLES DD03P_TAB_N = dd03p_tab DD12V_TAB_A = dd12v_tab_a DD12V_TAB_N = dd12v_tab DD17V_TAB_A = dd17v_tab_a DD17V_TAB_N = dd17v_tab EXCEPTIONS ACCESS_FAILURE = 1 OTHERS = 2.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING NAME = dd03p_wa-precfield STATE = 'M' * LANGU = ' ' IMPORTING GOTSTATE = got_state TABLES DD03P_TAB = dd03p_incl EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2.

DD_GET_NAMETAB_HEADER call function 'DD_GET_NAMETAB_HEADER' exporting status = 'A' tabname = tabname importing x030l_wa = x030l_wa exceptions not_found = 1.

DD_GET_NAMETAB_HEADER call function 'DD_GET_NAMETAB_HEADER' exporting status = 'N' tabname = tabname importing x030l_wa = x030l_wa exceptions not_found = 1.

DD_PUT_NAMETAB_HEADER call function 'DD_PUT_NAMETAB_HEADER' exporting modeflag = modeflag status = 'N' x030l_wa = x030l_wa trtype = obj_type.

DD_PUT_NAMETAB_HEADER call function 'DD_PUT_NAMETAB_HEADER' exporting modeflag = modeflag status = 'N' x030l_wa = x030l_wa trtype = obj_type.

DD_INSERT_BATCH_REQUEST call function 'DD_INSERT_BATCH_REQUEST' exporting function = fct modeflag = 'I' obj_type = type obj_name = del_tabname user = sy-uname.

DD_DROP_TABLE_OR_VIEW call function 'DD_DROP_TABLE_OR_VIEW' exporting tabname = del_tabname exceptions not_active = 1 operation_error = 2.

DOCU_DEL call function 'DOCU_DEL' exporting id = 'DE' langu = sy-langu object = dokhl-object typ = 'E' exceptions ret_code = 4.

DD_DTEL_DZ_DOCU_DEL call function 'DD_DTEL_DZ_DOCU_DEL' exporting dtelname = rangetab-low.

DEL_HELPVIEW_SELECTION call function 'DEL_HELPVIEW_SELECTION' exporting viewname = helpview_tab-viewname.

DEL_ENQUEUE_FUNCTION call function 'DEL_ENQUEUE_FUNCTION' exporting enqname = enquname.

DD_INSERT_BATCH_REQUEST call function 'DD_INSERT_BATCH_REQUEST' exporting function = 'DNA' modeflag = 'I' obj_type = 'SQSC' obj_name = tbatgname user = sy-uname.

DD_DD_TO_E071





call function 'DD_DD_TO_E071' exporting type = genwa-type name = genwa-name id = genwa-indx importing object = object obj_name = obj_name exceptions illegal_input = 1 others = 2.

SFW_GET_SWITCHPOS call function 'SFW_GET_SWITCHPOS' exporting p_bypassing_buffer = 'X' tables switchtab = switchtab.



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