SAP DTINF_IF_INFORMATION OO Class - Information Retrieval Framework Interface for remote system
DTINF_IF_INFORMATION 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 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 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 |
| ADAPT_MODELS | Copy model data to the DTINF_ILM_MODEL tables | Public |
| CALL METHOD dtinf_if_information=>ADAPT_MODELS...more details | ||
| ADD_COLLECTOR_TO_PURPOSE | Assign collectors to Purpose | Public |
| CALL METHOD dtinf_if_information=>ADD_COLLECTOR_TO_PURPOSE...more details | ||
| ADD_FILTER_TO_PURPOSE | Add filters to purpose | Public |
| CALL METHOD dtinf_if_information=>ADD_FILTER_TO_PURPOSE...more details | ||
| ADD_FM_TO_MODEL | Add function module to model | Public |
| CALL METHOD dtinf_if_information=>ADD_FM_TO_MODEL...more details | ||
| ADD_LINK | Add a link between two tables | Public |
| CALL METHOD dtinf_if_information=>ADD_LINK...more details | ||
| ADD_MESSAGE_LOG | Add messages to Application logs | Public |
| CALL METHOD dtinf_if_information=>ADD_MESSAGE_LOG...more details | ||
|
| ||
| ADD_SPECIAL_LINK | Add special link to the model | Public |
| CALL METHOD dtinf_if_information=>ADD_SPECIAL_LINK...more details | ||
| ADD_TC_TO_MODEL | Add a TC to the model | Public |
| CALL METHOD dtinf_if_information=>ADD_TC_TO_MODEL...more details | ||
| ADD_TC_TO_PURPOSE | Add a Table Cluster to a purpose | Public |
| CALL METHOD dtinf_if_information=>ADD_TC_TO_PURPOSE...more details | ||
| ADJUST_DLVUNIT | Adjust the DLVUNIT for responsibility tables | Public |
| CALL METHOD dtinf_if_information=>ADJUST_DLVUNIT...more details | ||
| ASSIGN_ILM_TO_PURPOSE | Assign ILM object to a purpose | Public |
| CALL METHOD dtinf_if_information=>ASSIGN_ILM_TO_PURPOSE...more details | ||
| ASSIGN_TABLE_TO_TC | Assing a table to a TC | Public |
| CALL METHOD dtinf_if_information=>ASSIGN_TABLE_TO_TC...more details | ||
| CHECK_BCSET_ENABLED | obsolete | Public |
| CALL METHOD dtinf_if_information=>CHECK_BCSET_ENABLED...more details | ||
| CHECK_BF_SWITCH_ENABLED | Check if the specified BF Switch is enabled | Public |
| CALL METHOD dtinf_if_information=>CHECK_BF_SWITCH_ENABLED...more details | ||
| CHECK_BOUNDARY | Check if the models are completely adapted | Public |
| CALL METHOD dtinf_if_information=>CHECK_BOUNDARY...more details | ||
| CHECK_DATA_LOCKS | Check and remove stray data locks | Public |
| CALL METHOD dtinf_if_information=>CHECK_DATA_LOCKS...more details | ||
| CHECK_DLVUNIT_CHANGEABILITY | Check if Software Component may be changed on this system | Public |
| CALL METHOD dtinf_if_information=>CHECK_DLVUNIT_CHANGEABILITY...more details | ||
| CHECK_MODEL_EXISTS | Checks if model already exists in IRF DB | Public |
| CALL METHOD dtinf_if_information=>CHECK_MODEL_EXISTS...more details | ||
| CHECK_REPORT_INTEGRITY | Check correction report integrity | Public |
| CALL METHOD dtinf_if_information=>CHECK_REPORT_INTEGRITY...more details | ||
| CHECK_REPORT_PREREQUISITES | Public | |
| CALL METHOD dtinf_if_information=>CHECK_REPORT_PREREQUISITES...more details | ||
| CHECK_TABLE_EXISTENCE | Check existence of table is the system | Public |
| CALL METHOD dtinf_if_information=>CHECK_TABLE_EXISTENCE...more details | ||
| CHECK_TC_EXISTS | Check if a TC exist in memory or on database | Public |
| CALL METHOD dtinf_if_information=>CHECK_TC_EXISTS...more details | ||
| CHECK_TC_SHARED | Checks if TC is shared across models | Public |
| CALL METHOD dtinf_if_information=>CHECK_TC_SHARED...more details | ||
| CONVERT_INPUT_FOR_TABLE | Convert input to format required for database field | Public |
| CALL METHOD dtinf_if_information=>CONVERT_INPUT_FOR_TABLE...more details | ||
| CREATE_HASH_PURPOSE | Create hash for a purpose | Public |
| CALL METHOD dtinf_if_information=>CREATE_HASH_PURPOSE...more details | ||
| CREATE_PURPOSE | Create or update a purpose and the language text | Public |
| CALL METHOD dtinf_if_information=>CREATE_PURPOSE...more details | ||
| CREATE_PURPOSE_TC_ENTRY | Create association between purpose and TC | Public |
| CALL METHOD dtinf_if_information=>CREATE_PURPOSE_TC_ENTRY...more details | ||
| CREATE_SPECIFIC_TC_MODEL | Create TC model from initial database model based on a TC ID | Public |
| CALL METHOD dtinf_if_information=>CREATE_SPECIFIC_TC_MODEL...more details | ||
| CREATE_TC | Create TC based on ILM Objects | Public |
| CALL METHOD dtinf_if_information=>CREATE_TC...more details | ||
| CREATE_TC_ENTRY_POINT | Create entry points for Table Cluster | Public |
| CALL METHOD dtinf_if_information=>CREATE_TC_ENTRY_POINT...more details | ||
| DELETE_CLUSTER_INDEX | Delete data from Index Table | Public |
| CALL METHOD dtinf_if_information=>DELETE_CLUSTER_INDEX...more details | ||
| DETERMINE_DB_FIELD_UTILIZATION | Determine fields of tables filled, empty, domain | Public |
| CALL METHOD dtinf_if_information=>DETERMINE_DB_FIELD_UTILIZATION...more details | ||
| DO_CONVERT_INTELLIGIBLE_OUTPUT | Convert system data to intelligible output | Public |
| CALL METHOD dtinf_if_information=>DO_CONVERT_INTELLIGIBLE_OUTPUT...more details | ||
| DO_GET_CI_RFC_STATE | Determine RFC functionality from remote to CI | Public |
| CALL METHOD dtinf_if_information=>DO_GET_CI_RFC_STATE...more details | ||
| DO_VERIFY_RFC_INFRASTRUCTURE | Verify integrity of defined RFC infrastructure | Public |
| CALL METHOD dtinf_if_information=>DO_VERIFY_RFC_INFRASTRUCTURE...more details | ||
| ENABLE_EDIT_MODE | Enabled Edit mode | Public |
| CALL METHOD dtinf_if_information=>ENABLE_EDIT_MODE...more details | ||
| ENABLE_IMPORT_MODE | Enable import mode for SAP configurations | Public |
| CALL METHOD dtinf_if_information=>ENABLE_IMPORT_MODE...more details | ||
| ENABLE_LOCK | Lock Purposes for TCs & TCs currently being edited in UI | Public |
| CALL METHOD dtinf_if_information=>ENABLE_LOCK...more details | ||
| ENFORCE_MODEL_BOUNDARY | Decide to proceed with the transaction based on model adapt | Public |
| CALL METHOD dtinf_if_information=>ENFORCE_MODEL_BOUNDARY...more details | ||
| EXPORT_TO_FILE | Export model to file | Public |
| CALL METHOD dtinf_if_information=>EXPORT_TO_FILE...more details | ||
| FILL_LINK_TYPE | Used in Adjust Model to return the link type to be deleted | Public |
| CALL METHOD dtinf_if_information=>FILL_LINK_TYPE...more details | ||
| GENERATE_ALL_PURP_MODELS | Checks whether to update the purpose and models | Public |
| CALL METHOD dtinf_if_information=>GENERATE_ALL_PURP_MODELS...more details | ||
| GET_ALL_ILM_OBJECTS | Get all ILM Objects on the system | Public |
| CALL METHOD dtinf_if_information=>GET_ALL_ILM_OBJECTS...more details | ||
| GET_ALL_PURPOSES | Get all purposes | Public |
| CALL METHOD dtinf_if_information=>GET_ALL_PURPOSES...more details | ||
| GET_ALL_TC_DATA | Get all TC and links stored in the system | Public |
| CALL METHOD dtinf_if_information=>GET_ALL_TC_DATA...more details | ||
| GET_AVAILABLE_RESP_APPL | Get available responsibilities for e.g. appl. comp. | Public |
| CALL METHOD dtinf_if_information=>GET_AVAILABLE_RESP_APPL...more details | ||
| GET_AVAILABLE_RESP_FOR_IMPORT | Get available responsibilities for import | Public |
| CALL METHOD dtinf_if_information=>GET_AVAILABLE_RESP_FOR_IMPORT...more details | ||
| GET_AVAILABLE_RESP_TAB | Get available responsibilities for TC and tables | Public |
| CALL METHOD dtinf_if_information=>GET_AVAILABLE_RESP_TAB...more details | ||
| GET_AVAILABLE_TC | Get available TCs | Public |
| CALL METHOD dtinf_if_information=>GET_AVAILABLE_TC...more details | ||
| GET_CHANGEABLE_COMPONENTS | Get changeable Software Components | Public |
| CALL METHOD dtinf_if_information=>GET_CHANGEABLE_COMPONENTS...more details | ||
| GET_CORR_REQ_FROM_USER | Get correction request from user | Public |
| CALL METHOD dtinf_if_information=>GET_CORR_REQ_FROM_USER...more details | ||
| GET_DATA | Retrieve the model for the application | Public |
| CALL METHOD dtinf_if_information=>GET_DATA...more details | ||
| GET_DB_FIELD_UTILIZATION | Get field utilization from database | Public |
| CALL METHOD dtinf_if_information=>GET_DB_FIELD_UTILIZATION...more details | ||
| GET_ERROR | Get error message text and type | Public |
| CALL METHOD dtinf_if_information=>GET_ERROR...more details | ||
| GET_FIELDS_FOR_PURPOSE | Get tables and fields relevant for a purpose | Public |
| CALL METHOD dtinf_if_information=>GET_FIELDS_FOR_PURPOSE...more details | ||
| GET_GSS_CLUSTER_ORDER | Get cluster order for GSS at runtime | Public |
| CALL METHOD dtinf_if_information=>GET_GSS_CLUSTER_ORDER...more details | ||
| GET_GSS_DATA | Get data collected by GSS | Public |
| CALL METHOD dtinf_if_information=>GET_GSS_DATA...more details | ||
| GET_GSS_TABLES_FIELDS | Get tables and fields for GSS at runtime | Public |
| CALL METHOD dtinf_if_information=>GET_GSS_TABLES_FIELDS...more details | ||
| GET_IDS_LOOKUP | Public | |
| CALL METHOD dtinf_if_information=>GET_IDS_LOOKUP...more details | ||
| GET_ID_LOOKUP_FIELDNAME | Public | |
| CALL METHOD dtinf_if_information=>GET_ID_LOOKUP_FIELDNAME...more details | ||
| GET_ID_LOOKUP_FIELDVALUE | Public | |
| CALL METHOD dtinf_if_information=>GET_ID_LOOKUP_FIELDVALUE...more details | ||
| GET_ID_LOOKUP_HIERARCHY | Public | |
| CALL METHOD dtinf_if_information=>GET_ID_LOOKUP_HIERARCHY...more details | ||
| GET_ID_LOOKUP_TABNAME | Public | |
| CALL METHOD dtinf_if_information=>GET_ID_LOOKUP_TABNAME...more details | ||
| GET_ILM_FOR_PURPOSE | Determine ILM objects used by a purpose | Public |
| CALL METHOD dtinf_if_information=>GET_ILM_FOR_PURPOSE...more details | ||
| GET_ILM_HASH | Get the hash value for an ILM Object | Public |
| CALL METHOD dtinf_if_information=>GET_ILM_HASH...more details | ||
| GET_ILM_OBJECT_FIELDS | Get ILM object fields for test IRF BAdI | Public |
| CALL METHOD dtinf_if_information=>GET_ILM_OBJECT_FIELDS...more details | ||
| GET_ILM_OBJECT_TABLES | Get all tables associated to an ILM object | Public |
| CALL METHOD dtinf_if_information=>GET_ILM_OBJECT_TABLES...more details | ||
| GET_INSTANCE_ID | Get System ID | Public |
| CALL METHOD dtinf_if_information=>GET_INSTANCE_ID...more details | ||
| GET_INSTID_FROM_RFCDEST | Get instid and client for given RFC destination | Public |
| CALL METHOD dtinf_if_information=>GET_INSTID_FROM_RFCDEST...more details | ||
| GET_IN_MEMORY_DATA | Get data from index tables | Public |
| CALL METHOD dtinf_if_information=>GET_IN_MEMORY_DATA...more details | ||
| GET_LOCK_ERROR | Get the error for failed locks | Public |
| CALL METHOD dtinf_if_information=>GET_LOCK_ERROR...more details | ||
| GET_MODEL_DETAILS | Get the model details in new behavior | Public |
| CALL METHOD dtinf_if_information=>GET_MODEL_DETAILS...more details | ||
| GET_MODEL_FOR_BOUNDARY_FILTERS | Gets boundary based model with filters for Galilie | Public |
| CALL METHOD dtinf_if_information=>GET_MODEL_FOR_BOUNDARY_FILTERS...more details | ||
| GET_MODEL_FROM_ILM_GALILEI | Create model for entered ILM object | Public |
| CALL METHOD dtinf_if_information=>GET_MODEL_FROM_ILM_GALILEI...more details | ||
| GET_MODEL_FROM_TC | Get data model based on a TC | Public |
| CALL METHOD dtinf_if_information=>GET_MODEL_FROM_TC...more details | ||
| GET_NAMES_DATABASE_TABLE | Get the names of the database tables used | Public |
| CALL METHOD dtinf_if_information=>GET_NAMES_DATABASE_TABLE...more details | ||
| GET_PURPOSES | Purposes stored in DTINF tables | Public |
| CALL METHOD dtinf_if_information=>GET_PURPOSES...more details | ||
| GET_REMOTE_TASK | Return Task specific data on a remote system | Public |
| CALL METHOD dtinf_if_information=>GET_REMOTE_TASK...more details | ||
| GET_REMOTE_TASK_DATA | Return specific Task Data on a remote system | Public |
| CALL METHOD dtinf_if_information=>GET_REMOTE_TASK_DATA...more details | ||
| GET_RULE_GEN_DATA | Retrieve Rule Generator purposes and ILM Objects | Public |
| CALL METHOD dtinf_if_information=>GET_RULE_GEN_DATA...more details | ||
| GET_SESSION_DATA | Get data on current session | Public |
| CALL METHOD dtinf_if_information=>GET_SESSION_DATA...more details | ||
| GET_SWITCH_ID_FROM_USER | Get the Switch ID for Switch BC Set | Public |
| CALL METHOD dtinf_if_information=>GET_SWITCH_ID_FROM_USER...more details | ||
| GET_TABLE_FIELDS | Get all fields of a DB table | Public |
| CALL METHOD dtinf_if_information=>GET_TABLE_FIELDS...more details | ||
| GET_TABLE_FIELD_LINKS | Get fields linking two tables | Public |
| CALL METHOD dtinf_if_information=>GET_TABLE_FIELD_LINKS...more details | ||
| GET_TABLE_HASH | Get the hash value for a database table | Public |
| CALL METHOD dtinf_if_information=>GET_TABLE_HASH...more details | ||
| GET_TABLE_LIST | Gets table list for Galilie based on filters | Public |
| CALL METHOD dtinf_if_information=>GET_TABLE_LIST...more details | ||
| GET_TC | Retrieve a Table Cluster | Public |
| CALL METHOD dtinf_if_information=>GET_TC...more details | ||
| GET_TC_FOR_APPL_COMP | Get the TC for a given appl. comp. | Public |
| CALL METHOD dtinf_if_information=>GET_TC_FOR_APPL_COMP...more details | ||
| GET_TC_FOR_PURPOSE | Get the TC for a given purpose | Public |
| CALL METHOD dtinf_if_information=>GET_TC_FOR_PURPOSE...more details | ||
| GET_TC_FOR_RESP | Get the TC for a given responsibility | Public |
| CALL METHOD dtinf_if_information=>GET_TC_FOR_RESP...more details | ||
| GET_TC_FOR_TABLES | Get the TC which contain given table | Public |
| CALL METHOD dtinf_if_information=>GET_TC_FOR_TABLES...more details | ||
| GET_TC_FROM_ILM_MODEL | Get the TC for the ILM objects from the model | Public |
| CALL METHOD dtinf_if_information=>GET_TC_FROM_ILM_MODEL...more details | ||
| GET_TC_LINKS | Retrieve links to and from a Table Cluster | Public |
| CALL METHOD dtinf_if_information=>GET_TC_LINKS...more details | ||
| GET_UNIQUE_TC_TABLES | Get unique tables used by a Table Cluster | Public |
| CALL METHOD dtinf_if_information=>GET_UNIQUE_TC_TABLES...more details | ||
| GET_USED_ILM_OBJECTS | Get the ILM objects which were used to create the model | Public |
| CALL METHOD dtinf_if_information=>GET_USED_ILM_OBJECTS...more details | ||
| GET_USE_RULE_GENERATOR | Shall the Rule Generator be used or not | Public |
| CALL METHOD dtinf_if_information=>GET_USE_RULE_GENERATOR...more details | ||
| GET_VALUE_LOOKUP | Public | |
| CALL METHOD dtinf_if_information=>GET_VALUE_LOOKUP...more details | ||
| IMPORT_FROM_FILE | Import model from file | Public |
| CALL METHOD dtinf_if_information=>IMPORT_FROM_FILE...more details | ||
| IMPORT_RESP_TO_CLOUD_TABLES | Import non-cloud specific tables to cloud tables | Public |
| CALL METHOD dtinf_if_information=>IMPORT_RESP_TO_CLOUD_TABLES...more details | ||
| IMPORT_SAP_TABLES | Import SAP tables into Customer tables | Public |
| CALL METHOD dtinf_if_information=>IMPORT_SAP_TABLES...more details | ||
| IMPORT_TC_MODEL | Import a TC model from the CI | Public |
| CALL METHOD dtinf_if_information=>IMPORT_TC_MODEL...more details | ||
| IMPORT_TR | Imports all the model entries from a TR | Public |
| CALL METHOD dtinf_if_information=>IMPORT_TR...more details | ||
| INIT_LOG | Initialize Application logging | Public |
| CALL METHOD dtinf_if_information=>INIT_LOG...more details | ||
| LOCK_PROCESSING_OF_ILM_OBJECT | Lock the processing of ILM Object | Public |
| CALL METHOD dtinf_if_information=>LOCK_PROCESSING_OF_ILM_OBJECT...more details | ||
| LOCK_PROCESSING_OF_MODEL | Lock the processing of the data model | Public |
| CALL METHOD dtinf_if_information=>LOCK_PROCESSING_OF_MODEL...more details | ||
| LOCK_PROCESSING_OF_PURPOSE | Lock the processing of a purpose | Public |
| CALL METHOD dtinf_if_information=>LOCK_PROCESSING_OF_PURPOSE...more details | ||
| LOCK_PROCESSING_OF_RESP | Lock the processing of a responsibility | Public |
| CALL METHOD dtinf_if_information=>LOCK_PROCESSING_OF_RESP...more details | ||
| LOCK_PROCESSING_OF_TASKS | Lock the processing of tasks | Public |
| CALL METHOD dtinf_if_information=>LOCK_PROCESSING_OF_TASKS...more details | ||
| LOCK_PROCESSING_OF_TC | Lock the processing of Table Cluster | Public |
| CALL METHOD dtinf_if_information=>LOCK_PROCESSING_OF_TC...more details | ||
| LOCK_UPDATE | Lock the processing for update and replication | Public |
| CALL METHOD dtinf_if_information=>LOCK_UPDATE...more details | ||
| MERGE_RESPONSIBILITY | Merge two responsibilities | Public |
| CALL METHOD dtinf_if_information=>MERGE_RESPONSIBILITY...more details | ||
| MERGE_TC | Create a (merged) Table Cluster | Public |
| CALL METHOD dtinf_if_information=>MERGE_TC...more details | ||
| MOVE_TABLE_TO_TC | Move tables to different TCs | Public |
| CALL METHOD dtinf_if_information=>MOVE_TABLE_TO_TC...more details | ||
| REFRESH_MODELS | Refresh all ILM Models from Customer Namespace | Public |
| CALL METHOD dtinf_if_information=>REFRESH_MODELS...more details | ||
| REMOVE_ALL_LINK_TYPES | Used in Adjust Model to delete Final, Const & Reference Link | Public |
| CALL METHOD dtinf_if_information=>REMOVE_ALL_LINK_TYPES...more details | ||
| REMOVE_COLLECTOR_FROM_PURPOSE | Remove collector assignment from the Purpose | Public |
| CALL METHOD dtinf_if_information=>REMOVE_COLLECTOR_FROM_PURPOSE...more details | ||
| REMOVE_DELETED_LINKS | Remove logically deleted links from a TC | Public |
| CALL METHOD dtinf_if_information=>REMOVE_DELETED_LINKS...more details | ||
| REMOVE_EMPTY_TABLES | Remove tables which have no content on the DB | Public |
| CALL METHOD dtinf_if_information=>REMOVE_EMPTY_TABLES...more details | ||
| REMOVE_FIELD | Remove a field from a table in the Table Cluster | Public |
| CALL METHOD dtinf_if_information=>REMOVE_FIELD...more details | ||
| REMOVE_FILTER_FROM_PURPOSE | Remove a filter from purpose | Public |
| CALL METHOD dtinf_if_information=>REMOVE_FILTER_FROM_PURPOSE...more details | ||
| REMOVE_FM_FROM_MODEL | Remove function module from model | Public |
| CALL METHOD dtinf_if_information=>REMOVE_FM_FROM_MODEL...more details | ||
| REMOVE_ILM_MODEL | Remove ILM model based on objects | Public |
| CALL METHOD dtinf_if_information=>REMOVE_ILM_MODEL...more details | ||
| REMOVE_LINK | Remove a link from the Table Cluster | Public |
| CALL METHOD dtinf_if_information=>REMOVE_LINK...more details | ||
| REMOVE_PURPOSE | Remove purpose | Public |
| CALL METHOD dtinf_if_information=>REMOVE_PURPOSE...more details | ||
| REMOVE_PURPOSE_TC | Remove purpose & TC combination | Public |
| CALL METHOD dtinf_if_information=>REMOVE_PURPOSE_TC...more details | ||
| REMOVE_TABLE | Remove a table | Public |
| CALL METHOD dtinf_if_information=>REMOVE_TABLE...more details | ||
| REMOVE_TC | Remove a TC | Public |
| CALL METHOD dtinf_if_information=>REMOVE_TC...more details | ||
| REMOVE_USER_SESSION | Public | |
| CALL METHOD dtinf_if_information=>REMOVE_USER_SESSION...more details | ||
| RENAME_TC | Rename (or merge into) a TC | Public |
| CALL METHOD dtinf_if_information=>RENAME_TC...more details | ||
| RESET_IN_MEMORY_DATA | Clear internally stored data | Public |
| CALL METHOD dtinf_if_information=>RESET_IN_MEMORY_DATA...more details | ||
| RESET_MODEL | Reset database model | Public |
| CALL METHOD dtinf_if_information=>RESET_MODEL...more details | ||
| REVERT_DB_IN_ORDER | Undo DB tables based on a specified order | Public |
| CALL METHOD dtinf_if_information=>REVERT_DB_IN_ORDER...more details | ||
| SAVE_LOG | Save Application logs | Public |
| CALL METHOD dtinf_if_information=>SAVE_LOG...more details | ||
| SAVE_MODEL_ON_DB | Save the model on the database | Public |
| CALL METHOD dtinf_if_information=>SAVE_MODEL_ON_DB...more details | ||
| SET_IGNORE_TRANSPORT | Set ignore transports flag | Public |
| CALL METHOD dtinf_if_information=>SET_IGNORE_TRANSPORT...more details | ||
| SET_IN_MEMORY_DATA | Set data in index tables | Public |
| CALL METHOD dtinf_if_information=>SET_IN_MEMORY_DATA...more details | ||
| SET_LOCKING_USERNAME | Updates Locking User Name | Public |
| CALL METHOD dtinf_if_information=>SET_LOCKING_USERNAME...more details | ||
| SET_REMOTE_TASK_STATE | Set status of a rtask on remote system | Public |
| CALL METHOD dtinf_if_information=>SET_REMOTE_TASK_STATE...more details | ||
| SET_SYSTEM_LANGUAGE | Set system language to a specific one | Public |
| CALL METHOD dtinf_if_information=>SET_SYSTEM_LANGUAGE...more details | ||
| SHOW_DB_IN_ORDER | Show changes done to database | Public |
| CALL METHOD dtinf_if_information=>SHOW_DB_IN_ORDER...more details | ||
| TC_TO_GSS | Create GSS data entries for specified TC and purpose | Public |
| CALL METHOD dtinf_if_information=>TC_TO_GSS...more details | ||
| TRANSPORT_ALL_DATA | Transport all data | Public |
| CALL METHOD dtinf_if_information=>TRANSPORT_ALL_DATA...more details | ||
| TRIGGER_UPDATE_PURPOSE | Trigger update of a purpose changed by Rule Generator | Public |
| CALL METHOD dtinf_if_information=>TRIGGER_UPDATE_PURPOSE...more details | ||
| UI_HEARTBEAT | Trigger a heartbeat | Public |
| CALL METHOD dtinf_if_information=>UI_HEARTBEAT...more details | ||
| UNDELETE_TABLE_LINK | Undelete a link between two tables | Public |
| CALL METHOD dtinf_if_information=>UNDELETE_TABLE_LINK...more details | ||
| UNDELETE_TC | Undelete a TC | Public |
| CALL METHOD dtinf_if_information=>UNDELETE_TC...more details | ||
| UNLOCK_ALL_SESSION_LOCKS | Unlock all locks held by session | Public |
| CALL METHOD dtinf_if_information=>UNLOCK_ALL_SESSION_LOCKS...more details | ||
| UNLOCK_PROCESSING_OF_ILM_OBJ | Unlock processing of ILM Object | Public |
| CALL METHOD dtinf_if_information=>UNLOCK_PROCESSING_OF_ILM_OBJ...more details | ||
| UNLOCK_PROCESSING_OF_MODEL | Unlock processing of the data model | Public |
| CALL METHOD dtinf_if_information=>UNLOCK_PROCESSING_OF_MODEL...more details | ||
| UNLOCK_PROCESSING_OF_PURPOSE | Unlock processing of a purpose | Public |
| CALL METHOD dtinf_if_information=>UNLOCK_PROCESSING_OF_PURPOSE...more details | ||
| UNLOCK_PROCESSING_OF_RESP | Unlock processing of a responsibility | Public |
| CALL METHOD dtinf_if_information=>UNLOCK_PROCESSING_OF_RESP...more details | ||
| UNLOCK_PROCESSING_OF_TASKS | Unlock processing of tasks | Public |
| CALL METHOD dtinf_if_information=>UNLOCK_PROCESSING_OF_TASKS...more details | ||
| UNLOCK_PROCESSING_OF_TC | Unlock processing of Table Cluster | Public |
| CALL METHOD dtinf_if_information=>UNLOCK_PROCESSING_OF_TC...more details | ||
| UNLOCK_UPDATE | Unlock processing for update and replication | Public |
| CALL METHOD dtinf_if_information=>UNLOCK_UPDATE...more details | ||
| UPDATE_DB_IN_ORDER | Update DB tables based on a specified order | Public |
| CALL METHOD dtinf_if_information=>UPDATE_DB_IN_ORDER...more details | ||
| UPDATE_ILM_MODEL_LINKS | Updates links in ilm_model memory | Public |
| CALL METHOD dtinf_if_information=>UPDATE_ILM_MODEL_LINKS...more details | ||
| UPDATE_PURPOSES_FROM_RULE_GEN | Update purpose tables based on Rule Gen. data | Public |
| CALL METHOD dtinf_if_information=>UPDATE_PURPOSES_FROM_RULE_GEN...more details | ||
| UPDATE_PURPOSE_TABLES | Update purpose related tables | Public |
| CALL METHOD dtinf_if_information=>UPDATE_PURPOSE_TABLES...more details | ||
| UPDATE_TC_FROM_MODEL | Create/update TC tables based on initial database model | Public |
| CALL METHOD dtinf_if_information=>UPDATE_TC_FROM_MODEL...more details | ||
| UPDATE_TC_TEXT | Update TC specific title and description | Public |
| CALL METHOD dtinf_if_information=>UPDATE_TC_TEXT...more details | ||
| USE_SAP_MODEL_BADIS | Checks if SAP Modeling BAdIs should be considered or not | Public |
| CALL METHOD dtinf_if_information=>USE_SAP_MODEL_BADIS...more details | ||
| VERIFY_MODEL_VS_ILM_OBJECT | Verify the model result against expected result of ILM Objec | Public |
| CALL METHOD dtinf_if_information=>VERIFY_MODEL_VS_ILM_OBJECT...more details | ||
DTINF_IF_INFORMATION attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| MT_DATA_LOCK | Instance Attribute | Locking of data (client independent) | LIKE DTINF_DATA_LOCK3 | Public | |
| MT_DATA_LOCK_CUST | Instance Attribute | Locking of data | LIKE DTINF_DATA_LOCK | Public | |
| MT_DATA_LOCK_S4H | Instance Attribute | Locking of data (client independent) | LIKE DTINF_DATA_LOCK3 | Public | |
| MT_DOMAIN | Instance Attribute | Purpose & TC relevant domains and values | LIKE DTINF_DOMAIN | Public | |
| MT_DOMAIN_CUST | Instance Attribute | Purpose & TC relevant domains and values (customer) | LIKE DTINF_DOMAIN_C | Public | |
| MT_DOMAIN_TEXT | Instance Attribute | Domain value specific text | LIKE DTINF_DOMAINT | Public | |
| MT_DOMAIN_TEXT_CUST | Instance Attribute | Domain specific text | LIKE DTINF_DOMAINT_C | Public | |
| MT_FULL_DATA | Instance Attribute | Table for Intelligible output | LIKE DTINF_TT_INTEL_OUTPUT | Public | |
| MT_HASH | Instance Attribute | Table of hashes | LIKE DTINF_HASH3 | Public | |
| MT_HASH_CUST | Instance Attribute | Table of hashes (customer) | LIKE DTINF_HASH_C | Public | |
| MT_HASH_S4H | Instance Attribute | Table of hashes (SAP delivered for Cloud systems) | LIKE DTINF_HASH3_S | Public | |
| MT_ILM_MODEL | Instance Attribute | Model Details for supporting model boundary | LIKE DTINF_ILM_MODEL | Public | |
| MT_ILM_MODEL_CUST | Instance Attribute | Model Details for supporting model boundary | LIKE DTINF_ILM_MODELC | Public | |
| MT_ILM_MODEL_S4H | Instance Attribute | Model Details for supporting model boundary | LIKE DTINF_ILM_MODELS | Public | |
| MT_MODEL | Instance Attribute | Table storing data model used by Information Framework | LIKE DTINF_MODEL3 | Public | |
| MT_MODELS_WITH_BADI | Instance Attribute | List of models generated using SAP BAdIs | LIKE DTINF_T_MODEL_WITH_BADI | Public | |
| MT_MODEL_CUST | Instance Attribute | Table storing customer model used by Information FW | LIKE DTINF_MODEL_C | Public | |
| MT_MODEL_S4H | Instance Attribute | Table storing initial model (for Cloud systems) | LIKE DTINF_MODEL3_S | Public | |
| MT_PURPOSES | Instance Attribute | Purposes | LIKE DTINF_PURP | Public | |
| MT_PURPOSES_CUST | Instance Attribute | Purposes (customer) | LIKE DTINF_PURP_C | Public | |
| MT_PURPOSES_CUST_TEXT | Instance Attribute | Text table for purposes (customer) | LIKE DTINF_PURPT_C | Public | |
| MT_PURPOSES_TEXT | Instance Attribute | Text table for purposes | LIKE DTINF_PURPT | Public | |
| MT_PURPOSE_TO_FIELD | Instance Attribute | Purpose specific fields of tables | LIKE DTINF_P2F | Public | |
| MT_PURPOSE_TO_FIELD_CUST | Instance Attribute | Purpose specific fields of tables (customer) | LIKE DTINF_P2F_C | Public | |
| MT_PURPOSE_TO_FIELD_TEXT | Instance Attribute | Purpose and language specific field values of tables | LIKE DTINF_P2FT | Public | |
| MT_PURPOSE_TO_FIELD_TEXT_CUST | Instance Attribute | Purpose and language specific fields of tables (customer) | LIKE DTINF_P2FT_C | Public | |
| MT_PURP_COLLECTOR | Instance Attribute | Table type for Purpose Collector | LIKE DTINF_PURP_COLTR | Public | |
| MT_PURP_FILTER | Instance Attribute | Filters for Customer specific Purposes | LIKE DTINF_PURPFILTC | Public | |
| MT_RESP_APPL | Instance Attribute | Grouping of Application Component and Package | LIKE DTINF_RESP_APP3 | Public | |
| MT_RESP_APPL_CUST | Instance Attribute | Responsibility for Application Component and Package | LIKE DTINF_RESP_APP_C | Public | |
| MT_RESP_APPL_S4H | Instance Attribute | Responsibility for Application Component and Package | LIKE DTINF_RESP_APP3S | Public | |
| MT_RESP_TAB | Instance Attribute | Grouping of TC, contained tables and responsibility | LIKE DTINF_RESP_TAB3 | Public | |
| MT_RESP_TAB_CUST | Instance Attribute | Grouping of TC, contained tables and responsibility | LIKE DTINF_RESP_TAB_C | Public | |
| MT_RESP_TAB_S4H | Instance Attribute | Grouping of TC, contained tables and responsibility | LIKE DTINF_RESP_TAB3S | Public | |
| MT_RFC_CONNECTIONS | Instance Attribute | RFC connections | LIKE DTINF_RFC_CONN | Public | |
| MT_RFC_STATE | Instance Attribute | RFC connection state of specific system | LIKE DTINF_RFC_STATE | Public | |
| MT_SYST | Instance Attribute | Language specific text for Systems | LIKE DTINF_SYST | Public | |
| MT_SYSTEM_COMPONENTS | Instance Attribute | Software components installed on a system | LIKE DTINF_SYS_COMP | Public | |
| MT_SYSTEM_INFO | Instance Attribute | System information | LIKE DTINF_SYS_INFO | Public | |
| MT_SYSTEM_LIST | Instance Attribute | Information on available systems | LIKE DTINF_SYS | Public | |
| MT_SYST_STATE | Instance Attribute | Information about System State | LIKE DTINF_SYST_STATE | Public | |
| MT_TABLE_USAGE | Instance Attribute | Database usage on fields of tables | LIKE DTINF_TABLE_USE | Public | |
| MT_TC_FIELDS | Instance Attribute | Table Clusters: Fields (SAP delivered) | LIKE DTINF_GSS_FLD3 | Public | |
| MT_TC_FIELDS_CUST | Instance Attribute | Table Clusters: Fields (Customer) | LIKE DTINF_GSS_FLD2_C | Public | |
| MT_TC_FIELDS_S4H | Instance Attribute | Table Clusters: Fields (SAP delivered for Cloud systems) | LIKE DTINF_GSS_FLD3_S | Public | |
| MT_TC_INFO | Instance Attribute | SAP defined Table Clusters | LIKE DTINF_TC_INFO3 | Public | |
| MT_TC_INFO_CUST | Instance Attribute | Customer defined Table Clusters | LIKE DTINF_TC_INFO2_C | Public | |
| MT_TC_INFO_S4H | Instance Attribute | SAP defined Table Clusters | LIKE DTINF_TC_INFO3_S | Public | |
| MT_TC_INFO_TEXT | Instance Attribute | Text for SAP defined Table Clusters | LIKE DTINF_TC_INFOT3 | Public | |
| MT_TC_INFO_TEXT_CUST | Instance Attribute | Text for Customer defined Table Clusters | LIKE DTINF_TC_INFOT2C | Public | |
| MT_TC_INFO_TEXT_S4H | Instance Attribute | Text table for DTINF_TC_INFO | LIKE DTINF_TC_INFOT3S | Public | |
| MT_TC_ORDER | Instance Attribute | SAP delivered purpose / TC combination | LIKE DTINF_GSS_ORD | Public | |
| MT_TC_ORDER_CUST | Instance Attribute | Customer specific purpose / TC combination | LIKE DTINF_GSS_ORD_C | Public | |
| MT_TC_ORDER_S4H | Instance Attribute | SAP delivered purpose / TC combination (for Cloud systems) | LIKE DTINF_GSS_ORD_S | Public | |
| MT_TC_TABLES | Instance Attribute | Table Clusters: Tables (SAP delivered) | LIKE DTINF_GSS_TABS3 | Public | |
| MT_TC_TABLES_CUST | Instance Attribute | Table Clusters: Tables (Customer) | LIKE DTINF_GSS_TABS2C | Public | |
| MT_TC_TABLES_S4H | Instance Attribute | Table Clusters: Tables (SAP delivered for Cloud systems) | LIKE DTINF_GSS_TABS3S | Public | |
| MT_UPDATE_GSS | Instance Attribute | GSS tables shall be updated with DTINF data | LIKE DTINF_UPDATE_GSS | Public | |
| MV_ACCEPT_DELETE | Instance Attribute | Boolean Variable (X=True, -=False, Space=Unknown) | LIKE BOOLEAN | Public | |
| MV_CREATE | Instance Attribute | Boolean Variable (X=True, -=False, Space=Unknown) | LIKE BOOLEAN | Public | |
| MV_DATA_LOCK | Instance Attribute | LIKE STRING | Public | ||
| MV_DATA_LOCK_CUST | Instance Attribute | LIKE STRING | Public | ||
| MV_DATA_LOCK_S4H | Instance Attribute | LIKE STRING | Public | ||
| MV_DISPLAY_ACCROSS_ILM | Instance Attribute | Boolean Variable (X=True, -=False, Space=Unknown) | LIKE BOOLEAN | Public | |
| MV_DOMAIN | Static Attribute | LIKE STRING | Public | ||
| MV_DOMAIN_CUST | Static Attribute | LIKE STRING | Public | ||
| MV_DOMAIN_TEXT | Static Attribute | LIKE STRING | Public | ||
| MV_DOMAIN_TEXT_CUST | Static Attribute | LIKE STRING | Public | ||
| MV_HASH | Static Attribute | LIKE STRING | Public | ||
| MV_HASH_CUST | Static Attribute | LIKE STRING | Public | ||
| MV_IGNORE_TRANSPORT | Instance Attribute | Boolean Variable (X=True, -=False, Space=Unknown) | LIKE BOOLEAN | Public | |
| MV_ILM_MODEL | Static Attribute | For dtinf_ilm_model* tables | LIKE STRING | Public | |
| MV_INCLUDE_BADI | Instance Attribute | Boolean Variable (X=True, -=False, Space=Unknown) | LIKE BOOLEAN | Public | |
| MV_LOG_OBJECT | Instance Attribute | For application logging | LIKE CL_BAL_LOGOBJ | Public | |
| MV_MODEL | Static Attribute | LIKE STRING | Public | ||
| MV_MODEL_CUST | Static Attribute | LIKE STRING | Public | ||
| MV_PURPOSES | Static Attribute | LIKE STRING | Public | ||
| MV_PURPOSES_CUST | Static Attribute | LIKE STRING | Public | ||
| MV_PURPOSES_TEXT | Static Attribute | LIKE STRING | Public | ||
| MV_PURPOSES_TEXT_CUST | Static Attribute | LIKE STRING | Public | ||
| MV_PURPOSE_TO_FIELD | Static Attribute | Runtime parameter for MT_PURPOSE_TO_FIELD or _CUST | LIKE STRING | Public | |
| MV_PURPOSE_TO_FIELD_CUST | Static Attribute | Runtime parameter for MT_PURPOSE_TO_FIELD_CUST | LIKE STRING | Public | |
| MV_PURPOSE_TO_FIELD_TEXT | Static Attribute | Runtime parameter for MT_PURPOSE_TO_FIELD_TEXT | LIKE STRING | Public | |
| MV_PURPOSE_TO_FIELD_TEXT_CUST | Static Attribute | Runtime parameter for MT_PURPOSE_TO_FIELD_C_T | LIKE STRING | Public | |
| MV_PURPOSE_TO_TC | Static Attribute | Runtime parameter for MT_PURPOSE_TO_TC or _CUST | LIKE STRING | Public | |
| MV_PURPOSE_TO_TC_CUST | Static Attribute | Runtime parameter for MT_PURPOSE_TO_TC_CUST | LIKE STRING | Public | |
| MV_PURP_COLLECTOR | Static Attribute | For dtinf_purp_collector table | LIKE STRING | Public | |
| MV_PURP_FILTER | Static Attribute | For dtinf_purp_filt table | LIKE STRING | Public | |
| MV_REFRESH_MODEL_DETAILS | Instance Attribute | Boolean Variable (X=True, -=False, Space=Unknown) | LIKE BOOLEAN | Public | |
| MV_RESP_APPL | Static Attribute | Runtime parameter for MT_RESP_APPL | LIKE STRING | Public | |
| MV_RESP_APPL_CUST | Static Attribute | LIKE STRING | Public | ||
| MV_RESP_TAB | Static Attribute | Runtime parameter for MT_RESP_TAB | LIKE STRING | Public | |
| MV_RESP_TAB_CUST | Static Attribute | LIKE STRING | Public | ||
| MV_RFC_CONNECTIONS | Static Attribute | LIKE STRING | Public | ||
| MV_RFC_STATE | Static Attribute | LIKE STRING | Public | ||
| MV_SUPPRESS_GEN_POPUPS | Instance Attribute | Boolean Variable (X=True, -=False, Space=Unknown) | LIKE BOOLEAN | Public | |
| MV_SYST | Static Attribute | LIKE STRING | Public | ||
| MV_SYSTEM_COMPONENTS | Static Attribute | LIKE STRING | Public | ||
| MV_SYSTEM_INFO | Static Attribute | LIKE STRING | Public | ||
| MV_SYSTEM_INSTID | Static Attribute | Installation ID of current system | LIKE DTINF_INSTID | Public | |
| MV_SYSTEM_IS_CI | Static Attribute | System is the CI | LIKE BOOLEAN | Public | |
| MV_SYSTEM_IS_CLOUD | Static Attribute | Boolean Variable (X=True, -=False, Space=Unknown) | LIKE BOOLEAN | Public | |
| MV_SYSTEM_IS_PRODUCTIVE | Static Attribute | Productive system | LIKE BOOLEAN | Public | |
| MV_SYSTEM_IS_REMOTE | Static Attribute | System is an allowed remote system | LIKE BOOLEAN | Public | |
| MV_SYSTEM_IS_SAP | Static Attribute | System is 'SAP' (X) or 'CUSTOMER' () | LIKE BOOLEAN | Public | |
| MV_SYSTEM_LIST | Static Attribute | LIKE STRING | Public | ||
| MV_SYST_STATE | Static Attribute | LIKE STRING | Public | ||
| MV_TABLE_USAGE | Static Attribute | LIKE STRING | Public | ||
| MV_TC_CUST | Static Attribute | Runtime parameter for MT_TC_CUST | LIKE STRING | Public | |
| MV_TC_CUST_TEXT | Static Attribute | Runtime parameter for MT_TC_CUST_TEXT | LIKE STRING | Public | |
| MV_TC_FIELDS | Static Attribute | Runtime parameter for MT_TC_FIELDS or _CUST | LIKE STRING | Public | |
| MV_TC_FIELDS_CUST | Static Attribute | Runtime parameter for MT_TC_FIELDS_CUST | LIKE STRING | Public | |
| MV_TC_INFO | Static Attribute | Runtime parameter for MT_TC or _CUST | LIKE STRING | Public | |
| MV_TC_INFO_TEXT | Static Attribute | Runtime parameter for MT_TC_TEXT | LIKE STRING | Public | |
| MV_TC_INFO_TEXT_CUST | Static Attribute | LIKE STRING | Public | ||
| MV_TC_ORDER | Static Attribute | LIKE STRING | Public | ||
| MV_TC_ORDER_CUST | Static Attribute | LIKE STRING | Public | ||
| MV_TC_TABLES | Static Attribute | Runtime parameter for MT_TC_TABLES or _CUST | LIKE STRING | Public | |
| MV_TC_TABLES_CUST | Static Attribute | Runtime parameter for MT_TC_TABLES_CUST | LIKE STRING | Public | |
| MV_UPDATE_GSS | Static Attribute | LIKE STRING | Public |
DTINF_IF_INFORMATION types
DTINF_MODEL_INFO -DTINF_MODEL_WITH_BADI -
DTINF_T_MODEL_INFO -
DTINF_T_MODEL_WITH_BADI -
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