SAP DTINF_IF_INFORMATION_CI OO Class - Information Retrieval Framework for Central Instance
DTINF_IF_INFORMATION_CI 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_INFORMATION_CI 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_INFORMATION_CI 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 |
| ADD_TASK_CREATE_MODEL | Create a data model on a remote system | Public |
| CALL METHOD dtinf_if_information_ci=>ADD_TASK_CREATE_MODEL...more details | ||
| ADD_TASK_DB_FIELD_UTILIZATION | Determine fields of tables on a remote system | Public |
| CALL METHOD dtinf_if_information_ci=>ADD_TASK_DB_FIELD_UTILIZATION...more details | ||
| ADD_TC_TO_PURPOSE | Add a Table Cluster to a purpose | Public |
| CALL METHOD dtinf_if_information_ci=>ADD_TC_TO_PURPOSE...more details | ||
| ASSIGN_TABLE_TO_TC | Assing a table to a different TC | Public |
| CALL METHOD dtinf_if_information_ci=>ASSIGN_TABLE_TO_TC...more details | ||
| AUTO_PURPOSES_TO_TC | Automatically assign purposes to Table Clusters | Public |
| CALL METHOD dtinf_if_information_ci=>AUTO_PURPOSES_TO_TC...more details | ||
| CREATE_ENTIRE_TC_MODEL | Create all TC based on initial database model | Public |
| CALL METHOD dtinf_if_information_ci=>CREATE_ENTIRE_TC_MODEL...more details | ||
|
| ||
| CREATE_PURPOSE_TC_ENTRY | Create association between purpose and TC | Public |
| CALL METHOD dtinf_if_information_ci=>CREATE_PURPOSE_TC_ENTRY...more details | ||
| DO_COLLECT_RFC_INFO | Find out what RFCs are available and usable | Public |
| CALL METHOD dtinf_if_information_ci=>DO_COLLECT_RFC_INFO...more details | ||
| DO_GET_RFC_STATE | Determine RFC functionality from CI to remote | Public |
| CALL METHOD dtinf_if_information_ci=>DO_GET_RFC_STATE...more details | ||
| DO_VERIFY_RFC_INFRASTRUCTURE | Verify integrity of defined RFC infrastructure | Public |
| CALL METHOD dtinf_if_information_ci=>DO_VERIFY_RFC_INFRASTRUCTURE...more details | ||
| EXPORT_TC_MODEL | Export a TC model to a remote system | Public |
| CALL METHOD dtinf_if_information_ci=>EXPORT_TC_MODEL...more details | ||
| GET_INSTANCE_ID | Get System ID | Public |
| CALL METHOD dtinf_if_information_ci=>GET_INSTANCE_ID...more details | ||
| GET_INSTID_FROM_RFCDEST | Get instid and client for given RFC destination | Public |
| CALL METHOD dtinf_if_information_ci=>GET_INSTID_FROM_RFCDEST...more details | ||
| GET_LOCK_ERROR | Get the error for failed locks | Public |
| CALL METHOD dtinf_if_information_ci=>GET_LOCK_ERROR...more details | ||
| GET_PURPOSES | Get all unique purposes available on all systems | Public |
| CALL METHOD dtinf_if_information_ci=>GET_PURPOSES...more details | ||
| IMPORT_RULE_GENERATOR_DATA | Import data from the Rule Generator | Public |
| CALL METHOD dtinf_if_information_ci=>IMPORT_RULE_GENERATOR_DATA...more details | ||
| LOCK_PROCESSING_OF_MODEL | Lock processing of the data model | Public |
| CALL METHOD dtinf_if_information_ci=>LOCK_PROCESSING_OF_MODEL...more details | ||
| LOCK_PROCESSING_OF_PURPOSE | Lock processing of a purpose | Public |
| CALL METHOD dtinf_if_information_ci=>LOCK_PROCESSING_OF_PURPOSE...more details | ||
| LOCK_PROCESSING_OF_TASKS | Lock processing of tasks | Public |
| CALL METHOD dtinf_if_information_ci=>LOCK_PROCESSING_OF_TASKS...more details | ||
| LOCK_PROCESSING_OF_TC | Lock processing of Table Cluster | Public |
| CALL METHOD dtinf_if_information_ci=>LOCK_PROCESSING_OF_TC...more details | ||
| LOCK_UPDATE | Lock processing for update and replication | Public |
| CALL METHOD dtinf_if_information_ci=>LOCK_UPDATE...more details | ||
| PROCESS_TASKS | Process tasks from the job | Public |
| CALL METHOD dtinf_if_information_ci=>PROCESS_TASKS...more details | ||
| REMOVE_PURPOSE_TC | Remove purpose & TC combination | Public |
| CALL METHOD dtinf_if_information_ci=>REMOVE_PURPOSE_TC...more details | ||
| RENAME_TC | Rename (or merge into) a TC | Public |
| CALL METHOD dtinf_if_information_ci=>RENAME_TC...more details | ||
| SET_CI_TASK_STATE | Set status of a remote task on the CI | Public |
| CALL METHOD dtinf_if_information_ci=>SET_CI_TASK_STATE...more details | ||
| UNLOCK_PROCESSING_OF_MODEL | Unlock processing of the data model | Public |
| CALL METHOD dtinf_if_information_ci=>UNLOCK_PROCESSING_OF_MODEL...more details | ||
| UNLOCK_PROCESSING_OF_PURPOSE | Unlock processing of a purpose | Public |
| CALL METHOD dtinf_if_information_ci=>UNLOCK_PROCESSING_OF_PURPOSE...more details | ||
| UNLOCK_PROCESSING_OF_TASKS | Unlock processing of tasks | Public |
| CALL METHOD dtinf_if_information_ci=>UNLOCK_PROCESSING_OF_TASKS...more details | ||
| UNLOCK_PROCESSING_OF_TC | Unlock processing of Table Cluster | Public |
| CALL METHOD dtinf_if_information_ci=>UNLOCK_PROCESSING_OF_TC...more details | ||
| UNLOCK_UPDATE | Unlock processing for update and replication | Public |
| CALL METHOD dtinf_if_information_ci=>UNLOCK_UPDATE...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