Fonction SAP SWF_XI_WORKLOAD_SNAPSHOT - Snapshot of Load of Integration Processes

Paramètre Reférence Type Long. Description
EX_SNAPSHOT_TABLE SWFXIWLSNAPSHOTT h 183 Table of Statistics for Time Intervals

Function
The function module SWF_XI_WORKLOAD_SNAPSHOT provides a snapshotof the workload for the integration processes on the Integration Server.Integration Server.
The function module does not have any import parameters, and only oneexport parameter EX_SNAPSHOT_TABLE of table type SWFXI
WLSTATBYTIMET, which is based on the SWFXIWLSTATBYTIMEstructure.
The export parameter EX_SNAPSHOT_TABLE is populated by thefunction module as follows. Each line contains the structure componentsPARTY, SERVICE, and TASK, which specify the party,service or communication component, and name of the correspondingworkflow pattern for the process service; the details about the currentworkload are specified in the other structure components. TASKalone specifies the process service uniquely, while PARTY andSERVICE can only do so together. The structure components containthe following components:

  • ACTIVE_INSTANCES contains the number of active process instance,
  • that is, process instances with the status "in process".
    • ACTIVE_CORRELATIONS contains the number of active correlation
    • instances.
      • The ACTIVE_DEADLINES sub component of DEADLINES contains
      • the number of currently active deadlines. The DUE_DEADLINES subcomponent contains the number of due deadlines, that is, those deadlineswhose due date has passed, and that will be processed in the next run ofdeadline handling.
        • The ACTIVE_RECEIVES sub component of RECEIVES contains the
        • number of active receive steps. The AVG_WAITTIME sub componentcontains the average waiting time of the receive steps. The waiting timeis the time from when the receive step was created to the current timein the system, and is measured in milliseconds.