R3_DEACTIVATE_CM_PROFILE
Deactivates a profile in the SAP Criteria Manager
Transaction: SM62
Interface: Standard
Syntax
R3_DEACTIVATE_CM_PROFILE
TYPE=...
[,ERROR=...]
Syntax |
Description/Format |
---|---|
TYPE= |
Profile type Allowed values: "EVHIRO", "EVTHIS" and "INTERC" "EVHIRO" - Event History Reorg |
ERROR= |
Handling if it is not possible to deactivate the profile Allowed values: "ABEND" (default) and "IGNORE" "ABEND" - The script does not continue, the AE job ends abnormally. |
Comments
You can activate only one profile per profile type. Therefore, you only need to specify the type, and not the ID.
Example
The example shown below deactivates the active profile of the Event History.
R3_DEACTIVATE_CM_PROFILE TYPE="EVTHIS"
See also: