SAP Reports / Programs | Materials Management | Inventory Management(MM-IM) SAP MM

WRMA_VALUES_DELETE SAP ABAP Report - Delete Entries in the RMA Value Table







WRMA_VALUES_DELETE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program uses the report WRMA_VALUES_DELETE for deletion of entries in the RMA value table...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 WRMA_VALUES_DELETE 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

WRMA_VALUES - Delete Entries in RMA Value Table


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 WRMA_VALUES_DELETE. "Basic submit
SUBMIT WRMA_VALUES_DELETE AND RETURN. "Return to original report after report execution complete
SUBMIT WRMA_VALUES_DELETE 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: S_WERKS = Site
Selection Text: S_VTWEG = Distribution Channel
Selection Text: S_VKORG = Sales Organization
Selection Text: S_SUCC = No Success Messages
Selection Text: S_PROTO = Display Log
Selection Text: S_OPTION = Time Restriction
Selection Text: S_NUM = No. of Years Before Crnt Year
Selection Text: S_NO_RMA = No Check for RMA Relevance
Selection Text: S_INFO = No Information Messages
Selection Text: S_GJAHR = Fiscal Year
Selection Text: S_DEL = Delete Entries
Selection Text: S_DATA = Only Sites with Data
Selection Text: S_CHECK = Check Run
Title: Delete Entries in the RMA Value Table
Text Symbol: S06 = Filter Messages
Text Symbol: S05 = Messages
Text Symbol: S04 = Control: Check of FI Period not Possible
Text Symbol: S03 = Time-Dependency
Text Symbol: S02 = Organizational Data
Text Symbol: S01 = Selection
Text Symbol: 007 = No Information Messages for Sites Without Data
Text Symbol: 006 = No Information Messages
Text Symbol: 005 = No Success Messages
Text Symbol: 004 = Number of Years Before Current Calendar Year
Text Symbol: 003 = Fiscal Year
Text Symbol: 002 = Operator
Text Symbol: 001 = No Check for RMA Relevance of Site


INCLUDES used within this REPORT WRMA_VALUES_DELETE

INCLUDE WRMA_VALUES_DELETE_TOP.
INCLUDE WRMA_VALUES_DELETE_E01.
INCLUDE WRMA_VALUES_DELETE_F01.


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