
1) Define task group (t-cd: CXE0)
In this steps you define the task groups for the data monitor and consolidation monitor. In each task group, you assign the tasks to be executed . If you used best practice of group reporting(XX_1SG_OP), the default task group S10/S11(for data monitor) and S20/S21(for consolidation monitor) should already been presented in this customizing,which looks like below:
2) Assign Task Group to Version (t-cd: CXP1).
in this step, you can assign the task group to the dimension for each version and period, effective as of a certain date. which look like below, please be noted that if the version is configured as automatically run mode(T-CD: CXB1), then the task group setting here for the auto run version is useless. As which will all same with the referred base version.
3) Create custom task, and assign it to data monitor(t-cd: FINCS_CUST_DM)
If there is no requirement to have custom task in your business, please ignore this step.
4) Create BADI implementation for custom task (t-cd: SE19)
When you add a custom task using the "Add Custom Task for Data Monitor" Customizing activity, you need to implement a BAdI that will process your task. The BAdI supports multiple implementations, but you must ensure that the right implementation is called for your custom task. Therefore, you must set your custom task name as a filter value for CONSOLIDATIONTASK. The BAdI is called automatically for a base version, as well as for all the underlying extension versions. So you must set the CONSOLIDATIONTASKSTATUS for each BAdI call.
In SE19, create badi implementation with BADI BADI_FINCS_CUST_DATAMON . In my example, the custom task is 1025, so I set your custom task name 1025 as a filter value for CONSOLIDATIONTASK like below, otherwise, this BADI implementation will be called by all of the custom tasks.
5) Add the custom task to the task group(same with step 1) and check the data monitor.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
21 | |
7 | |
6 | |
5 | |
4 | |
4 | |
4 | |
4 | |
4 | |
3 |