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 Name | Description | Visability |
| ABORT_COLLECTION_REQUEST | Abort a request | Public |
| CALL METHOD dtinf_if_data_collector=>ABORT_COLLECTION_REQUEST...more details | ||
| BG_IMPORT_GSS_DATA | BG Store collected data from an RFC system in the database | Public |
| CALL METHOD dtinf_if_data_collector=>BG_IMPORT_GSS_DATA...more details | ||
| CHECK_FOR_COLLECTORS | Check if ILM object is assigned to Purpose | Public |
| CALL METHOD dtinf_if_data_collector=>CHECK_FOR_COLLECTORS...more details | ||
| CHECK_FOR_REMOTE_COLLECTORS | Check if there are remote collectors assigned to this Purpos | Public |
| CALL METHOD dtinf_if_data_collector=>CHECK_FOR_REMOTE_COLLECTORS...more details | ||
| COLLECT_DATA | Collect data for a partner | Public |
| CALL METHOD dtinf_if_data_collector=>COLLECT_DATA...more details | ||
| EXECUTE_JOB_MONITOR | Execute the code for the periodic job | Public |
| CALL METHOD dtinf_if_data_collector=>EXECUTE_JOB_MONITOR...more details | ||
|
| ||
| GET_FIELDS_OF_REQUEST | Retrieve the fields for a specific entry of a request | Public |
| CALL METHOD dtinf_if_data_collector=>GET_FIELDS_OF_REQUEST...more details | ||
| GET_GSS_FROM_DB | Get the GSS data from the CI database | Public |
| CALL METHOD dtinf_if_data_collector=>GET_GSS_FROM_DB...more details | ||
| GET_PURPOSE_START_COLL | Retrieve Purposes for Start coll use | Public |
| CALL METHOD dtinf_if_data_collector=>GET_PURPOSE_START_COLL...more details | ||
| GET_REQUESTS | Get the status of collection requests | Public |
| CALL METHOD dtinf_if_data_collector=>GET_REQUESTS...more details | ||
| GET_SEARCH_OPTIONS | Get the possible options to use for a search | Public |
| CALL METHOD dtinf_if_data_collector=>GET_SEARCH_OPTIONS...more details | ||
| GET_SINGLE_REQUEST_STATUS | Get the status of a single request | Public |
| CALL METHOD dtinf_if_data_collector=>GET_SINGLE_REQUEST_STATUS...more details | ||
| IMPORT_GSS_DATA | Store collected data from an RFC system in the database | Public |
| CALL METHOD dtinf_if_data_collector=>IMPORT_GSS_DATA...more details | ||
| READ_DATA | Read data for a partner from the database. | Public |
| CALL METHOD dtinf_if_data_collector=>READ_DATA...more details | ||
| READ_PARTNER | Read processing information for one partner from database. | Public |
| CALL METHOD dtinf_if_data_collector=>READ_PARTNER...more details | ||
| READ_PARTNERS | Read processing information for partners from the database. | Public |
| CALL METHOD dtinf_if_data_collector=>READ_PARTNERS...more details | ||
| RESTART_COLLECTION_REQUEST | Restart a request that did not complete | Public |
| CALL METHOD dtinf_if_data_collector=>RESTART_COLLECTION_REQUEST...more details | ||
| RETRIEVE_COLLECTOR_DATA | Retrieve Data from Collector Classes | Public |
| CALL METHOD dtinf_if_data_collector=>RETRIEVE_COLLECTOR_DATA...more details | ||
| RETRIEVE_REMOTE_COLLECTOR_DATA | Retrieve Data from Collectors in remote systems | Public |
| CALL METHOD dtinf_if_data_collector=>RETRIEVE_REMOTE_COLLECTOR_DATA...more details | ||
| START_DATA_COLLECTION | Trigger data collection process | Public |
| CALL METHOD dtinf_if_data_collector=>START_DATA_COLLECTION...more details | ||
| STORE_DATA | Store data for a partner on the database. | Public |
| CALL METHOD dtinf_if_data_collector=>STORE_DATA...more details | ||
| UPDATE_COLL_MON | Update Status of a Collection | Public |
| CALL METHOD dtinf_if_data_collector=>UPDATE_COLL_MON...more details | ||
| VALIDATE_CLASS | Check if a class is valid | Public |
| 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