SAP /FLDQ/INTF_DQ_ENGINE OO Class - Interface to support multiple DQ engines.









/FLDQ/INTF_DQ_ENGINE is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /FLDQ/INTF_DQ_ENGINE including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of /FLDQ/INTF_DQ_ENGINE SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
ADDRESS1_SAVEDAddress of type 1 savedPublic
CALL METHOD /fldq/intf_dq_engine=>ADDRESS1_SAVED...more details

ADDRESS2_SAVEDAddress of type 2 savedPublic
CALL METHOD /fldq/intf_dq_engine=>ADDRESS2_SAVED...more details

ADDRESS3_SAVEDAddress of type 3 savedPublic
CALL METHOD /fldq/intf_dq_engine=>ADDRESS3_SAVED...more details

ADDRESS_SEARCH_DUPLICATE_CHECKAddress Search/Duplicate CheckPublic
CALL METHOD /fldq/intf_dq_engine=>ADDRESS_SEARCH_DUPLICATE_CHECK...more details

ADR_RSADRINIRSADRINIBMPublic
CALL METHOD /fldq/intf_dq_engine=>ADR_RSADRINI...more details

ADR_VALIDATE_QTRQuarterly UpdatePublic
CALL METHOD /fldq/intf_dq_engine=>ADR_VALIDATE_QTR...more details

CALL_DQ_ENGINE_GEO_CODECall DQ Engine Specifric GEO ImplementationPublic
CALL METHOD /fldq/intf_dq_engine=>CALL_DQ_ENGINE_GEO_CODE...more details

CLEAR_QU_INDEX_INSClear out any records previously written to the QU indexPublic
CALL METHOD /fldq/intf_dq_engine=>CLEAR_QU_INDEX_INS...more details

COMPARE_REGION_DATACompare Region Data for map region reportPublic
CALL METHOD /fldq/intf_dq_engine=>COMPARE_REGION_DATA...more details

DATA_CLEANSECleanse dataPublic
CALL METHOD /fldq/intf_dq_engine=>DATA_CLEANSE...more details

DATA_CLEANSE_BATCHBatch Cleanse dataPublic
CALL METHOD /fldq/intf_dq_engine=>DATA_CLEANSE_BATCH...more details

DETERMINE_ADDR_TYPEReturns address type of recordPublic
CALL METHOD /fldq/intf_dq_engine=>DETERMINE_ADDR_TYPE...more details

DISPLAY_VERSIONDisplay the engine version informationPublic
CALL METHOD /fldq/intf_dq_engine=>DISPLAY_VERSION...more details

ENGINE_SUPPORTS_QTR_UPDATEDoes the DQ engine support Quarterly Update processPublic
CALL METHOD /fldq/intf_dq_engine=>ENGINE_SUPPORTS_QTR_UPDATE...more details

ENGINE_SUPPORTS_RSADRINIBMDoes the DQ engine support RSADRINIBMPublic
CALL METHOD /fldq/intf_dq_engine=>ENGINE_SUPPORTS_RSADRINIBM...more details

FINISHEDPublic
CALL METHOD /fldq/intf_dq_engine=>FINISHED...more details

GET_AVAIL_WPGet Available Work ProcessesPublic
CALL METHOD /fldq/intf_dq_engine=>GET_AVAIL_WP...more details

GET_DQ_ENGINE_CLASSDetermine correct DQ enginePublic
CALL METHOD /fldq/intf_dq_engine=>GET_DQ_ENGINE_CLASS...more details

GET_REGION_DATAGet DQ region data for use with map regions reportPublic
CALL METHOD /fldq/intf_dq_engine=>GET_REGION_DATA...more details

INITIALIZE_RSADRINIInitialization for RSADRINI ReportPublic
CALL METHOD /fldq/intf_dq_engine=>INITIALIZE_RSADRINI...more details

INITIALIZE_RSADRQU2Initialization for Quarterly Update ReportPublic
CALL METHOD /fldq/intf_dq_engine=>INITIALIZE_RSADRQU2...more details

PROCESS_PUPDATEProcess /fldq/ad_pupdate table entriesPublic
CALL METHOD /fldq/intf_dq_engine=>PROCESS_PUPDATE...more details

PROCESS_RSADRQU2Process Quarterly UpdatePublic
CALL METHOD /fldq/intf_dq_engine=>PROCESS_RSADRQU2...more details

PROCESS_SKIP_EVENTDQ engine specific skip event handlingPublic
CALL METHOD /fldq/intf_dq_engine=>PROCESS_SKIP_EVENT...more details

VALIDATE_ADDRESSValidate AddressPublic
CALL METHOD /fldq/intf_dq_engine=>VALIDATE_ADDRESS...more details

VAL_ENGINEValidate DQ Engine versionPublic
CALL METHOD /fldq/intf_dq_engine=>VAL_ENGINE...more details

VAL_REGIONSValidate the regions exist for the address enginePublic
CALL METHOD /fldq/intf_dq_engine=>VAL_REGIONS...more details




Links to Related Class(s)

/FLDQ/IN...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!