SAP Reports / Programs | Logistics - General | Merchandise Distribution | Allocation(LO-MDS-AL) SAP LO

RWSDEL1T SAP ABAP Report - Delete Allocation Table / Group Messages







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

WA09 - Deletion of Allocation Tables


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





Text Symbol: 013 = Display Without Items
Text Symbol: 012 = Display With Items
Text Symbol: 011 = Allocation tables found - DC (ATDC)


INCLUDES used within this REPORT RWSDEL1T

INCLUDE WRF_RWSDEL_01.


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