SAP DTINF_CL_INFORMATION OO Class - Information Retrieval Framework Interface for remote system
DTINF_CL_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_CL_INFORMATION including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Interface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class DTINF_IF_INFORMATIONMethod list of DTINF_CL_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_MODEL | Fill DTINF_ILM_MODEL* tables and save it into DB | Private |
| CALL METHOD dtinf_cl_information=>ADAPT_MODEL...more details | ||
| ADD_CHECKTABLES | Add checktables to the data model | Private |
| CALL METHOD dtinf_cl_information=>ADD_CHECKTABLES...more details | ||
| ADD_DATA_TO_DB | Add data from data model on DB into internal tables | Private |
| CALL METHOD dtinf_cl_information=>ADD_DATA_TO_DB...more details | ||
| ADD_DATA_TO_MEMORY | Add data from data model in memory into internal tables | Private |
| CALL METHOD dtinf_cl_information=>ADD_DATA_TO_MEMORY...more details | ||
| ADD_DYNAMIC_LINE_TO_TABLE | Private | |
| CALL METHOD dtinf_cl_information=>ADD_DYNAMIC_LINE_TO_TABLE...more details | ||
| ADD_RESP_TO_TCINFO | Add responsibility to table cluster info | Private |
| CALL METHOD dtinf_cl_information=>ADD_RESP_TO_TCINFO...more details | ||
|
| ||
| BG_UPDATE_PURP_MODELS | Start the generation of model and purpose | Public |
| CALL METHOD dtinf_cl_information=>BG_UPDATE_PURP_MODELS...more details | ||
| CHANGE_DB_TABLE_CONTENT | Change database table content with or without client field | Private |
| CALL METHOD dtinf_cl_information=>CHANGE_DB_TABLE_CONTENT...more details | ||
| CHECK_CHANGEABILITY | Check if the DLVUNIT can be changed on the system | Private |
| CALL METHOD dtinf_cl_information=>CHECK_CHANGEABILITY...more details | ||
| CHECK_CONSISTENCY_BEFORE_SAVE | Private | |
| CALL METHOD dtinf_cl_information=>CHECK_CONSISTENCY_BEFORE_SAVE...more details | ||
| CHECK_FOR_PROCESS_BREAKPOINT | Check if breakpoint shall be triggered during 'PROCESS' | Private |
| CALL METHOD dtinf_cl_information=>CHECK_FOR_PROCESS_BREAKPOINT...more details | ||
| CHECK_IS_TABLE | Check if input table is a table | Private |
| CALL METHOD dtinf_cl_information=>CHECK_IS_TABLE...more details | ||
| CHECK_OPEN_TASK | Is Open Task available in the Request | Private |
| CALL METHOD dtinf_cl_information=>CHECK_OPEN_TASK...more details | ||
| CHECK_STRING_LENGTH | Check wether length of field is above threshold | Private |
| CALL METHOD dtinf_cl_information=>CHECK_STRING_LENGTH...more details | ||
| CHECK_SWITCH_BCSET_ENABLED | Check if Switch BC Set is enabled | Private |
| CALL METHOD dtinf_cl_information=>CHECK_SWITCH_BCSET_ENABLED...more details | ||
| CHECK_TC_CHANGEABILITY | Check if the TC can be changed on the system | Private |
| CALL METHOD dtinf_cl_information=>CHECK_TC_CHANGEABILITY...more details | ||
| CHECK_TRANSPORT_COLLISION | Check that data changed is not in another open request | Private |
| CALL METHOD dtinf_cl_information=>CHECK_TRANSPORT_COLLISION...more details | ||
| CHECK_TRANSPORT_OBJECTS | Add data to transport and verify correctness | Private |
| CALL METHOD dtinf_cl_information=>CHECK_TRANSPORT_OBJECTS...more details | ||
| CLEAN_TC_FIELDS | Clean DB fields related to TC | Private |
| CALL METHOD dtinf_cl_information=>CLEAN_TC_FIELDS...more details | ||
| CLEAN_TC_PURPOSES | Clean DB purpose and TC combinations | Private |
| CALL METHOD dtinf_cl_information=>CLEAN_TC_PURPOSES...more details | ||
| CLEAN_TC_TABLES | Clean DB tables related to TC | Private |
| CALL METHOD dtinf_cl_information=>CLEAN_TC_TABLES...more details | ||
| CLEAR_DB_MEMORY_DATA | Clear data model in internal tables from DB and memory | Private |
| CALL METHOD dtinf_cl_information=>CLEAR_DB_MEMORY_DATA...more details | ||
| CLEAR_IN_MEMORY_DATA | Clear data model in internal tables | Private |
| CALL METHOD dtinf_cl_information=>CLEAR_IN_MEMORY_DATA...more details | ||
| COMPARE_TABLES | Compare two internal tables | Private |
| CALL METHOD dtinf_cl_information=>COMPARE_TABLES...more details | ||
| COMPUTE_ILM_HASH | Compute hash for given ILM Objects | Private |
| CALL METHOD dtinf_cl_information=>COMPUTE_ILM_HASH...more details | ||
| COMPUTE_TC_HASHES | Compute hashes for TC & realted tables, fields | Private |
| CALL METHOD dtinf_cl_information=>COMPUTE_TC_HASHES...more details | ||
| CONSTRUCTOR | Constructor | Public |
| CALL METHOD dtinf_cl_information=>CONSTRUCTOR...more details | ||
| CONSTRUCTOR_CLOUD_SYSTEM | Cloud system specific constructor coding | Private |
| CALL METHOD dtinf_cl_information=>CONSTRUCTOR_CLOUD_SYSTEM...more details | ||
| CONSTRUCTOR_CUSTOMER_SYSTEM | Customer system specific constructor coding | Private |
| CALL METHOD dtinf_cl_information=>CONSTRUCTOR_CUSTOMER_SYSTEM...more details | ||
| CONSTRUCTOR_SAP_SYSTEM | SAP system specific constructor coding | Private |
| CALL METHOD dtinf_cl_information=>CONSTRUCTOR_SAP_SYSTEM...more details | ||
| CRASH_PROCESS | Crash the process triggering a dump for analysis | Private |
| CALL METHOD dtinf_cl_information=>CRASH_PROCESS...more details | ||
| CREATE_DB_CHANGE_REPORT | Create a report with the DB changes and update internal log | Private |
| CALL METHOD dtinf_cl_information=>CREATE_DB_CHANGE_REPORT...more details | ||
| CREATE_DYNAMIC_ITAB | Create a dynamic internal table | Public |
| CALL METHOD dtinf_cl_information=>CREATE_DYNAMIC_ITAB...more details | ||
| CREATE_EMPTY_CORR_REPORT | Create an empty correction report | Private |
| CALL METHOD dtinf_cl_information=>CREATE_EMPTY_CORR_REPORT...more details | ||
| CREATE_HASH_GSS_FIELDS | Create hash for a 'GSS field' table entry | Private |
| CALL METHOD dtinf_cl_information=>CREATE_HASH_GSS_FIELDS...more details | ||
| CREATE_HASH_GSS_TABS | Create hash for a 'GSS tables' table entry | Private |
| CALL METHOD dtinf_cl_information=>CREATE_HASH_GSS_TABS...more details | ||
| CREATE_HASH_ILM_MODEL | Create hash for DTINF_ILM_MODEL* tables | Private |
| CALL METHOD dtinf_cl_information=>CREATE_HASH_ILM_MODEL...more details | ||
| CREATE_HASH_PURPOSE | Create hashes for a purpose/table/field combination | Private |
| CALL METHOD dtinf_cl_information=>CREATE_HASH_PURPOSE...more details | ||
| CREATE_HASH_SEC_CLST_START | Create hash to link fields of different clusters | Private |
| CALL METHOD dtinf_cl_information=>CREATE_HASH_SEC_CLST_START...more details | ||
| CREATE_MODEL | Generate links between ILM Objects and store in database | Private |
| CALL METHOD dtinf_cl_information=>CREATE_MODEL...more details | ||
| CREATE_TRANSPORTS | Create transports | Private |
| CALL METHOD dtinf_cl_information=>CREATE_TRANSPORTS...more details | ||
| CREATE_TRANSPORT_ERROR_TEXT | Create text for transport errors | Private |
| CALL METHOD dtinf_cl_information=>CREATE_TRANSPORT_ERROR_TEXT...more details | ||
| DELETE_DATA_IN_MEMORY | Delete specific data stored in memory | Private |
| CALL METHOD dtinf_cl_information=>DELETE_DATA_IN_MEMORY...more details | ||
| DELETE_LINK_FROM_DB | Physically delete link from database | Private |
| CALL METHOD dtinf_cl_information=>DELETE_LINK_FROM_DB...more details | ||
| DELETE_REPORT | Delete an IRF report | Private |
| CALL METHOD dtinf_cl_information=>DELETE_REPORT...more details | ||
| DETERMINE_CREATEABLE_LINKS | Remove links which cannot be created on this system | Private |
| CALL METHOD dtinf_cl_information=>DETERMINE_CREATEABLE_LINKS...more details | ||
| DETERMINE_FOREIGN_KEY_LINK | Use DDIC info to find links between tables | Private |
| CALL METHOD dtinf_cl_information=>DETERMINE_FOREIGN_KEY_LINK...more details | ||
| DETERMINE_KEY_FIELDS | Determine key fields for the given table | Private |
| CALL METHOD dtinf_cl_information=>DETERMINE_KEY_FIELDS...more details | ||
| DETERMINE_LINK | Try to find out links between father and son | Private |
| CALL METHOD dtinf_cl_information=>DETERMINE_LINK...more details | ||
| DETERMINE_MAX_RESP_TC | Determine highest number of resp. and TC | Private |
| CALL METHOD dtinf_cl_information=>DETERMINE_MAX_RESP_TC...more details | ||
| DETERMINE_TABLES | Find out which of the given AOBJ 'tables' are true DB tables | Private |
| CALL METHOD dtinf_cl_information=>DETERMINE_TABLES...more details | ||
| DETERMINE_TABLES_FOR_ILM | Determine true database tables related to the ILM object | Private |
| CALL METHOD dtinf_cl_information=>DETERMINE_TABLES_FOR_ILM...more details | ||
| FILL_LINK_DATA_IN_MEMORY | Fill relevant data in memory when called from add_field_link | Private |
| CALL METHOD dtinf_cl_information=>FILL_LINK_DATA_IN_MEMORY...more details | ||
| FILTER_MODEL | Filter the model to show only specific entries | Public |
| CALL METHOD dtinf_cl_information=>FILTER_MODEL...more details | ||
| GENERATE_MODELS | Generate models for changed ilm objects | Private |
| CALL METHOD dtinf_cl_information=>GENERATE_MODELS...more details | ||
| GENERATE_TRANSPORT_CUSTOM | Collect content for transport | Private |
| CALL METHOD dtinf_cl_information=>GENERATE_TRANSPORT_CUSTOM...more details | ||
| GENERATE_TRANSPORT_RESP_APP | Collect content for transport | Private |
| CALL METHOD dtinf_cl_information=>GENERATE_TRANSPORT_RESP_APP...more details | ||
| GENERATE_TRANSPORT_RESP_TAB | Collect content for transport | Private |
| CALL METHOD dtinf_cl_information=>GENERATE_TRANSPORT_RESP_TAB...more details | ||
| GENERATE_TRANSPORT_TC | Collect content for transport | Private |
| CALL METHOD dtinf_cl_information=>GENERATE_TRANSPORT_TC...more details | ||
| GET_AFFECTED_TR | Get all Transport requests affected by the data | Private |
| CALL METHOD dtinf_cl_information=>GET_AFFECTED_TR...more details | ||
| GET_APPLICATION_INFO | Determine Application Component | Public |
| CALL METHOD dtinf_cl_information=>GET_APPLICATION_INFO...more details | ||
| GET_BADI_CHNGE_DATE | Return the last modified date of badi | Private |
| CALL METHOD dtinf_cl_information=>GET_BADI_CHNGE_DATE...more details | ||
| GET_DATA_FOR_EXPORT_OF_RESP | Get data to be exported for a 'responsibility' | Private |
| CALL METHOD dtinf_cl_information=>GET_DATA_FOR_EXPORT_OF_RESP...more details | ||
| GET_DATA_FOR_ILM_MODEL | Get data from dtinf_ilm_model table for BAdI decoupling | Private |
| CALL METHOD dtinf_cl_information=>GET_DATA_FOR_ILM_MODEL...more details | ||
| GET_DATA_FROM_DB | Retrieve/Create the model in the DB | Private |
| CALL METHOD dtinf_cl_information=>GET_DATA_FROM_DB...more details | ||
| GET_DB_HASHES | Create hash for each database table | Private |
| CALL METHOD dtinf_cl_information=>GET_DB_HASHES...more details | ||
| GET_DYNAMIC_JOINS | Determine links between two dynamical tables with AND logic | Private |
| CALL METHOD dtinf_cl_information=>GET_DYNAMIC_JOINS...more details | ||
| GET_DYNAMIC_LINKS | Determine links between two dynamical tables | Private |
| CALL METHOD dtinf_cl_information=>GET_DYNAMIC_LINKS...more details | ||
| GET_FIELD_INFO | Get information on field of a table | Public |
| CALL METHOD dtinf_cl_information=>GET_FIELD_INFO...more details | ||
| GET_FOUND_LINKS | Retrieve the found links | Public |
| CALL METHOD dtinf_cl_information=>GET_FOUND_LINKS...more details | ||
| GET_HASH_OF_ANY_TABLE | Create a hash of any table | Private |
| CALL METHOD dtinf_cl_information=>GET_HASH_OF_ANY_TABLE...more details | ||
| GET_ILM_DESTR_OBJECTS | Get tables of ILM Destruction Objects | Private |
| CALL METHOD dtinf_cl_information=>GET_ILM_DESTR_OBJECTS...more details | ||
| GET_ILM_OBJECTS | Get tables of ILM Objects | Private |
| CALL METHOD dtinf_cl_information=>GET_ILM_OBJECTS...more details | ||
| GET_ILM_OBJECTS_FROM_MODEL | Get all ILM Objects stored in the model | Private |
| CALL METHOD dtinf_cl_information=>GET_ILM_OBJECTS_FROM_MODEL...more details | ||
| GET_INITIAL_GSS_SEARCH_FIELDS | Get the initial search fields usable by GSS | Private |
| CALL METHOD dtinf_cl_information=>GET_INITIAL_GSS_SEARCH_FIELDS...more details | ||
| GET_MODEL_COVERAGE | Private | |
| CALL METHOD dtinf_cl_information=>GET_MODEL_COVERAGE...more details | ||
| GET_MODEL_FROM_DB | Retrieve the requested data from the database | Private |
| CALL METHOD dtinf_cl_information=>GET_MODEL_FROM_DB...more details | ||
| GET_RELEVANT_TRANSP_REQUESTS | Get IRF transport requests (open, released, current) | Public |
| CALL METHOD dtinf_cl_information=>GET_RELEVANT_TRANSP_REQUESTS...more details | ||
| GET_TABLE_CLUSTER | Retrieve table cluster | Public |
| CALL METHOD dtinf_cl_information=>GET_TABLE_CLUSTER...more details | ||
| GET_TABLE_DATA_AS_STRING | Return table content as a string | Private |
| CALL METHOD dtinf_cl_information=>GET_TABLE_DATA_AS_STRING...more details | ||
| GET_TABLE_DATA_FROM_STRING | Return table content as a string | Private |
| CALL METHOD dtinf_cl_information=>GET_TABLE_DATA_FROM_STRING...more details | ||
| GET_TABLE_FIELDS | Get all fields of a DB table | Public |
| CALL METHOD dtinf_cl_information=>GET_TABLE_FIELDS...more details | ||
| GET_TABLE_NAMES_S4H | Get the database table names for an S/4H CE system | Private |
| CALL METHOD dtinf_cl_information=>GET_TABLE_NAMES_S4H...more details | ||
| GET_TC_DB | Get TC model from database | Private |
| CALL METHOD dtinf_cl_information=>GET_TC_DB...more details | ||
| GET_TC_DB_LINKS | Get TC links from database | Private |
| CALL METHOD dtinf_cl_information=>GET_TC_DB_LINKS...more details | ||
| GET_TC_FOR_ILM_OBJECT | Get the TC for an ILM Object | Private |
| CALL METHOD dtinf_cl_information=>GET_TC_FOR_ILM_OBJECT...more details | ||
| GET_TC_FOR_PURP_GEN | Get the correct TC for the entered table | Private |
| CALL METHOD dtinf_cl_information=>GET_TC_FOR_PURP_GEN...more details | ||
| GET_TC_FOR_TABLE | Get the table cluster(s) for a given table | Private |
| CALL METHOD dtinf_cl_information=>GET_TC_FOR_TABLE...more details | ||
| GET_TC_FOR_TABLES_STRICT | More strict implementation of get_tc_for_tables | Private |
| CALL METHOD dtinf_cl_information=>GET_TC_FOR_TABLES_STRICT...more details | ||
| GET_TC_SPECIFIC_DATA | Get Table Cluster specific data | Private |
| CALL METHOD dtinf_cl_information=>GET_TC_SPECIFIC_DATA...more details | ||
| GET_UNIQUE_TC_TABLES | Get unique tables used by a Table Cluster | Private |
| CALL METHOD dtinf_cl_information=>GET_UNIQUE_TC_TABLES...more details | ||
| HANDLE_LINK_MODIFICATIONS | Private | |
| CALL METHOD dtinf_cl_information=>HANDLE_LINK_MODIFICATIONS...more details | ||
| INITIALIZE_LOGGER | Initialize Logger Class | Public |
| CALL METHOD dtinf_cl_information=>INITIALIZE_LOGGER...more details | ||
| INSERT_DATA_INTO_REQUEST | Insert IRF data into workbench request | Private |
| CALL METHOD dtinf_cl_information=>INSERT_DATA_INTO_REQUEST...more details | ||
| INSERT_REPORT | Insert a new ABAP report to be used for data changes | Private |
| CALL METHOD dtinf_cl_information=>INSERT_REPORT...more details | ||
| INTERNAL_MODEL_CLEANUP | Adjust the internal data model based to be valid | Private |
| CALL METHOD dtinf_cl_information=>INTERNAL_MODEL_CLEANUP...more details | ||
| LIF_ASSIGN_TABLE_TO_TC | Write header data to a file | Private |
| CALL METHOD dtinf_cl_information=>LIF_ASSIGN_TABLE_TO_TC...more details | ||
| LIF_CREATE_SPECIFIC_TC_MODEL | Write header data to a file | Private |
| CALL METHOD dtinf_cl_information=>LIF_CREATE_SPECIFIC_TC_MODEL...more details | ||
| LIF_GET_ALL_TC_DATA | Write header data to a file | Private |
| CALL METHOD dtinf_cl_information=>LIF_GET_ALL_TC_DATA...more details | ||
| LIF_GET_DATA | Write header data to a file | Private |
| CALL METHOD dtinf_cl_information=>LIF_GET_DATA...more details | ||
| LIF_GET_TC | Write header data to a file | Private |
| CALL METHOD dtinf_cl_information=>LIF_GET_TC...more details | ||
| LIF_GET_TC_LINKS | Write header data to a file | Private |
| CALL METHOD dtinf_cl_information=>LIF_GET_TC_LINKS...more details | ||
| LIF_GET_TC_SAP_MODEL | Write header data to a file | Private |
| CALL METHOD dtinf_cl_information=>LIF_GET_TC_SAP_MODEL...more details | ||
| LIF_MERGE_TC | Write header data to a file | Private |
| CALL METHOD dtinf_cl_information=>LIF_MERGE_TC...more details | ||
| LIF_REMOVE_FIELD | Write header data to a file | Private |
| CALL METHOD dtinf_cl_information=>LIF_REMOVE_FIELD...more details | ||
| LIF_REMOVE_LINK | Write header data to a file | Private |
| CALL METHOD dtinf_cl_information=>LIF_REMOVE_LINK...more details | ||
| LIF_TC_TO_GSS | Write header data to a file | Private |
| CALL METHOD dtinf_cl_information=>LIF_TC_TO_GSS...more details | ||
| PREPARE_GENERATION_LIST | Prepare list of ILM objects to be generated | Private |
| CALL METHOD dtinf_cl_information=>PREPARE_GENERATION_LIST...more details | ||
| PROCESS_OBJECT | Create the links between tables for every BOR object | Private |
| CALL METHOD dtinf_cl_information=>PROCESS_OBJECT...more details | ||
| RECURSION | Recursive coding traversing building the data model | Private |
| CALL METHOD dtinf_cl_information=>RECURSION...more details | ||
| REMOVE_ILM_FROM_PURPOSE | Remove ILM object assigned to Purpose | Public |
| CALL METHOD dtinf_cl_information=>REMOVE_ILM_FROM_PURPOSE...more details | ||
| REMOVE_INVALID_DOMAINS | Remove domains which are not helpful for automation | Private |
| CALL METHOD dtinf_cl_information=>REMOVE_INVALID_DOMAINS...more details | ||
| RETURN_TABLE_DELTA | Return the delta between two tables | Private |
| CALL METHOD dtinf_cl_information=>RETURN_TABLE_DELTA...more details | ||
| SANITIZE_INPUT | Sanitize user input | Private |
| CALL METHOD dtinf_cl_information=>SANITIZE_INPUT...more details | ||
| SAVE_DATA_TO_FILE | Save data to a file | Private |
| CALL METHOD dtinf_cl_information=>SAVE_DATA_TO_FILE...more details | ||
| SCAN_SAME_VALUE | Use the DB to find 'links' based on field values | Private |
| CALL METHOD dtinf_cl_information=>SCAN_SAME_VALUE...more details | ||
| SET_IGNORE_TRANSPORTS | Set Ignore transports flag based on int. configuration | Public |
| CALL METHOD dtinf_cl_information=>SET_IGNORE_TRANSPORTS...more details | ||
| SORT_LINKS | Sort the given table of links | Private |
| CALL METHOD dtinf_cl_information=>SORT_LINKS...more details | ||
| SORT_OBJECTS | Sort given table of objects | Private |
| CALL METHOD dtinf_cl_information=>SORT_OBJECTS...more details | ||
| UPDATE_DATABASE | Delete / insert data into an IRF database table | Private |
| CALL METHOD dtinf_cl_information=>UPDATE_DATABASE...more details | ||
| UPDATE_PURP_MODELS | Triger the model and purpose generation | Private |
| CALL METHOD dtinf_cl_information=>UPDATE_PURP_MODELS...more details | ||
| UPLOAD_DATA_TO_DB | Upload incoming data into DB | Public |
| CALL METHOD dtinf_cl_information=>UPLOAD_DATA_TO_DB...more details | ||
| VALIDATE_DATA_BEFORE_IMPORT | Private | |
| CALL METHOD dtinf_cl_information=>VALIDATE_DATA_BEFORE_IMPORT...more details | ||
| VERIFY_LINK | Verify that link is valid | Private |
| CALL METHOD dtinf_cl_information=>VERIFY_LINK...more details | ||
| WRITE_HEADER_TO_FILE | Write header data to a file | Private |
| CALL METHOD dtinf_cl_information=>WRITE_HEADER_TO_FILE...more details | ||
DTINF_CL_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 |
| MC_CONSTANT | Constant | Field Linkage link type | 'C' | LIKE DTINF_LINK_TYPE | Private |
| MC_FINAL | Constant | Field Linkage link type | 'F' | LIKE DTINF_LINK_TYPE | Private |
| MC_FUNCTION_MODULE | Constant | Field Linkage link type | 'M' | LIKE DTINF_LINK_TYPE | Private |
| MD_DATA_RECEIVED | Instance Attribute | Data received by GSS | LIKE BOOLEAN | Private | |
| MD_RFCMESSAGE | Instance Attribute | RFC exception text | LIKE CHAR255 | Private | |
| MR_INFORMATION_SHARED | Instance Attribute | Information Framework Interface with shared methods | LIKE DTINF_IF_INFORMATION_SHARED | Private | |
| MR_LOGGER | Instance Attribute | Logging for Information Retrieval Framework | LIKE CL_DTINF_LOGGER | Public | |
| MS_ERROR_STATE | Instance Attribute | Error state during execution | LIKE DTINF_S_ERROR_STATE | Private | |
| MT_ADK_ILM_TABLES | Instance Attribute | Information: Object specific definition | LIKE DTINF_TT_OBJ_DEFINITIONS | Private | |
| MT_APPLICATION_INFO | Instance Attribute | Table buffer | LIKE DTINF_TT_APPLICATION_INFO | Private | |
| MT_BCSET_IN_MEMORY | Instance Attribute | Table type of Switch IDs to Resp. ID | LIKE DTINF_TT_BCSET | Private | |
| MT_BCSET_ON_DB | Instance Attribute | Table type of Switch IDs to Resp. ID | LIKE DTINF_TT_BCSET | Private | |
| MT_CHANGEABLE_TC | Instance Attribute | Changeable TC | LIKE DTINF_TT_TC_ID | Private | |
| MT_CONVERT_DDIC | Instance Attribute | Buffer table for conversion | LIKE DTINF_TT_CONVERT_DDIC | Private | |
| MT_CONVERT_DOMAIN | Instance Attribute | Buffer table for conversion | LIKE DTINF_TT_CONVERT_DOMAIN | Private | |
| MT_CONVERT_P2FT | Instance Attribute | Buffer table for conversion P2FT | LIKE DTINF_TT_CONVERT_P2FT | Private | |
| MT_DB_CORR_REP | Instance Attribute | Database table | LIKE DTINF_CORR_REP | Private | |
| MT_DB_CORR_REP_CUST | Instance Attribute | IRF Correction reports installed on system | LIKE DTINF_CORR_REP_C | Private | |
| MT_DB_CORR_REP_LOG | Instance Attribute | IRF Correction reports from SAP installed on system | LIKE DTINF_CORR_REPL | Private | |
| MT_DB_CORR_REP_LOG_CUST | Instance Attribute | IRF Correction reports from SAP installed on system | LIKE DTINF_CORR_REPLC | Private | |
| MT_DD03L | Instance Attribute | Table Fields | LIKE | Private | |
| MT_DTINF_BCSET | Instance Attribute | Responsibility IDs associated to BC Sets | LIKE DTINF_BCSET | Private | |
| MT_FIELD_INFORMATION | Instance Attribute | Table of table/field information | LIKE DTINF_TT_TABLE_FIELD_INFOS | Private | |
| MT_HASH_IN_MEMORY | Instance Attribute | Table of hashes | LIKE DTINF_TT_HASH | Private | |
| MT_HASH_ON_DB | Instance Attribute | Table of hashes | LIKE DTINF_TT_HASH | Private | |
| MT_ILM_LOCKS | Instance Attribute | ILM Object locks held by application | LIKE DTINF_TT_ILM_OBJ | Private | |
| MT_ILM_MODEL_IN_MEMORY | Instance Attribute | Table type for model details to support model boundary | LIKE DTINF_TT_ILM_MODEL | Private | |
| MT_ILM_MODEL_ON_DB | Instance Attribute | Table type for model details to support model boundary | LIKE DTINF_TT_ILM_MODEL | Private | |
| MT_INVALID_ILM_OBJECT_DEF | Instance Attribute | Table of invalid ILM objects, e.g. structures | LIKE DTINF_TT_OBJ_DEFINITIONS | Private | |
| MT_LOG_MESSAGES | Instance Attribute | XML String | LIKE DTINF_TT_XML_STRINGS | Private | |
| MT_MODEL_IN_MEMORY | Instance Attribute | Table storing initial model used by Information FW | LIKE DTINF_TT_MODEL | Private | |
| MT_MODEL_ON_DB | Instance Attribute | Table storing initial model used by Information FW | LIKE DTINF_TT_MODEL | Private | |
| MT_MOVED_TABLES | Instance Attribute | Moved tables for reconstruction | LIKE DTINF_TT_MOVED_TABLES | Private | |
| MT_P2FT_IN_MEMORY | Instance Attribute | Table corresponding to DTINF_P2FT | LIKE DTINF_TT_P2FT | Private | |
| MT_P2FT_ON_DB | Instance Attribute | Table corresponding to DTINF_P2FT | LIKE DTINF_TT_P2FT | Private | |
| MT_P2FT_ON_MEMORY | Instance Attribute | Table corresponding to DTINF_P2FT | LIKE DTINF_TT_P2FT | Private | |
| MT_P2F_IN_MEMORY | Instance Attribute | Table of DTINF_S_P2F | LIKE DTINF_TT_P2F | Private | |
| MT_P2F_ON_DB | Instance Attribute | Table of DTINF_S_P2F | LIKE DTINF_TT_P2F | Private | |
| MT_P2F_ON_MEMORY | Instance Attribute | Table of DTINF_S_P2F | LIKE DTINF_TT_P2F | Private | |
| MT_PURPILM_IN_MEMORY | Instance Attribute | ILM Objects for specific Purpose | LIKE DTINF_TT_PURPILM | Private | |
| MT_PURPILM_ON_DB | Instance Attribute | ILM Objects for specific Purpose | LIKE DTINF_TT_PURPILM | Private | |
| MT_PURPILM_ON_MEMORY | Instance Attribute | ILM Objects for specific Purpose | LIKE DTINF_TT_PURPILM | Private | |
| MT_PURPOSE_HASH | Instance Attribute | Purpose table used for GSS hashes | LIKE DTINF_PURP_HASH | Private | |
| MT_PURPOSE_HASH_IN_MEMORY | Instance Attribute | Table of purpose combination used for GSS | LIKE DTINF_TT_PURPOSE_HASH | Private | |
| MT_PURPOSE_HASH_ON_DB | Instance Attribute | Table of purpose combination used for GSS | LIKE DTINF_TT_PURPOSE_HASH | Private | |
| MT_PURPOSE_ILM_OBJECT | Instance Attribute | ILM Objects for specific Purpose | LIKE DTINF_PURPILM | Private | |
| MT_PURPOSE_ILM_OBJECT_CUST | Instance Attribute | ILM Objects for specific Purpose | LIKE DTINF_PURPILM_C | Private | |
| MT_PURPT_IN_MEMORY | Instance Attribute | Table of DTINF_S_PURPT | LIKE DTINF_TT_PURPT | Private | |
| MT_PURPT_ON_DB | Instance Attribute | Table of DTINF_S_PURPT | LIKE DTINF_TT_PURPT | Private | |
| MT_PURPT_ON_MEMORY | Instance Attribute | Table of DTINF_S_PURPT | LIKE DTINF_TT_PURPT | Private | |
| MT_PURP_COLTR_IN_MEMORY | Instance Attribute | Table type for Purpose Collector | LIKE DTINF_TT_PURP_COLTR | Private | |
| MT_PURP_COLTR_ON_DB | Instance Attribute | Table type for Purpose Collector | LIKE DTINF_TT_PURP_COLTR | Private | |
| MT_PURP_FILT_IN_MEMORY | Instance Attribute | Table type for Purpose filter table | LIKE DTINF_TT_PURPFILT | Private | |
| MT_PURP_FILT_ON_DB | Instance Attribute | Table type for Purpose filter table | LIKE DTINF_TT_PURPFILT | Private | |
| MT_PURP_IN_MEMORY | Instance Attribute | SAP delivered purposes | LIKE DTINF_TT_PURP | Private | |
| MT_PURP_ON_DB | Instance Attribute | SAP delivered purposes | LIKE DTINF_TT_PURP | Private | |
| MT_PURP_ON_MEMORY | Instance Attribute | SAP delivered purposes | LIKE DTINF_TT_PURP | Private | |
| MT_REMOTE_TASKS | Instance Attribute | Status of remote tasks | LIKE DTINF_TASKS | Private | |
| MT_REMOTE_TASK_DATA | Instance Attribute | Data for tasks | LIKE DTINF_TASK_DT | Private | |
| MT_RENAMED_RESP_ID | Instance Attribute | Renamed Resp. IDs | LIKE DTINF_TT_RENAMED_RESP_ID | Private | |
| MT_RENAMED_TC_IN_MEMORY | Instance Attribute | Renamed TCs | LIKE DTINF_TT_RENAMED_TC | Private | |
| MT_RESP_APPL | Instance Attribute | Grouping of Application Component and Package | LIKE DTINF_TT_RESP_APPL | Private | |
| MT_RESP_APPL_IN_MEMORY | Instance Attribute | Table of responsibilities | LIKE DTINF_TT_RESP_APPL | Private | |
| MT_RESP_APPL_ON_DB | Instance Attribute | Table of responsibilities | LIKE DTINF_TT_RESP_APPL | Private | |
| MT_RESP_ILM | Instance Attribute | Responsibility of created ILM Objects | LIKE DTINF_RESP_ILM3 | Private | |
| MT_RESP_ILM_CUST | Instance Attribute | Responsibility of created ILM Objects (customer) | LIKE DTINF_RESP_ILM_C | Private | |
| MT_RESP_ILM_IN_MEMORY | Instance Attribute | Table type of DTINF_RESP_ILM | LIKE DTINF_TT_RESP_ILM | Private | |
| MT_RESP_ILM_ON_DB | Instance Attribute | Table type of DTINF_RESP_ILM | LIKE DTINF_TT_RESP_ILM | Private | |
| MT_RESP_ILM_S4H | Instance Attribute | Responsibility of created ILM Objects (Simplified) | LIKE DTINF_RESP_ILM3S | Private | |
| MT_RESP_TAB_IN_MEMORY | Instance Attribute | Grouping of TC, contained tables and responsibility | LIKE DTINF_TT_RESP_TAB | Private | |
| MT_RESP_TAB_ON_DB | Instance Attribute | Grouping of TC, contained tables and responsibility | LIKE DTINF_TT_RESP_TAB | Private | |
| MT_RFC_TABLES | Instance Attribute | GSS: Table Type for GSS_S_SEARCH_AREA | LIKE DTINF_TT_GSS_SEARCH_AREA | Private | |
| MT_SCANNED_TABLE_UTIL | Instance Attribute | Tabname table with structure | LIKE DTINF_TT_TABNAME_STRUCT | Private | |
| MT_SUCCESS_LIST | Instance Attribute | Table of ILM Objects for which model was generated | LIKE DTINF_TT_ILM_OBJ | Private | |
| MT_TABLES_FIELDS | Instance Attribute | LIKE DTINF_TT_TABLES | Public | ||
| MT_TC_FIELDS_IN_MEMORY | Instance Attribute | TC field links | LIKE DTINF_TT_TC_FIELDS | Private | |
| MT_TC_FIELDS_ON_DB | Instance Attribute | Table of TC field links | LIKE DTINF_TT_TC_FIELDS | Private | |
| MT_TC_INFOT_IN_MEMORY | Instance Attribute | Language specific information on TC | LIKE DTINF_TT_TC_INFOT | Private | |
| MT_TC_INFOT_ON_DB | Instance Attribute | Language specific information on TC | LIKE DTINF_TT_TC_INFOT | Private | |
| MT_TC_INFO_IN_MEMORY | Instance Attribute | Information on TCs in memory | LIKE DTINF_TT_TC_INFO | Private | |
| MT_TC_INFO_ON_DB | Instance Attribute | Information on TCs on DB | LIKE DTINF_TT_TC_INFO | Private | |
| MT_TC_INFO_TEXT | Instance Attribute | Language specific information on TC | LIKE DTINF_TT_TC_INFOT | Private | |
| MT_TC_INFO_TEXT_DB | Instance Attribute | Language specific information on TC | LIKE MT_TC_INFO_TEXT | Private | |
| MT_TC_LINKS_IN_MEMORY | Instance Attribute | Table of Table Cluster Links | LIKE DTINF_TT_TC_LINK | Private | |
| MT_TC_LINKS_ON_DB | Instance Attribute | Table of Table Cluster Links | LIKE DTINF_TT_TC_LINK | Private | |
| MT_TC_MODEL_IN_MEMORY | Instance Attribute | Table of Table Cluster data | LIKE DTINF_TT_TC_MODEL | Private | |
| MT_TC_MODEL_ON_DB | Instance Attribute | Table of Table Cluster data | LIKE DTINF_TT_TC_MODEL | Private | |
| MT_TC_ORDER_IN_MEMORY | Instance Attribute | Table type of TC order for data collection | LIKE DTINF_TT_TC_ORDER | Private | |
| MT_TC_ORDER_ON_DB | Instance Attribute | Table type of TC order for data collection | LIKE DTINF_TT_TC_ORDER | Private | |
| MT_TC_TABLES_IN_MEMORY | Instance Attribute | TC table links | LIKE DTINF_TT_TC_TABLES | Private | |
| MT_TC_TABLES_ON_DB | Instance Attribute | TC table links | LIKE DTINF_TT_TC_TABLES | Private | |
| MT_TEMP_HASH | Instance Attribute | Temporary hash table | LIKE DTINF_TT_HASH | Private | |
| MT_TEMP_RFC_TABLES | Instance Attribute | GSS: Table Type for GSS_S_SEARCH_AREA | LIKE GSS_T_SEARCH_AREA | Private | |
| MT_TEMP_RFC_TRANSFER | Instance Attribute | GSS: Transferstructure for RFC-Calls of Content | LIKE DTINF_TT_TRANSFER_GSS | Private | |
| MT_TEMP_RFC_TRANSFER_INTEL | Instance Attribute | Transfer structure for RFC-Calls of Content | LIKE DTINF_TT_TRANSFER | Private | |
| MT_TRANSPORTED_RESP_ID | Instance Attribute | obsolete | LIKE DTINF_RESP_TRANS | Private | |
| MT_TRANSPORTED_TC_ID | Instance Attribute | obsolete | LIKE DTINF_TC_TRANS | Private | |
| MV_BOUNDARY | Instance Attribute | Boolean Variable (X=True, -=False, Space=Unknown) | LIKE BOOLEAN | Private | |
| MV_BOUNDARY_CHECKED | Instance Attribute | Boolean Variable (X=True, -=False, Space=Unknown) | LIKE BOOLEAN | Private | |
| MV_BP_PROCESS_FATHER_TABLE | Instance Attribute | During PROCESS method, break-point if table matches | LIKE STRING | Private | |
| MV_BP_PROCESS_SON_TABLE | Instance Attribute | During PROCESS method, break-point if table matches | LIKE STRING | Private | |
| MV_CLUSTER_INDEX | Instance Attribute | Cluster Index | LIKE CHAR20 | Private | |
| MV_CORRECTION_REQUEST | Instance Attribute | Request/Task | LIKE TRKORR | Private | |
| MV_CURRENT_TASK_ID | Instance Attribute | Current Task ID in use | LIKE SYSUUID_C32 | Private | |
| MV_DB_CORR_REP | Instance Attribute | Database table for correction report info | LIKE STRING | Private | |
| MV_DB_CORR_REP_LOG | Instance Attribute | IRF Correction reports from SAP installed on system | LIKE STRING | Private | |
| MV_DTINF_BCSET | Instance Attribute | LIKE STRING | Private | ||
| MV_FIELDNAME_LOOKUP_ID | Instance Attribute | 4 Byte Signed Integer | 0 | LIKE INT4 | Private |
| MV_FIELDVALUE_LOOKUP_ID | Instance Attribute | 4 Byte Signed Integer | 0 | LIKE INT4 | Private |
| MV_HIERARCHY_COUNTER | Instance Attribute | Hierarchy counter | LIKE INT4 | Private | |
| MV_ID_HASHTYPE_TC_FIELDS | Instance Attribute | 'TC_FIELDS' | LIKE STRING | Private | |
| MV_ID_HASHTYPE_TC_TABLES | Instance Attribute | 'TC_TABLES' | LIKE STRING | Private | |
| MV_ILMOBJ_OF_PURPOSE | Instance Attribute | ` | 'DTINF_PURPILM' | LIKE STRING | Private |
| MV_IMPORT_HASH | Instance Attribute | LIKE STRING | Private | ||
| MV_IMPORT_ILM_MODEL | Instance Attribute | LIKE STRING | Private | ||
| MV_IMPORT_MODE_ENABLED | Instance Attribute | Boolean Variable (X=True, -=False, Space=Unknown) | LIKE BOOLEAN | Private | |
| MV_IMPORT_RESP_APPL | Instance Attribute | LIKE STRING | Private | ||
| MV_IMPORT_RESP_ILM | Instance Attribute | LIKE STRING | Private | ||
| MV_IMPORT_RESP_TAB | Instance Attribute | LIKE STRING | Private | ||
| MV_IMPORT_TC_FIELDS | Instance Attribute | LIKE STRING | Private | ||
| MV_IMPORT_TC_INFO | Instance Attribute | LIKE STRING | Private | ||
| MV_IMPORT_TC_INFO_TEXT | Instance Attribute | LIKE STRING | Private | ||
| MV_IMPORT_TC_TABLES | Instance Attribute | LIKE STRING | Private | ||
| MV_IS_STATELESS | Instance Attribute | Session is stateless | LIKE BOOLEAN | Private | |
| MV_LOCKED_LOCKING_TABLE | Instance Attribute | Boolean Variable (X=True, -=False, Space=Unknown) | LIKE BOOLEAN | Private | |
| MV_LOCKED_PURPOSE | Instance Attribute | Locked purpose | LIKE DTINF_PURPOSE_ID | Private | |
| MV_LOCKED_TC | Instance Attribute | Locked Table Cluster | LIKE DTINF_TC_ID | Private | |
| MV_LOCKED_UPDATE_STATE | Instance Attribute | Update status | LIKE DTINF_UPDATE_STATE | Private | |
| MV_LOCKING_USER | Instance Attribute | User locking data | LIKE UNAME | Private | |
| MV_LOCK_REQUESTED | Instance Attribute | Attempted lock description | LIKE CHAR20 | Private | |
| MV_LOG_DETAIL | Instance Attribute | Detail log | '2' | LIKE BAL_S_MSG-DETLEVEL | Public |
| MV_LOG_SUMMARY | Instance Attribute | Summary log | '1' | LIKE BAL_S_MSG-DETLEVEL | Public |
| MV_MAX_DTINF_TC_ID | Instance Attribute | Counter for TC ID (here: number) | LIKE INT4 | Private | |
| MV_MAX_RESP_APPL_ID | Instance Attribute | Responsibility ID | LIKE DTINF_RESP_ID | Private | |
| MV_METHOD_CONSTANT | Constant | Generic Table Browser: Method | 'CONSTANT' | LIKE GTB_METHOD | Private |
| MV_METHOD_REFERENCE | Constant | Generic Table Browser: Method | 'REFERENCE' | LIKE GTB_METHOD | Private |
| MV_MIN_STRING_LENGTH | Instance Attribute | Minimum string length of a field | 4 | LIKE I | Private |
| MV_MODEL_LOCKED | Static Attribute | Lock on DTINF_MODEL is set | LIKE BOOLEAN | Private | |
| MV_PURPOSE_CALL | Instance Attribute | Set if called from the purpose transaction | LIKE BOOLEAN | Private | |
| MV_PURPOSE_HASH | Instance Attribute | Purpose table name used for GSS | LIKE STRING | Private | |
| MV_PURPOSE_ILM_OBJECT | Instance Attribute | LIKE STRING | Private | ||
| MV_REMOTE_TASKS | Static Attribute | Runtime parameter for MT_REMOTE_TASKS | LIKE STRING | Private | |
| MV_REMOTE_TASK_DATA | Static Attribute | Runtime parameter for MT_REMOTE_TASK_DATA | LIKE STRING | Private | |
| MV_RESP_ILM | Instance Attribute | LIKE STRING | Private | ||
| MV_SAP_MODEL_BADIS | Instance Attribute | Boolean Variable (X=True, -=False, Space=Unknown) | LIKE BOOLEAN | Public | |
| MV_SESSION_GUID | Instance Attribute | 16 Byte UUID in 16 Bytes (Raw Format) | LIKE SYSUUID_X16 | Private | |
| MV_SOBJ_NAME | Instance Attribute | Object Name in Object Directory | LIKE SOBJ_NAME | Private | |
| MV_SOBJ_NAME_SYNC | Instance Attribute | SOBJ in case of sync to Cloud tables | LIKE SOBJ_NAME | Private | |
| MV_SWITCH_BCSET_ENABLED | Instance Attribute | Boolean Variable (X=True, -=False, Space=Unknown) | LIKE BOOLEAN | Private | |
| MV_SYSTEM_IS_S4H | Instance Attribute | System is an S4H system | LIKE BOOLEAN | Private | |
| MV_TABNAME_LOOKUP_ID | Instance Attribute | 4 Byte Signed Integer | 0 | LIKE INT4 | Private |
| MV_TEMP_RFC_COMPLETED | Instance Attribute | Boolean Variable (X=True, -=False, Space=Unknown) | LIKE BOOLEAN | Private | |
| MV_TRANSPORT_TARGET | Instance Attribute | Transport target for corrections | LIKE TR_TARGET | Private | |
| MV_USERNAME | Instance Attribute | ABAP System Field: Name of Current User | LIKE SYST_UNAME | Private | |
| MV_USE_CORR_REPORT | Instance Attribute | Use correction report | LIKE BOOLEAN | Private | |
| MV_USE_RULE_GENERATOR | Instance Attribute | Use Rule Generator for purposes | LIKE BOOLEAN | Private |
DTINF_CL_INFORMATION types
DTINF_TT_TABLES -TY_DTINF_TABLES -
Links to Related Class(s)
DTINF_CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects