CACSSD_CMDC0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Problems often arise in condition master data following client copies or transports due, for example, to: Termination during the maintenance of condition records or Incorrect settings in price determination condition records The problems can often be traced back to inconsistencies in condition master records, however, this makes it even more difficult to identify the condition tables, agreements or records concerned...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 CACSSD_CMDC0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CACSCOND0028 - Short text
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: CSDATTAB = Display Commission Records
Selection Text: INTERV = Overlapping periods
Selection Text: KAPPL = Application
Selection Text: KONADB = Duplicated agreements
Selection Text: KONHEX = Existence of KONH records
Selection Text: KONPEX = Existence of KONP records
Selection Text: KOTABNR = Condition Tables
Selection Text: KVEWE_A = Pricing
Selection Text: KVEWE_E = Rebates
Selection Text: NUMMCH = Number Assignment KNUMH
Selection Text: SCHVAK = Check KSCHL and VAKEY
Selection Text: STFBZG = Scale Check
Title: Check Condition Master Data
Text Symbol: 044 = Check Recs
Text Symbol: 045 = Import Condition Table
Text Symbol: 046 = Check Agreements
Text Symbol: 047 = Validity periods
Text Symbol: 050 = in the condition table
Text Symbol: 051 = in table KONH
Text Symbol: 052 = in table KONP
Text Symbol: 053 = Commissn
Text Symbol: 054 = Read Commssion Records
Text Symbol: 103 = Entries with temporary KNUMH
Text Symbol: 106 = Current number range status KONH
Text Symbol: 112 = Number assignment for field KNUMH
Text Symbol: 500 = Mssng
Text Symbol: 501 = Exists
Text Symbol: 502 = Untested
Text Symbol: 503 = False
Text Symbol: 600 = All Checks
Text Symbol: 601 = No Check
Text Symbol: 043 = Import KONP
Text Symbol: 001 = Usage
Text Symbol: 002 = Tables
Text Symbol: 003 = InspScope
Text Symbol: 004 = Condition records exist for every entry in the condition tables
Text Symbol: 005 = CCrC
Text Symbol: 006 = Variable Key
INCLUDE CACSCMDC0TOP.
INCLUDE CACSCMDC0001.
INCLUDE CACSCMDC0002.
INCLUDE CACSCMDC0003.
No SAP DATABASE tables are accessed within this REPORT code!
RV_CONDITION_RESET call function 'RV_CONDITION_RESET'.
RV_CONDITION_RECORD call function 'RV_CONDITION_RECORD' exporting condition_number = xresult-knumh item_number = '01' condition_use = act_kvewe.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CACSSD_CMDC0 - Check Condition Master Data CACSSD_CMDC0 - Check Condition Master Data CACSRV01 - Copy: Tariff to Tariff CACSRV01 - Copy: Tariff to Tariff CACSPERNR - Process Assignment of HR Personnel Number to Business Partner CACSPERNR - Process Assignment of HR Personnel Number to Business Partner