BDLST14D 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 BDLST14D 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.
Empty includes BDLST14I and BDLST14M for SDCC transports
WRITE 'INCLUDES BDLST14I AND BDLST14M ARE EMPTIED AND TRANSPORTABLE'.
WRITE 'INCLUDES BDLST14I AND BDLST14M ARE EMPTIED AND TRANSPORTABLE'.
WRITE 'ERROR EMPTYING INCLUDES BDLST14I AND BDLST14M'. "#EC NOTEXT
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = 'Do you really want to empty' "#EC NOTEXT textline2 = 'includes BDLST14I and BDLST14M' "#EC NOTEXT titel = 'Empty includes ?' "#EC NOTEXT
* START_COLUMN = 25 * START_ROW = 6 IMPORTING answer = answer EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BDLST14D - documentation and ABAP source code BDLST14D - documentation and ABAP source code BDLSETUP - Change BDL customizing values in table BDLCUST BDLSETUP - Change BDL customizing values in table BDLCUST BDLSEND - Send report called by Service Data Control Center BDLSEND - Send report called by Service Data Control Center