EWUPALOE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this program to delete all table contents within a package...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 EWUPALOE 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: PAKETNR = Package number
Selection Text: TABL = Delete derivation rules?
Selection Text: TCOO = Delete CO objects?
Selection Text: TFM = Form/package procedure name
Selection Text: TFZ = Field-related control
Selection Text: TORG = Delete org.objects?
Selection Text: TPAK = Delete package overview?
Selection Text: TPAKO = Delete objects?
Selection Text: TSEL = Copy selection parameters?
Selection Text: TTM = Form/table procedure name
Title: EMU Conversion: Delete Entries Within a Package from all Tables
Text Symbol: 105 = Error when deleting in EWUP/T !!
Text Symbol: 104 = successfully deleted in EWUPAK/T
Text Symbol: 103 = -Records of Package-
Text Symbol: 102 = or no record exists
Text Symbol: 101 = Error when deleting in EWUPAK/T
Text Symbol: 006 = -----> The old name is transferred
Text Symbol: 005 = You have not specified a name for the new package
Text Symbol: 003 = Package
Text Symbol: 002 = Already exists
Text Symbol: 001 = Not found; check the entry
Text Symbol: 113 = Error when deleting in EWUTM/P
Text Symbol: 114 = Successfully deleted in EWUTM/P
Text Symbol: 115 = Error when deleting in EWUSEL
Text Symbol: 116 = Successfully deleted in EWUSEL
Text Symbol: 117 = Error when deleting in EWUORG
Text Symbol: 118 = Successfully deleted in EWUORG
Text Symbol: 120 = Error when deleting in EWUCOO
Text Symbol: 121 = Successfully deleted in EWUCOO
Text Symbol: 122 = Error when deleting in EWUCUR
Text Symbol: 123 = Successfully deleted in EWUCUR
Text Symbol: 112 = Successfully deleted in EWUFM/P
Text Symbol: 129 = Successfully deleted in EWUWT
Text Symbol: 128 = Error when deleting in EWUWT
Text Symbol: 127 = Successfully deleted in EWUSL
Text Symbol: 126 = Error when deleting in EWUSL
Text Symbol: 125 = Successfully deleted in EWUSAK
Text Symbol: 124 = Error when deleting in EWUSAK
No INCLUDES are used within this REPORT code!
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.