RWSDEL1T 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 RWSDEL1T into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WA09 - Deletion of Allocation Tables
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: SO_EKORG = Purchasing organization
Selection Text: SO_EKGRP = Purchasing group
Selection Text: SO_AKTNR = Promotion
Selection Text: SO_ABELN = Allocation table
Selection Text: P_ASTAK4 = Partially active
Selection Text: P_ASTAK1 = Not active
Title: Delete Allocation Table / Group Messages
Text Symbol: 510 = Alloc. Table Can Only be Deleted From Prepack Generator
Text Symbol: 509 = Alloc tbl cannot be deleted in view of active promotion ref.
Text Symbol: 508 = Schedule lines open in allocation table
Text Symbol: 507 = Table
Text Symbol: 506 = Selected alloc tbls deleted
Text Symbol: 505 = Errors occurred during deletion
Text Symbol: 504 = Delete alloc tbl!
Text Symbol: 503 = NO
Text Symbol: 502 = Ys
Text Symbol: 501 = selected allocation tables?
Text Symbol: 500 = Do you want to delete the
Text Symbol: 350 = Selection Criteria for Delete Operation Alloc. Tbl
Text Symbol: 343 = Item
Text Symbol: 342 = Description
Text Symbol: 341 = Material no.
Text Symbol: 340 = Alloc. Table Type
Text Symbol: 339 = Status
Text Symbol: 337 = No. items
Text Symbol: 336 = Description
Text Symbol: 335 = Alloc tab
Text Symbol: 321 = &V1& allocation tables with a total of &V2& items deleted
Text Symbol: 320 = &V1& allocation tables with a total of &V2& items found
Text Symbol: 313 = Deletion for
Text Symbol: 312 = Status
Text Symbol: 311 = General data
Text Symbol: 310 = Organizat. Data
Text Symbol: 306 = Group message records
Text Symbol: 303 = Done
Text Symbol: 302 = Not active
Text Symbol: 301 = Processing status
Text Symbol: 200 = Alloc tbl no. or description
INCLUDE WRF_RWSDEL_01.
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.