SAP Reports / Programs

BDT_DELETE_DYNPROS SAP ABAP Report - BDT: Delete All Subscreen Containers







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


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 BDT_DELETE_DYNPROS. "Basic submit
SUBMIT BDT_DELETE_DYNPROS AND RETURN. "Return to original report after report execution complete
SUBMIT BDT_DELETE_DYNPROS 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: P_XDELE = Delete All Subscrn Containers?
Title: BDT: Delete All Subscreen Containers


INCLUDES used within this REPORT BDT_DELETE_DYNPROS

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:

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'.



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