SAP Reports / Programs

EWUPALOE SAP ABAP Report - EMU Conversion: Delete Entries Within a Package from all Tables







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


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 EWUPALOE. "Basic submit
SUBMIT EWUPALOE AND RETURN. "Return to original report after report execution complete
SUBMIT EWUPALOE 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: 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





Text Symbol: 106 = Successfully deleted in EWUP/T
Text Symbol: 147 = Successfully deleted in EWUPGTAB
Text Symbol: 146 = Error when deleting in EWUPGTAB
Text Symbol: 145 = Successfully deleted in EWUPGCT
Text Symbol: 144 = Error when deleting in EWUPGCT
Text Symbol: 143 = Successfully deleted in EWUTABCT
Text Symbol: 142 = Error when deleting in EWUTABCT
Text Symbol: 141 = Successfully deleted in EWUABL
Text Symbol: 140 = Error when deleting in EWUABL
Text Symbol: 138 = Successfully deleted in EWUAFAPL
Text Symbol: 137 = Error when deleting in EWUAFAPL
Text Symbol: 136 = Successfully deleted in EWUAFABE
Text Symbol: 135 = Error when deleting in EWUAFABE
Text Symbol: 134 = Successfully deleted in EWUEIS
Text Symbol: 133 = Error when deleting in EWUEIS
Text Symbol: 132 = Successfully deleted in EWUWT
Text Symbol: 130 = Error when deleting in EWUTF
Text Symbol: 148 = Error when deleting in EWUPGSTAT
Text Symbol: 153 = Successfully deleted in EWULC03
Text Symbol: 152 = Error when deleting in EWULC03
Text Symbol: 151 = Successfully deleted in EWULC02
Text Symbol: 150 = Error when deleting in EWULC02
Text Symbol: 149 = Successfully deleted in EWUPGSTAT
Text Symbol: 111 = Error when deleting in EWUFM/P
Text Symbol: 110 = Successfully deleted in EWUFZ/P
Text Symbol: 109 = Error when deleting in EWUFZ/P
Text Symbol: 108 = Successfully deleted in EWUPAKO
Text Symbol: 107 = Error when deleting in EWUPAKO


INCLUDES used within this REPORT EWUPALOE

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:

No SAP FUNCTION MODULES are executed within this report code!



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