SAP Reports / Programs | Sales and Distribution | Billing | Complaints Processing(SD-BIL-IV-CP) SAP SD

CMP_MASS SAP ABAP Report - Mass Complaints Processing







CMP_MASS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Mass Complaints Processing You can change the customer number in a selected set of billing documents...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_MASS 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_MASS - Mass Complaints Processing


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_MASS. "Basic submit
SUBMIT CMP_MASS AND RETURN. "Return to original report after report execution complete
SUBMIT CMP_MASS 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: R_VKORG = Sales Org.
Selection Text: R_VBELN = Billing Documents
Selection Text: R_KUNRG = Payer
Selection Text: R_KUNAG = Sold-to Party
Selection Text: R_FKDAT = Billing Document Date
Selection Text: R_FKART = Billing Type
Selection Text: P_WAEH = Currency
Selection Text: P_RE2400 = Reason for Complaint
Selection Text: P_RE2300 = Reason for Complaint
Selection Text: P_RE2200 = Reason for Complaint
Selection Text: P_RE2100 = Reason for Complaint
Selection Text: P_PR_NEU = New Price
Selection Text: P_PR_ALT = Old Price
Selection Text: P_ME_NEU = New Unit of Measure
Selection Text: P_ME_ALT = Old Unit of Measure
Selection Text: P_MA2400 = Material
Selection Text: P_MA2300 = Material
Selection Text: P_MA2200 = Material
Selection Text: P_KUNAG = Sold-to Party
Selection Text: P_KON = Condition Type
Title: Mass Complaints Processing
Text Symbol: 064 = New Customer Number
Text Symbol: 063 = Are there complaints for the billing document?
Text Symbol: 062 = Status
Text Symbol: 061 = UoM
Text Symbol: 060 = Billed Quantity
Text Symbol: 059 = Item in Billing Document
Text Symbol: 058 = Material
Text Symbol: 057 = Customer Complaints Exist
Text Symbol: 056 = Currency
Text Symbol: 055 = Billing Doc.Total
Text Symbol: 054 = Payer
Text Symbol: 053 = Sold-to Party
Text Symbol: 052 = Billing Date
Text Symbol: 051 = Billing Type
Text Symbol: 050 = Billing Documents
Text Symbol: 011 = Change Criteria
Text Symbol: 005 = Item Found





Text Symbol: 004 = Deselect All
Text Symbol: 003 = Select All
Text Symbol: 002 = Items Found
Text Symbol: 001 = Item Data


INCLUDES used within this REPORT CMP_MASS

INCLUDE CMP_MASS_TOP.
INCLUDE CMP_MASS_SELKRIT.


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