IRDB Table Architecture

autoextractor_control Table

The purpose of the auto extractor control table is to specify the conditions and data extracted by the APM Connect interfaces. The structure of the table is outlined below, indicating the fields that should be updated during customization.

Field NameDescriptionConfigurable
autoextract_idAuto-generated indexDo Not Modify
batch_nameInterface Batch NameDo Not Modify
active
  • Inactive and will not run
  • Active and will run
Yes
job_nameAPM Connect sub-process nameDo Not Modify
filenameFilename returned by SAPDo Not Modify
run_in_background

True - Run in SAP background

False - Run in foreground

Yes
default_date_valueDate used when SAP returns a null dateDo Not Modify
field_separatorIndicates file delimiter in file returned by SAPDo Not Modify
abap_cursor_fetch_sizeInvokes SAP to read large data sets as a batch of the size indicatedDo Not Modify
extract_schema_definition

An array utilized in SAP select statements when retrieving data.

Structure: “SAP Table Name | SAP Field Name”

Delimiter: “;”

Yes
join_conditionJoin condition used when querying the data in SAPYes
where_conditionWhere condition used when querying the data in SAPYes
for_all_entries_field_nameField name used in SAP where a “For All Entries” statement is in use in the SAP QueryDo Not Modify
for_all_entries_field_typeSAP Field data type used in SAP where a “For All Entries” statement is in use in the SAP QueryDo Not Modify
for_all_entries_conditionCondition used in SAP where a “For All Entries” statement is in use in the SAP QueryDo Not Modify
object_list_typeObject to create a list of objects when utilizing the object_list_control tableDo Not Modify
object_typeRefers to SAP object, interface name, SAP Table name when utilizing the object_list_control tableDo Not Modify
sap_background_job_nameWhen running in SAP background, this is the job name passed to SAP. Yes
step_seqNot in useDo Not Modify
cmms_idSAP System IDYes

autoloader_control Table

The purpose of the auto loader control table is to specify the condition under which the data extracted in active entries in the autoextractor_control is staged in temporary tables in the IRDB. The structure of the table is outlined below, indicating the fields that should be updated during customization.

Field NameDescriptionConfigurable
autoloader_idAuto-generated indexDo Not Modify
batch_nameInterface Batch NameDo Not Modify
active
  1. Inactive and will not run
  2. Active and will run

Note: Must match active status for same batch_name in autoextracor_control table

Yes
job_nameAPM Connect sub-process nameDo Not Modify
filenameFilename returned by SAP that will load into IRDB temporary table. Do Not Modify
table_nameIRDB temporary Table NameDo Not Modify
null_stringDefault Date String Do Not Modify
field_separatorIndicates file delimiter in file returned by SAPDo Not Modify
row_separatorIndicates new line indicator in file returned by SAPDo Not Modify
delete_where_clauseUtilized in multiple EAM system configurations to clear entries in temporary table for the EAM system that is being updated. Do Not Modify
object_typeRefers to SAP object, interface name, SAP Table name when utilizing the object_list_control tableDo Not Modify
transform_job_name

APM Connect transformation sub-process name

Do Not Modify
cmms_idSAP System IDYes

autojoin_control Table

The purpose of the auto join control table is to fetch the data loaded into the IRDB temporary tables and create the data payloads to be loaded into APM. The structure of the table is outlined below indicating the fields that should be updated during customization.

Field NameDescriptionConfigurable
autojoin_idAuto-generated indexDo Not Modify
batch_nameInterface NameDo Not Modify
table_nameThe data table name to identify the data sheet when loading into APM. Do Not Modify
sql_execution_orderSpecifies the order of the data load for each batch_nameDo Not Modify
sqlThe query to extract data from the temporary table in the IRDB. Yes
site_referenceSite reference in APM can be an APM Family Field or a constantYes
apm_site_reference_columnField name for Site Reference in APMDo Not Modify
apm_site_reference_familyAPM Family to fetch the site reference in which site_reference field resides. Do Not Modify
use_relationship_lookup

Null – ignored

  1. Do not use relationships
  2. Use relationships
Do Not Modify
default_site_referenceDefault Site is no site is configuredYes
primary_family_idAPM Family IDDo Not Modify
cmms_idSAP System IDYes

southbound_mapping_control Table

The purpose of this table is to provide a dynamic mapping capability from APM fields (including custom fields) in the Recommendation to SAP fields supported by the baseline interface for notification creation. The request from APM has the following details:

  • Entity (EQ/FL) on which the request is being generated
  • Connection information of the EAM system
  • APM Family Fields (including custom fields) from the Recommendation

The structure of the table is outlined below, indicating the fields that should be updated during customization.

Field NameDescriptionConfigurable
southbound_mapping_control_idAuto-generated indexDo Not Modify
apm_field_nameAPM Field Name Yes
target_field_nameSAP Field NameDo Not Modify
target_field_map_nameSAP RFC Parameter NameDo Not Modify
mapping_enabled

True – Will be pushed to SAP

False – Will not be pushed to SAP

Yes
target_default_valueDefault value in case data is not provided in the payloadYes
cmms_idSAP System IDYes