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
Below is a list of transaction codes which are relevant to this SAP report
WCMP_RESULT - Results Log Mass Complaints Proc.
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: 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
No INCLUDES are used within this REPORT code!
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.