SAP Reports / Programs | Incentive and Commission Management (ICM)(ICM) SAP ICM

CACS_COND_MIGRATION SAP ABAP Report - Converts Individual Agreements







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CACSMIGTIME - Migration: Individual Agreements


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 CACS_COND_MIGRATION. "Basic submit
SUBMIT CACS_COND_MIGRATION AND RETURN. "Return to original report after report execution complete
SUBMIT CACS_COND_MIGRATION 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_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


INCLUDES used within this REPORT CACS_COND_MIGRATION

INCLUDE CACS_CONDITION_MIGRATION.


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