SAP ABAP IMG Activity /TDAG/CMOD_WISEXIT (Collect Statistical Data About Workflow Instances)
Hierarchy
☛
TDAGBCA (Software Component) TechniData Basic Components
⤷
EHS (Application Component) Environment, Health and Safety
⤷
/TDAG/RCS (Package) REACH Compliance - General

⤷

⤷

IMG Activity
ID | /TDAG/CMOD_WISEXIT | Collect Statistical Data About Workflow Instances |
Transaction Code | /TDAG/13000046 | (empty) |
Created on | 20100318 | |
Customizing Attributes | /TDAG/CMOD_WISEXIT | Collect Statistical Data About Workflow Instances |
Customizing Activity | /TDAG/CMOD_WISEXIT | Collect Statistical Data About Workflow Instances |
Document
Document Class | SIMG | Hypertext: Object Class - Class to which a document belongs. |
Document Name | /TDAG/CMOD_WISEXIT |
Use
You can use this Customizing activity to collect statistical data about the workflow instances that process the different TBO instances. To do this, you must provide a reference implementation of user exit WISEXIT.
Activities
Add the following code to the user exit:
*
* User exit WISEXIT
* This code is called by FM 'EXIT_SAPLMCWF_001'
* when report RMCADATA is run.
*
* Passed parameters
* Tables paramter
* XMCWF_TRANS LIKE MCWF_TRANS
*
* Get the corresponding TBO and update its statistical data
/tdag/cl_wff_utils=>update_tbo_statistic( xmcwf_trans[] ).
You can keep any code that already exists within this exit since it does not interfere with other implementations that exist in parallel at this location.
Business Attributes
ASAP Roadmap ID | 257 | Create User Exits |
Mandatory / Optional | 1 | Mandatory activity |
Critical / Non-Critical | 1 | Critical |
Country-Dependency | A | Valid for all countries |
Assigned Application Components
Documentation Object Class | Documentation Object Name | Current line number | Application Component | Application Component Name |
---|---|---|---|---|
SIMG | /TDAG/CMOD_WISEXIT | 0 | HLA0003435 | Environment, Health and Safety |
Maintenance Objects
Maintenance object type | C | Customizing Object |
Assigned objects | ||||||
---|---|---|---|---|---|---|
Customizing Object | Object Type | Transaction Code | Sub-object | Do not Summarize | Skip Subset Dialog Box | Description for multiple selections |
CMOD | L - Logical transport object | CMOD | EHS_006 SH | Customer enhancement projects |
History
Last changed by/on | PROSSER | 20100319 |
SAP Release Created in | 200_600 |