Contact Us
×
How you can contact us:

SAP Landscape Management - SAP Focused Run Integration

SAP Landscape Management can automatically schedule a planned downtime in SAP Focused Run Work Mode Management when stopping an instance of an ABAP or JAVA system. 

SAP Landscape Management can automatically shorten an active planned downtime in SAP Focused Run Work Mode Management when restarting an instance of an ABAP or JAVA system. This mechanism ensures that no spurious alerts are generated during SAP Landscape Management Start and Stop Operations.

Prerequisites:

You use SAP Focused Run 2.0 FP02 or higher and SAP Landscape Management 3.0 SP13 or higher.

Configuration:

See here for the configuration steps in SAP Landscape Management .

Perform the following activities in SAP Focused Run:

  1. Create a technical user with the following roles:
    • SAP_FRN_CNW_ACCESS_ADMIN 
    • SAP_FRN_APP_WMM_ALL
    • A customer defined role allowing RFC access with
      • Authorization object S_RFC
      • RFC_TYPE All values
      • RFC_NAME FG_LAMA_APIS, RFCPING
      • ACTVT          Execute
  2. Configure the RFC Destination in SAP Landscape Management pointing to SAP Focused Run System with this user.
  3. Maintain the following default values in database table WMM_CUSTOM via transaction SE16:
    1.  Specify the initial duration of planned downtime scheduled from SAP Landscape Management in minutes. Example: The value "4320" corresponds to 4320 minutes or 3 days.
      Add a line with Field: "WMM_API_DURATION_MIN" and  Value: <duration >.
    2. Specify the offset after which new planned downtime starts or stops in seconds. The value must be >= 5 seconds. Example: Value "10" means that the planned downtime will start 10 seconds after the first call from SAP Landscape Management to schedule a new planned downtime and  and will end also 10 seconds after the 2nd call from SAP Landscape Management to end the planned downtime.
      Add a line with Field: "WMM_API_OFFSET_SEC" and  Value: <offset >.
    3. Specify the title under which the planned downtimes scheduled from SAP Landscape Management will appear in the IT Calendar in SAP Focused Run. Example: "Stop operation triggered from LaMa".
      Add a line with Field: "WMM_API_TITLE" and  Value: <title >.
    4. As of SAP Focused Run 3.0 FP03, the planned downtime will be scheduled automatically also for the host of the instance . If this is not wanted, add  a line with Field: "WMM_LAMA_API_NO_HOST" and  Value: "X".