Collect Daily Usage Audit Data actions

Collect Daily Usage Audit Data actions retrieve daily usage audit data into the specified RFC Destination’s DUA tab cache. The action retrieves the most recent N months of daily usage audit data. N is the value set in the action’s Months property.

The Collect Daily Usage Audit Data action’s Result dataset stores details of the retrieved daily usage audit data.

Action property Description
Months

An Integer parameter or dataset that specifies how many months of daily usage audit data to retrieve (N). The Collect Daily Usage Audit Data action retrieves the most recent N months of daily usage audit data. If you don’t set this property, the action uses 0 as the default value.

Result A Table dataset that stores details of the daily usage audit data retrieved.
RFC Destination An RFC Destination parameter or dataset that refers to the system from which to collect daily usage audit data.

The Result dataset stores the following details:

Column Description
Attr The name of an attribute.
Value The value of the attribute.
Count For COUNT attributes, this column stores the number of rows in the specified table.

The Attr column may have the following values:

Attr Description
SCHEDULE_ON This column is set to true if a schedule has been set for the collection of daily usage audit data in the RFC Destination’s DUA tab.
SCHEDULE_RUNTIME For scheduled collections of daily usage audit data, this attribute stores the scheduled start time for the collection.
SCHEDULE_MONTHS For scheduled collections of daily usage audit data, this attribute stores the number of months of daily usage audit data retrieved.
LAST_TIME_RUN The date and time when the action last retrieved daily usage audit data for this RFC Destination.
START_DATE The date from which daily usage audit data was retrieved.
MONTHS The number of months of daily usage audit data retrieved.
STATUS The daily usage audit data’s retrieval status.

The Value column has the following values:

Value Description
DuaAppRaw Refers to the raw application statistics retrieved from SAP.
DuaAppArch Refers to archive application statistics.
DuaAppSum Refers to summary application statistics.
DuaUserRaw Refers to the raw user statistics retrieved from SAP.
DuaUserArch Refers to archive user statistics.
DuaUserSum Refers to summary user statistics.

Example

Collect Daily Usage Audit Data action example.

Related topics

Read DUA Data actions