Вы находитесь на странице: 1из 3

User Exit CACS8000/8001: Settlement, Trigger Customer Documents

Purpose
User exits CACS8000 and CACS8001 (Settlement: Trigger Customer Documents) belong to the category Communication, Correspondence (CACS8000 CACS8099).

Process Flow
User exits CACS8000 and CACS8001 can be called during the settlement process to create customer-specific correspondence types. CACS8000/8001: Call of User Exit in the Settlement Process

... 1. Situation at start 2. Major settlement process steps 3. User exit 4. Parameters: (I) import, (T) tables 5. Situation at end

Features
User exit CACS8000 was created to enable you to add customer-specific documents to the correspondence of the settlement (see also the SAP Library under Incentive and Commission Management Administration Information System Administration Correspondence in ICM). You can create your own correspondence types matching your own requirements that trigger the generation of correspondence in user exit CACS800 by calling the correspondence functions. Through user exit CACS800, the system transfers the commission application (I_APPL), the identification number of the processing run (I_RUNID), a test indicator (I_TESTRUN) and a table with data on the contract to be settled and the settlement period (T_CTRTSTM). A part of this data is written to the correspondence header to be created (structure DFKKCOH) and another part is required to call the correspondence functions (for instance, to call function module FKK_WRITE_CORR). Incentive and Commission Management includes commission documentation as a typical example of a correspondence type (type ICM1). The correspondence is triggered in user exit CACS8001. A standard SAP function (CACS_SAP00_ITF_8000) is defined for user exit CACS8000 that calls user exit CACS8001. A standard function (CACS_SAP00_PRC_8001) is also called in user exit CACS8001, that stores the commission documentation in the correspondence container for printing. The standard function CACS_SAP00_PRC_8001 can be used as an example for the generation of correspondence. You can overwrite the standard SAP function with your own functions for generating correspondence (in Customizing for Incentive and Commission Managements under Tools Interfaces and User Exits Settings for User Exits Settings for the Publish and Subscribe Interface Activate Customer Function Module). However, if you also wish to output commission documentation, then the standard function CACS_SAP00_PRC_8001 should be called in the new customer function.

For more information, see the documentation of the sample function modules CACS_SAMPLE_ITF_8000 and CACS_SAMPLE_PRC_8001, which you may use as templates.

Activities
You can edit the user exit with transaction FIBF and SE37.

Example
You can use user exits CACS8000 and CACS8001 for information messages triggered by the statistics.

Вам также может понравиться