POWL_D05 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report deletes one or more of POWL check results...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter POWL_D05 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: USERA = User Name
Title: Delete POWL Check Results
Text Symbol: 001 = Deleted results saved by
Text Symbol: 002 = at
Text Symbol: 003 = No results available for user
Text Symbol: 004 = Error deleting results saved by user
Text Symbol: 005 = Selection Restrictions
Text Symbol: 006 = Delete
INCLUDE CL_POWL_D05.
INCLUDE POWL_D05_TOP.
INCLUDE POWL_D05_STATUS_01O01.
INCLUDE POWL_D05_USER_COMMI01.
INCLUDE POWL_D05_INIT_CONTO01.
INCLUDE POWL_D05_PREPARE_LF01.
INCLUDE POWL_D05_DELETE_SIF01.
INCLUDE POWL_D05_GET_DATAF01.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.