SAP DTINF_IF_DATA_COLLECTOR OO Class - Interface for Data Collector









DTINF_IF_DATA_COLLECTOR 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 DTINF_IF_DATA_COLLECTOR 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 DTINF_IF_DATA_COLLECTOR 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
ABORT_COLLECTION_REQUESTAbort a requestPublic
CALL METHOD dtinf_if_data_collector=>ABORT_COLLECTION_REQUEST...more details

BG_IMPORT_GSS_DATABG Store collected data from an RFC system in the databasePublic
CALL METHOD dtinf_if_data_collector=>BG_IMPORT_GSS_DATA...more details

CHECK_FOR_COLLECTORSCheck if ILM object is assigned to PurposePublic
CALL METHOD dtinf_if_data_collector=>CHECK_FOR_COLLECTORS...more details

CHECK_FOR_REMOTE_COLLECTORSCheck if there are remote collectors assigned to this PurposPublic
CALL METHOD dtinf_if_data_collector=>CHECK_FOR_REMOTE_COLLECTORS...more details

COLLECT_DATACollect data for a partnerPublic
CALL METHOD dtinf_if_data_collector=>COLLECT_DATA...more details

EXECUTE_JOB_MONITORExecute the code for the periodic jobPublic
CALL METHOD dtinf_if_data_collector=>EXECUTE_JOB_MONITOR...more details

GET_FIELDS_OF_REQUESTRetrieve the fields for a specific entry of a requestPublic
CALL METHOD dtinf_if_data_collector=>GET_FIELDS_OF_REQUEST...more details

GET_GSS_FROM_DBGet the GSS data from the CI databasePublic
CALL METHOD dtinf_if_data_collector=>GET_GSS_FROM_DB...more details

GET_PURPOSE_START_COLLRetrieve Purposes for Start coll usePublic
CALL METHOD dtinf_if_data_collector=>GET_PURPOSE_START_COLL...more details

GET_REQUESTSGet the status of collection requestsPublic
CALL METHOD dtinf_if_data_collector=>GET_REQUESTS...more details

GET_SEARCH_OPTIONSGet the possible options to use for a searchPublic
CALL METHOD dtinf_if_data_collector=>GET_SEARCH_OPTIONS...more details

GET_SINGLE_REQUEST_STATUSGet the status of a single requestPublic
CALL METHOD dtinf_if_data_collector=>GET_SINGLE_REQUEST_STATUS...more details

IMPORT_GSS_DATAStore collected data from an RFC system in the databasePublic
CALL METHOD dtinf_if_data_collector=>IMPORT_GSS_DATA...more details

READ_DATARead data for a partner from the database.Public
CALL METHOD dtinf_if_data_collector=>READ_DATA...more details

READ_PARTNERRead processing information for one partner from database.Public
CALL METHOD dtinf_if_data_collector=>READ_PARTNER...more details

READ_PARTNERSRead processing information for partners from the database.Public
CALL METHOD dtinf_if_data_collector=>READ_PARTNERS...more details

RESTART_COLLECTION_REQUESTRestart a request that did not completePublic
CALL METHOD dtinf_if_data_collector=>RESTART_COLLECTION_REQUEST...more details

RETRIEVE_COLLECTOR_DATARetrieve Data from Collector ClassesPublic
CALL METHOD dtinf_if_data_collector=>RETRIEVE_COLLECTOR_DATA...more details

RETRIEVE_REMOTE_COLLECTOR_DATARetrieve Data from Collectors in remote systemsPublic
CALL METHOD dtinf_if_data_collector=>RETRIEVE_REMOTE_COLLECTOR_DATA...more details

START_DATA_COLLECTIONTrigger data collection processPublic
CALL METHOD dtinf_if_data_collector=>START_DATA_COLLECTION...more details

STORE_DATAStore data for a partner on the database.Public
CALL METHOD dtinf_if_data_collector=>STORE_DATA...more details

UPDATE_COLL_MONUpdate Status of a CollectionPublic
CALL METHOD dtinf_if_data_collector=>UPDATE_COLL_MON...more details

VALIDATE_CLASSCheck if a class is validPublic
CALL METHOD dtinf_if_data_collector=>VALIDATE_CLASS...more details




Links to Related Class(s)

DTINF_IF...
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!