R3_DEACTIVATE_CM_PROFILE

Use the R3_DEACTIVATE_CM_PROFILE script element to deactivate a profile in the SAP Criteria Manager.

Transaction: SM62
Interface: Standard

Syntax

R3_DEACTIVATE_CM_PROFILE

    TYPE=...
    [,ERROR=...]

Parameters

  • R3_DEACTIVATE_CM_PROFILE
    Deactivates a profile in the SAP Criteria Manager

  • TYPE=
    Profile type. As you can activate only one profile per profile type, there is no need to specify the ID.
    Format: script literal
    Allowed values:

    • EVHIRO
      Event history reorganization

    • EVTHIS
      Event history

    • INTERC
      Job interception

  • ERROR=
    (Optional) Handling if you cannot deactivate the profile
    Format: script literal
    Allowed values:

    • ABEND (default)
      The script does not continue, the AE job ends abnormally.

    • IGNORE
      The script continues, the AE job ends normally.

Example

The following example deactivates the active profile of the event history.

R3_DEACTIVATE_CM_PROFILE TYPE="EVTHIS"

See also:

seealso

About SAP JCL