Find Objects in SC_MON actions
Find Objects in SC_MON actions match impactful objects against raw SC_MON data that the Read SC_MON Data action has retrieved for an RFC Destination. The Find Objects in SC_MON action identifies the following:
- 
                                                        Impactful objects found in the SC_MON data. 
- 
                                                        Impactful objects missing from the SC_MON data. 
- 
                                                        Impactful objects not supported by SC_MON. 
- 
                                                        Objects that appear at least twice in the impactful objects set. 
| Action property | Description | 
|---|---|
| Duplicates (optional) | A Table dataset that stores objects that occur at least twice in the Objects dataset. | 
| Exceptions (optional) | A Table dataset that stores objects that SC_MON doesn’t support. | 
| Not Found (optional) | A Table dataset that stores objects from the Objects dataset that the action didn’t find in the Raw dataset. | 
| Objects | A Table dataset with type and name columns, containing impactful objects. The action matches data from the type and type columns against the raw SC_MON data stored in the Raw dataset. You should set this property to the Impactful Objects dataset from the Smart Impact Analysis workflow, in its Function Details Report workflow. | 
| Objects Name Column | A String parameter set to the column that stores object names in the Objects dataset. The default value is NAME. | 
| Objects Type Column | A String parameter set to the column that stores object types in the Objects dataset. The default value is TYPE. | 
| Result | A Table dataset that stores objects from the Objects dataset that match against objects from the SC_MON dataset. | 
| SC_MON | A Table dataset that contains raw SC_MON data that the action matches against objects from the Objects dataset. You should set this to the Raw dataset returned by the Read SC_MON Data action. | 
The Result dataset has the following columns:
| Column | Description | 
|---|---|
| <Objects Name Column> | The name of an object from the Objects dataset that the action found in the SC_MON dataset. | 
| <Objects Type Column> | The type of the found object. | 
The Duplicates dataset has the following columns:
| Column | Description | 
|---|---|
| <Objects Name Column> | The name of a duplicated object from the Objects dataset. | 
| <Objects Type Column> | The type of the duplicated object. | 
The Exceptions dataset has the following columns:
| Column | Description | 
|---|---|
| <Objects Name Column> | The name of an object from the Objects dataset that doesn’t support SC_MON. | 
| <Objects Type Column> | The type of the unsupported object. | 
The Not Found dataset has the following columns:
| Column | Description | 
|---|---|
| <Objects Name Column> | The name of an object from the Objects dataset that the action didn’t find in the SC_MON dataset. | 
| <Objects Type Column> | The type of the object that the action didn’t find in the SC_MON dataset. | 
Example
                                                    