Collector for IDoc Details
The technical name of the Collector for IDoc Details is /DVD/MON_IDOC_CL_COL_DETAIL.
This collector collects values from specified segments and fields of IDocs from the input table. The collector runs once per day. If there is any change in the IDoc specified in the input table, value(s) from its fields will be extracted to the detail table.
Default KPIs Delivered with This Collector
The following default KPIs are delivered with this collector:
KPI name |
Description |
Unit |
Detail table |
---|---|---|---|
IDOCS_CHANGED |
Number of IDocs changed or created since the last collector run |
Count |
Yes |
No value is collected for the KPI IDOCS_CHANGED if no records are defined in the input table /DVD/MON_IDOC_CF and/or this table is empty.
Input Table
The collector uses the input table /DVD/MON_IDOC_CF, where you can specify which IDoc types, segments, and fields are to be monitored.
Technical name |
Column name |
Description |
---|---|---|
IDOCTYPE |
IDoc Type |
Type of IDoc to monitor |
SEGMENT |
Segment |
Specifies the segment of the IDoc whose value will be extracted NOTE If the table EDIDC is used instead of the real IDoc segment, you can use the field name in the field FIELDNAME from the EDIDC structure to extract values from this raw table.
|
FIELDNAME |
Field name |
Field name of the IDoc segment. The value from this field will be interpreted in the detail table |
NUM_FUNCTION |
Numeric function |
Performs a numeric function (SUM/AVG/MAX/MIN) on IDoc values from the table EDID4 |
Detail Table
The collector provides the detail table IDoc values detail table. The technical name of the detail table is /DVD/MON_IDOC_S_DT.
The detail table IDoc values detail table provides values of specified fields from IDocs that have changed since the last collector run. If you set the collector to monitor field X of segment Y of IDoc type Z, all IDocs that are this type, contain the specified structure, have the specified fields, and have changed since the last run will be reported here together with the extracted value from the field X. It contains the following fields:
Technical name |
Description |
---|---|
TIMESTAMP |
Time when the records are saved to the detail table |
SID |
System ID |
EVENT_TIMESTAMP |
Time when the IDoc was changed |
MANDT |
Client ID |
DOCNUM |
IDoc number |
DIRECT |
IDoc direction |
STATUS |
IDoc status |
IDOCTYP |
IDoc type |
STRUCTURE |
IDoc structure |
FIELDNAME |
IDoc structure field name |
STR_VAL |
Value will be in this field if field name type is character-like |
NUM_VAL |
Value will be in this field if field name type is numeric-like |