Ansicht
Dokumentation

AI_JSM_USAGE_REPORTING - Usage Reporting for Job Management

AI_JSM_USAGE_REPORTING - Usage Reporting for Job Management

General Data in Customer Master   ABAP Short Reference  
This documentation is copyright by SAP AG.
SAP E-Book

Short Text

SAP Solution Manager setup usage for reporting

Functionality

This function module is used to collect usage statistics about the Job Management tool. Several checks are performed to evaluate if Job Management is used in the customer SAP Solution Manager. This function module checks the overall usages of Job Requests, Job Documents, and Central Job Overview.

Start and end date are calculated by the program. The start date is the first date of the last month, the end date is the last day of the last month.

For example, if the function module is started on the October 15, the start date is September 01 and the end date is September 30.

All the usages are determined independently from any date interval.

Details of sample data will be given in the following sections.

Example

Export structure ET_UM of type AGSDSWP_UM_T can be uniquely identified with the combination of fields ID1, ID2 and CNT.

In this functionality, for some entries ID1 and ID2 will be repeated for distinct CNT values: 0 and 1.

  • For the same ID1 and ID2 value and the check which is not date-interval relevant, the value of CNT is 0.
  • For the same ID1 and ID2 value and the check which is date-interval relevant, the value of CNT is 1.

Field RESI1 in export structure has the value:

  • -1 if the usage is positive (in other words, if it is used)
  • 0 if the usage is negative (in other words, if it is not used)

Each line which is returned by this function module will be briefly described here.

Job Management Usage

ID,, ID2,, CNT,, RESS1,, RESI1 Description,,

SM_INFO JSM_JR_INUSE 1 # -1 Count of Job Requests

SM_INFO JSM_JD_INUSE 1 # -1 Count of used Job Documentations. The count excludes those JDs that are created from Job Monitoring.

SM_INFO JSM_JD_VERSION_GT_1 1 # -1 Count of used Job Documentations with Version > 1

SM_INFO JSM_JD_WITH_XBP 1 # -1 Count of used Job Documentations with XBP

SM_INFO JSM_JD_WITH_SMSE 1 # -1 Count of used Job Documentations with SMSE

SM_INFO JSM_JD_SCHL_XBP 1 # -1 Count of used Job Documentation with Scheduling Active (XBP)

SM_INFO JSM_JD_SCHL_SMSE 1 # -1 Count of used Job Documentation with Scheduling Active (SMSE)

SM_INFO JSM_JD_MON_USED_ACTIVE 1 # -1 Count of used Job Documentations with Monitoring Active

SM_INFO JSM_JD_USED_SOLDOC 1 # -1 Count of used Job Documentations linked to Solution Documentation

SM_INFO JSM_CJO_USED 1 # -1 Indicates the usage of Central Job Overview

Parameters

ET_UM

Function Group

AGS_EJR_JOB_DOC_API





Parameters

ET_UM

Exceptions

Function Group

AGS_EJR_JOB_DOC_API

ABAP Short Reference   General Data in Customer Master  
This documentation is copyright by SAP AG.

Length: 4136 Date: 20240523 Time: 105956     sap01-206 ( 57 ms )