SAP Reports / Programs

CMP_MASSRESULT SAP ABAP Report - Status Messages of Mass Complaints Processing







CMP_MASSRESULT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Results log for mass complaints processing Mass complaints processing can also be executed in the background...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 CMP_MASSRESULT 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

WCMP_RESULT - Results Log Mass Complaints Proc.


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 CMP_MASSRESULT. "Basic submit
SUBMIT CMP_MASSRESULT AND RETURN. "Return to original report after report execution complete
SUBMIT CMP_MASSRESULT 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: P_RETFLG = Display Returns Orders Only
Selection Text: S_DATUM = Date of Mass Complaints
Selection Text: S_DDATUM = Delete Entries
Selection Text: S_KUNAG = New Customer Number
Selection Text: S_MATNR = Article Number
Title: Status Messages of Mass Complaints Processing
Text Symbol: 001 = Selection for Displaying Status Messages for Mass Complaints Proc.
Text Symbol: 002 = Date for Deleting Status Messages for Mass Complaints Proc.
Text Symbol: 003 = Should the selected records be deleted irrevocably?
Text Symbol: 004 = Deletion of Status Messages
Text Symbol: 005 = Yes
Text Symbol: 006 = No
Text Symbol: 007 = Status Messages of Mass Complaints Processing


INCLUDES used within this REPORT CMP_MASSRESULT

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