BDT_DELETE_DYNPROS 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 BDT_DELETE_DYNPROS 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: P_XDELE = Delete All Subscrn Containers?
Title: BDT: Delete All Subscreen Containers
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_EBDT_GENERATE CALL FUNCTION 'ENQUEUE_EBDT_GENERATE' EXPORTING _WAIT = SPACE EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.
BUS_TBZ3ATD_SELECT_ALL CALL FUNCTION 'BUS_TBZ3ATD_SELECT_ALL' EXPORTING i_xmemory = '' i_xall_clients = 'X' TABLES t_tbz3a_td = gt_tbz3a_td EXCEPTIONS not_found = 1 OTHERS = 2.
BUS_TBZ3A_SELECT_ALL CALL FUNCTION 'BUS_TBZ3A_SELECT_ALL' EXPORTING i_xmemory = '' I_XALL_CLIENTS = 'X' TABLES t_tbz3a = gt_tbz3a[].
BUS_TBZ3A_GEN_INSERT_TABLE CALL FUNCTION 'BUS_TBZ3A_GEN_INSERT_TABLE' TABLES t_tbz3a_gen = gt_tbz3a_gen[].
DEQUEUE_EBDT_GENERATE CALL FUNCTION 'DEQUEUE_EBDT_GENERATE'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.