CACS_COND_MIGRATION is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Commissions: Conversion to Individual Agreements From Release 4...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 CACS_COND_MIGRATION into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CACSMIGTIME - Migration: Individual Agreements
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_CTRTBU = D .
Selection Text: P_APPL = D .
Selection Text: P_TEST = Test Mode
Selection Text: P_SIZE = Package Size
Title: Converts Individual Agreements
Text Symbol: 390 = (Error message triggered by FM version handling)
Text Symbol: 380 = The following commission contracts could not be converted:
Text Symbol: 370 = Unknown error in the version creation
Text Symbol: 360 = The start date was after the end date
Text Symbol: 350 = You must specify effective end date
Text Symbol: 340 = No version found for transferred technical time-spot
Text Symbol: 330 = The effective start date must be specified
Text Symbol: 320 = No active version exists for transferred partial key
Text Symbol: 310 = Error while reading transferred structure
Text Symbol: 300 = Object to be created already exists
Text Symbol: 210 = The following commission contracts could not be converted as standard contr. missing
Text Symbol: 200 = VAKEY
Text Symbol: 190 = KNUMH
Text Symbol: 180 = BUCAGR_ID
Text Symbol: 170 = Log:
Text Symbol: 162 = APPL
Text Symbol: 160 = CTRTBU_ID
Text Symbol: 150 = No data found for specified selection
Text Symbol: 140 = You can use transaction code CACSMIGTIME to start
Text Symbol: 130 = These condition records were created:
Text Symbol: 120 = The following individual agreements were created:
Text Symbol: 110 = Error message:
Text Symbol: 100 = The following commission contracts could not be converted as there are parked versions.
Text Symbol: 002 = Execution Options
Text Symbol: 001 = General Options
INCLUDE CACS_CONDITION_MIGRATION.
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.