Ansicht
Dokumentation

AGS_TD_USAGE_REPORTING - QGM usage reporting function module

AGS_TD_USAGE_REPORTING - QGM usage reporting function module

ABAP Short Reference   ROGBILLS - Synchronize billing plans  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function module is used to provide usage information of QGM for a given period of time specified by

input parameters START_DATE and END_DATE.

Two measurement parameters are used to determine whether QGM is used by user:

1. EV_QGM_QGATE_USE --------- number of QGATE status change

2. EV_QGM_TRANSPORT_USE --------- number of transport functions usage (

Include create transport request, create ToC, import transport request, release transport request)

If at least one of the two measurement parameters is larger than 0, EV_QGM_USAGE will be true to indicate

that QGM is used by user in the specified period.

Example

If given appropriate START_DATE and END_DATE, the output parameters are as follows:

EV_QGM_USAGE = abap_true

EV_QGM_QGATE_USE = 3

EV_QGM_TRANSPORT_USE = 2

The result means that:

1. QGM is used by user in the period of time.

2. User has changed QGATE status 3 times.

3. User has used the transport functionalities twice.

Notes

If no input parameters are provided, the function module will use current date as default end date and 90 days before the current date as default start date. In other words, the function module will calculate the last 90 days' usage data as default.





Parameters

END_DATE
EV_QGM_QGATE_USE
EV_QGM_TRANSPORT_USE
EV_QGM_USAGE
START_DATE

Exceptions

Function Group

AGS_TD_TOOLS

Vendor Master (General Section)   PERFORM Short Reference  
This documentation is copyright by SAP AG.

Length: 1757 Date: 20240523 Time: 111407     sap01-206 ( 31 ms )