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 NameDescriptionVisability
ADAPT_MODELSCopy model data to the DTINF_ILM_MODEL tablesPublic
CALL METHOD dtinf_if_information=>ADAPT_MODELS...more details

ADD_COLLECTOR_TO_PURPOSEAssign collectors to PurposePublic
CALL METHOD dtinf_if_information=>ADD_COLLECTOR_TO_PURPOSE...more details

ADD_FILTER_TO_PURPOSEAdd filters to purposePublic
CALL METHOD dtinf_if_information=>ADD_FILTER_TO_PURPOSE...more details

ADD_FM_TO_MODELAdd function module to modelPublic
CALL METHOD dtinf_if_information=>ADD_FM_TO_MODEL...more details

ADD_LINKAdd a link between two tablesPublic
CALL METHOD dtinf_if_information=>ADD_LINK...more details

ADD_MESSAGE_LOGAdd messages to Application logsPublic
CALL METHOD dtinf_if_information=>ADD_MESSAGE_LOG...more details

ADD_SPECIAL_LINKAdd special link to the modelPublic
CALL METHOD dtinf_if_information=>ADD_SPECIAL_LINK...more details

ADD_TC_TO_MODELAdd a TC to the modelPublic
CALL METHOD dtinf_if_information=>ADD_TC_TO_MODEL...more details

ADD_TC_TO_PURPOSEAdd a Table Cluster to a purposePublic
CALL METHOD dtinf_if_information=>ADD_TC_TO_PURPOSE...more details

ADJUST_DLVUNITAdjust the DLVUNIT for responsibility tablesPublic
CALL METHOD dtinf_if_information=>ADJUST_DLVUNIT...more details

ASSIGN_ILM_TO_PURPOSEAssign ILM object to a purposePublic
CALL METHOD dtinf_if_information=>ASSIGN_ILM_TO_PURPOSE...more details

ASSIGN_TABLE_TO_TCAssing a table to a TCPublic
CALL METHOD dtinf_if_information=>ASSIGN_TABLE_TO_TC...more details

CHECK_BCSET_ENABLEDobsoletePublic
CALL METHOD dtinf_if_information=>CHECK_BCSET_ENABLED...more details

CHECK_BF_SWITCH_ENABLEDCheck if the specified BF Switch is enabledPublic
CALL METHOD dtinf_if_information=>CHECK_BF_SWITCH_ENABLED...more details

CHECK_BOUNDARYCheck if the models are completely adaptedPublic
CALL METHOD dtinf_if_information=>CHECK_BOUNDARY...more details

CHECK_DATA_LOCKSCheck and remove stray data locksPublic
CALL METHOD dtinf_if_information=>CHECK_DATA_LOCKS...more details

CHECK_DLVUNIT_CHANGEABILITYCheck if Software Component may be changed on this systemPublic
CALL METHOD dtinf_if_information=>CHECK_DLVUNIT_CHANGEABILITY...more details

CHECK_MODEL_EXISTSChecks if model already exists in IRF DBPublic
CALL METHOD dtinf_if_information=>CHECK_MODEL_EXISTS...more details

CHECK_REPORT_INTEGRITYCheck correction report integrityPublic
CALL METHOD dtinf_if_information=>CHECK_REPORT_INTEGRITY...more details

CHECK_REPORT_PREREQUISITESPublic
CALL METHOD dtinf_if_information=>CHECK_REPORT_PREREQUISITES...more details

CHECK_TABLE_EXISTENCECheck existence of table is the systemPublic
CALL METHOD dtinf_if_information=>CHECK_TABLE_EXISTENCE...more details

CHECK_TC_EXISTSCheck if a TC exist in memory or on databasePublic
CALL METHOD dtinf_if_information=>CHECK_TC_EXISTS...more details

CHECK_TC_SHAREDChecks if TC is shared across modelsPublic
CALL METHOD dtinf_if_information=>CHECK_TC_SHARED...more details

CONVERT_INPUT_FOR_TABLEConvert input to format required for database fieldPublic
CALL METHOD dtinf_if_information=>CONVERT_INPUT_FOR_TABLE...more details

CREATE_HASH_PURPOSECreate hash for a purposePublic
CALL METHOD dtinf_if_information=>CREATE_HASH_PURPOSE...more details

CREATE_PURPOSECreate or update a purpose and the language textPublic
CALL METHOD dtinf_if_information=>CREATE_PURPOSE...more details

CREATE_PURPOSE_TC_ENTRYCreate association between purpose and TCPublic
CALL METHOD dtinf_if_information=>CREATE_PURPOSE_TC_ENTRY...more details

CREATE_SPECIFIC_TC_MODELCreate TC model from initial database model based on a TC IDPublic
CALL METHOD dtinf_if_information=>CREATE_SPECIFIC_TC_MODEL...more details

CREATE_TCCreate TC based on ILM ObjectsPublic
CALL METHOD dtinf_if_information=>CREATE_TC...more details

CREATE_TC_ENTRY_POINTCreate entry points for Table ClusterPublic
CALL METHOD dtinf_if_information=>CREATE_TC_ENTRY_POINT...more details

DELETE_CLUSTER_INDEXDelete data from Index TablePublic
CALL METHOD dtinf_if_information=>DELETE_CLUSTER_INDEX...more details

DETERMINE_DB_FIELD_UTILIZATIONDetermine fields of tables filled, empty, domainPublic
CALL METHOD dtinf_if_information=>DETERMINE_DB_FIELD_UTILIZATION...more details

DO_CONVERT_INTELLIGIBLE_OUTPUTConvert system data to intelligible outputPublic
CALL METHOD dtinf_if_information=>DO_CONVERT_INTELLIGIBLE_OUTPUT...more details

DO_GET_CI_RFC_STATEDetermine RFC functionality from remote to CIPublic
CALL METHOD dtinf_if_information=>DO_GET_CI_RFC_STATE...more details

DO_VERIFY_RFC_INFRASTRUCTUREVerify integrity of defined RFC infrastructurePublic
CALL METHOD dtinf_if_information=>DO_VERIFY_RFC_INFRASTRUCTURE...more details

ENABLE_EDIT_MODEEnabled Edit modePublic
CALL METHOD dtinf_if_information=>ENABLE_EDIT_MODE...more details

ENABLE_IMPORT_MODEEnable import mode for SAP configurationsPublic
CALL METHOD dtinf_if_information=>ENABLE_IMPORT_MODE...more details

ENABLE_LOCKLock Purposes for TCs & TCs currently being edited in UIPublic
CALL METHOD dtinf_if_information=>ENABLE_LOCK...more details

ENFORCE_MODEL_BOUNDARYDecide to proceed with the transaction based on model adaptPublic
CALL METHOD dtinf_if_information=>ENFORCE_MODEL_BOUNDARY...more details

EXPORT_TO_FILEExport model to filePublic
CALL METHOD dtinf_if_information=>EXPORT_TO_FILE...more details

FILL_LINK_TYPEUsed in Adjust Model to return the link type to be deletedPublic
CALL METHOD dtinf_if_information=>FILL_LINK_TYPE...more details

GENERATE_ALL_PURP_MODELSChecks whether to update the purpose and modelsPublic
CALL METHOD dtinf_if_information=>GENERATE_ALL_PURP_MODELS...more details

GET_ALL_ILM_OBJECTSGet all ILM Objects on the systemPublic
CALL METHOD dtinf_if_information=>GET_ALL_ILM_OBJECTS...more details

GET_ALL_PURPOSESGet all purposesPublic
CALL METHOD dtinf_if_information=>GET_ALL_PURPOSES...more details

GET_ALL_TC_DATAGet all TC and links stored in the systemPublic
CALL METHOD dtinf_if_information=>GET_ALL_TC_DATA...more details

GET_AVAILABLE_RESP_APPLGet available responsibilities for e.g. appl. comp.Public
CALL METHOD dtinf_if_information=>GET_AVAILABLE_RESP_APPL...more details

GET_AVAILABLE_RESP_FOR_IMPORTGet available responsibilities for importPublic
CALL METHOD dtinf_if_information=>GET_AVAILABLE_RESP_FOR_IMPORT...more details

GET_AVAILABLE_RESP_TABGet available responsibilities for TC and tablesPublic
CALL METHOD dtinf_if_information=>GET_AVAILABLE_RESP_TAB...more details

GET_AVAILABLE_TCGet available TCsPublic
CALL METHOD dtinf_if_information=>GET_AVAILABLE_TC...more details

GET_CHANGEABLE_COMPONENTSGet changeable Software ComponentsPublic
CALL METHOD dtinf_if_information=>GET_CHANGEABLE_COMPONENTS...more details

GET_CORR_REQ_FROM_USERGet correction request from userPublic
CALL METHOD dtinf_if_information=>GET_CORR_REQ_FROM_USER...more details

GET_DATARetrieve the model for the applicationPublic
CALL METHOD dtinf_if_information=>GET_DATA...more details

GET_DB_FIELD_UTILIZATIONGet field utilization from databasePublic
CALL METHOD dtinf_if_information=>GET_DB_FIELD_UTILIZATION...more details

GET_ERRORGet error message text and typePublic
CALL METHOD dtinf_if_information=>GET_ERROR...more details

GET_FIELDS_FOR_PURPOSEGet tables and fields relevant for a purposePublic
CALL METHOD dtinf_if_information=>GET_FIELDS_FOR_PURPOSE...more details

GET_GSS_CLUSTER_ORDERGet cluster order for GSS at runtimePublic
CALL METHOD dtinf_if_information=>GET_GSS_CLUSTER_ORDER...more details

GET_GSS_DATAGet data collected by GSSPublic
CALL METHOD dtinf_if_information=>GET_GSS_DATA...more details

GET_GSS_TABLES_FIELDSGet tables and fields for GSS at runtimePublic
CALL METHOD dtinf_if_information=>GET_GSS_TABLES_FIELDS...more details

GET_IDS_LOOKUPPublic
CALL METHOD dtinf_if_information=>GET_IDS_LOOKUP...more details

GET_ID_LOOKUP_FIELDNAMEPublic
CALL METHOD dtinf_if_information=>GET_ID_LOOKUP_FIELDNAME...more details

GET_ID_LOOKUP_FIELDVALUEPublic
CALL METHOD dtinf_if_information=>GET_ID_LOOKUP_FIELDVALUE...more details

GET_ID_LOOKUP_HIERARCHYPublic
CALL METHOD dtinf_if_information=>GET_ID_LOOKUP_HIERARCHY...more details

GET_ID_LOOKUP_TABNAMEPublic
CALL METHOD dtinf_if_information=>GET_ID_LOOKUP_TABNAME...more details

GET_ILM_FOR_PURPOSEDetermine ILM objects used by a purposePublic
CALL METHOD dtinf_if_information=>GET_ILM_FOR_PURPOSE...more details

GET_ILM_HASHGet the hash value for an ILM ObjectPublic
CALL METHOD dtinf_if_information=>GET_ILM_HASH...more details

GET_ILM_OBJECT_FIELDSGet ILM object fields for test IRF BAdIPublic
CALL METHOD dtinf_if_information=>GET_ILM_OBJECT_FIELDS...more details

GET_ILM_OBJECT_TABLESGet all tables associated to an ILM objectPublic
CALL METHOD dtinf_if_information=>GET_ILM_OBJECT_TABLES...more details

GET_INSTANCE_IDGet System IDPublic
CALL METHOD dtinf_if_information=>GET_INSTANCE_ID...more details

GET_INSTID_FROM_RFCDESTGet instid and client for given RFC destinationPublic
CALL METHOD dtinf_if_information=>GET_INSTID_FROM_RFCDEST...more details

GET_IN_MEMORY_DATAGet data from index tablesPublic
CALL METHOD dtinf_if_information=>GET_IN_MEMORY_DATA...more details

GET_LOCK_ERRORGet the error for failed locksPublic
CALL METHOD dtinf_if_information=>GET_LOCK_ERROR...more details

GET_MODEL_DETAILSGet the model details in new behaviorPublic
CALL METHOD dtinf_if_information=>GET_MODEL_DETAILS...more details

GET_MODEL_FOR_BOUNDARY_FILTERSGets boundary based model with filters for GaliliePublic
CALL METHOD dtinf_if_information=>GET_MODEL_FOR_BOUNDARY_FILTERS...more details

GET_MODEL_FROM_ILM_GALILEICreate model for entered ILM objectPublic
CALL METHOD dtinf_if_information=>GET_MODEL_FROM_ILM_GALILEI...more details

GET_MODEL_FROM_TCGet data model based on a TCPublic
CALL METHOD dtinf_if_information=>GET_MODEL_FROM_TC...more details

GET_NAMES_DATABASE_TABLEGet the names of the database tables usedPublic
CALL METHOD dtinf_if_information=>GET_NAMES_DATABASE_TABLE...more details

GET_PURPOSESPurposes stored in DTINF tablesPublic
CALL METHOD dtinf_if_information=>GET_PURPOSES...more details

GET_REMOTE_TASKReturn Task specific data on a remote systemPublic
CALL METHOD dtinf_if_information=>GET_REMOTE_TASK...more details

GET_REMOTE_TASK_DATAReturn specific Task Data on a remote systemPublic
CALL METHOD dtinf_if_information=>GET_REMOTE_TASK_DATA...more details

GET_RULE_GEN_DATARetrieve Rule Generator purposes and ILM ObjectsPublic
CALL METHOD dtinf_if_information=>GET_RULE_GEN_DATA...more details

GET_SESSION_DATAGet data on current sessionPublic
CALL METHOD dtinf_if_information=>GET_SESSION_DATA...more details

GET_SWITCH_ID_FROM_USERGet the Switch ID for Switch BC SetPublic
CALL METHOD dtinf_if_information=>GET_SWITCH_ID_FROM_USER...more details

GET_TABLE_FIELDSGet all fields of a DB tablePublic
CALL METHOD dtinf_if_information=>GET_TABLE_FIELDS...more details

GET_TABLE_FIELD_LINKSGet fields linking two tablesPublic
CALL METHOD dtinf_if_information=>GET_TABLE_FIELD_LINKS...more details

GET_TABLE_HASHGet the hash value for a database tablePublic
CALL METHOD dtinf_if_information=>GET_TABLE_HASH...more details

GET_TABLE_LISTGets table list for Galilie based on filtersPublic
CALL METHOD dtinf_if_information=>GET_TABLE_LIST...more details

GET_TCRetrieve a Table ClusterPublic
CALL METHOD dtinf_if_information=>GET_TC...more details

GET_TC_FOR_APPL_COMPGet the TC for a given appl. comp.Public
CALL METHOD dtinf_if_information=>GET_TC_FOR_APPL_COMP...more details

GET_TC_FOR_PURPOSEGet the TC for a given purposePublic
CALL METHOD dtinf_if_information=>GET_TC_FOR_PURPOSE...more details

GET_TC_FOR_RESPGet the TC for a given responsibilityPublic
CALL METHOD dtinf_if_information=>GET_TC_FOR_RESP...more details

GET_TC_FOR_TABLESGet the TC which contain given tablePublic
CALL METHOD dtinf_if_information=>GET_TC_FOR_TABLES...more details

GET_TC_FROM_ILM_MODELGet the TC for the ILM objects from the modelPublic
CALL METHOD dtinf_if_information=>GET_TC_FROM_ILM_MODEL...more details

GET_TC_LINKSRetrieve links to and from a Table ClusterPublic
CALL METHOD dtinf_if_information=>GET_TC_LINKS...more details

GET_UNIQUE_TC_TABLESGet unique tables used by a Table ClusterPublic
CALL METHOD dtinf_if_information=>GET_UNIQUE_TC_TABLES...more details

GET_USED_ILM_OBJECTSGet the ILM objects which were used to create the modelPublic
CALL METHOD dtinf_if_information=>GET_USED_ILM_OBJECTS...more details

GET_USE_RULE_GENERATORShall the Rule Generator be used or notPublic
CALL METHOD dtinf_if_information=>GET_USE_RULE_GENERATOR...more details

GET_VALUE_LOOKUPPublic
CALL METHOD dtinf_if_information=>GET_VALUE_LOOKUP...more details

IMPORT_FROM_FILEImport model from filePublic
CALL METHOD dtinf_if_information=>IMPORT_FROM_FILE...more details

IMPORT_RESP_TO_CLOUD_TABLESImport non-cloud specific tables to cloud tablesPublic
CALL METHOD dtinf_if_information=>IMPORT_RESP_TO_CLOUD_TABLES...more details

IMPORT_SAP_TABLESImport SAP tables into Customer tablesPublic
CALL METHOD dtinf_if_information=>IMPORT_SAP_TABLES...more details

IMPORT_TC_MODELImport a TC model from the CIPublic
CALL METHOD dtinf_if_information=>IMPORT_TC_MODEL...more details

IMPORT_TRImports all the model entries from a TRPublic
CALL METHOD dtinf_if_information=>IMPORT_TR...more details

INIT_LOGInitialize Application loggingPublic
CALL METHOD dtinf_if_information=>INIT_LOG...more details

LOCK_PROCESSING_OF_ILM_OBJECTLock the processing of ILM ObjectPublic
CALL METHOD dtinf_if_information=>LOCK_PROCESSING_OF_ILM_OBJECT...more details

LOCK_PROCESSING_OF_MODELLock the processing of the data modelPublic
CALL METHOD dtinf_if_information=>LOCK_PROCESSING_OF_MODEL...more details

LOCK_PROCESSING_OF_PURPOSELock the processing of a purposePublic
CALL METHOD dtinf_if_information=>LOCK_PROCESSING_OF_PURPOSE...more details

LOCK_PROCESSING_OF_RESPLock the processing of a responsibilityPublic
CALL METHOD dtinf_if_information=>LOCK_PROCESSING_OF_RESP...more details

LOCK_PROCESSING_OF_TASKSLock the processing of tasksPublic
CALL METHOD dtinf_if_information=>LOCK_PROCESSING_OF_TASKS...more details

LOCK_PROCESSING_OF_TCLock the processing of Table ClusterPublic
CALL METHOD dtinf_if_information=>LOCK_PROCESSING_OF_TC...more details

LOCK_UPDATELock the processing for update and replicationPublic
CALL METHOD dtinf_if_information=>LOCK_UPDATE...more details

MERGE_RESPONSIBILITYMerge two responsibilitiesPublic
CALL METHOD dtinf_if_information=>MERGE_RESPONSIBILITY...more details

MERGE_TCCreate a (merged) Table ClusterPublic
CALL METHOD dtinf_if_information=>MERGE_TC...more details

MOVE_TABLE_TO_TCMove tables to different TCsPublic
CALL METHOD dtinf_if_information=>MOVE_TABLE_TO_TC...more details

REFRESH_MODELSRefresh all ILM Models from Customer NamespacePublic
CALL METHOD dtinf_if_information=>REFRESH_MODELS...more details

REMOVE_ALL_LINK_TYPESUsed in Adjust Model to delete Final, Const & Reference LinkPublic
CALL METHOD dtinf_if_information=>REMOVE_ALL_LINK_TYPES...more details

REMOVE_COLLECTOR_FROM_PURPOSERemove collector assignment from the PurposePublic
CALL METHOD dtinf_if_information=>REMOVE_COLLECTOR_FROM_PURPOSE...more details

REMOVE_DELETED_LINKSRemove logically deleted links from a TCPublic
CALL METHOD dtinf_if_information=>REMOVE_DELETED_LINKS...more details

REMOVE_EMPTY_TABLESRemove tables which have no content on the DBPublic
CALL METHOD dtinf_if_information=>REMOVE_EMPTY_TABLES...more details

REMOVE_FIELDRemove a field from a table in the Table ClusterPublic
CALL METHOD dtinf_if_information=>REMOVE_FIELD...more details

REMOVE_FILTER_FROM_PURPOSERemove a filter from purposePublic
CALL METHOD dtinf_if_information=>REMOVE_FILTER_FROM_PURPOSE...more details

REMOVE_FM_FROM_MODELRemove function module from modelPublic
CALL METHOD dtinf_if_information=>REMOVE_FM_FROM_MODEL...more details

REMOVE_ILM_MODELRemove ILM model based on objectsPublic
CALL METHOD dtinf_if_information=>REMOVE_ILM_MODEL...more details

REMOVE_LINKRemove a link from the Table ClusterPublic
CALL METHOD dtinf_if_information=>REMOVE_LINK...more details

REMOVE_PURPOSERemove purposePublic
CALL METHOD dtinf_if_information=>REMOVE_PURPOSE...more details

REMOVE_PURPOSE_TCRemove purpose & TC combinationPublic
CALL METHOD dtinf_if_information=>REMOVE_PURPOSE_TC...more details

REMOVE_TABLERemove a tablePublic
CALL METHOD dtinf_if_information=>REMOVE_TABLE...more details

REMOVE_TCRemove a TCPublic
CALL METHOD dtinf_if_information=>REMOVE_TC...more details

REMOVE_USER_SESSIONPublic
CALL METHOD dtinf_if_information=>REMOVE_USER_SESSION...more details

RENAME_TCRename (or merge into) a TCPublic
CALL METHOD dtinf_if_information=>RENAME_TC...more details

RESET_IN_MEMORY_DATAClear internally stored dataPublic
CALL METHOD dtinf_if_information=>RESET_IN_MEMORY_DATA...more details

RESET_MODELReset database modelPublic
CALL METHOD dtinf_if_information=>RESET_MODEL...more details

REVERT_DB_IN_ORDERUndo DB tables based on a specified orderPublic
CALL METHOD dtinf_if_information=>REVERT_DB_IN_ORDER...more details

SAVE_LOGSave Application logsPublic
CALL METHOD dtinf_if_information=>SAVE_LOG...more details

SAVE_MODEL_ON_DBSave the model on the databasePublic
CALL METHOD dtinf_if_information=>SAVE_MODEL_ON_DB...more details

SET_IGNORE_TRANSPORTSet ignore transports flagPublic
CALL METHOD dtinf_if_information=>SET_IGNORE_TRANSPORT...more details

SET_IN_MEMORY_DATASet data in index tablesPublic
CALL METHOD dtinf_if_information=>SET_IN_MEMORY_DATA...more details

SET_LOCKING_USERNAMEUpdates Locking User NamePublic
CALL METHOD dtinf_if_information=>SET_LOCKING_USERNAME...more details

SET_REMOTE_TASK_STATESet status of a rtask on remote systemPublic
CALL METHOD dtinf_if_information=>SET_REMOTE_TASK_STATE...more details

SET_SYSTEM_LANGUAGESet system language to a specific onePublic
CALL METHOD dtinf_if_information=>SET_SYSTEM_LANGUAGE...more details

SHOW_DB_IN_ORDERShow changes done to databasePublic
CALL METHOD dtinf_if_information=>SHOW_DB_IN_ORDER...more details

TC_TO_GSSCreate GSS data entries for specified TC and purposePublic
CALL METHOD dtinf_if_information=>TC_TO_GSS...more details

TRANSPORT_ALL_DATATransport all dataPublic
CALL METHOD dtinf_if_information=>TRANSPORT_ALL_DATA...more details

TRIGGER_UPDATE_PURPOSETrigger update of a purpose changed by Rule GeneratorPublic
CALL METHOD dtinf_if_information=>TRIGGER_UPDATE_PURPOSE...more details

UI_HEARTBEATTrigger a heartbeatPublic
CALL METHOD dtinf_if_information=>UI_HEARTBEAT...more details

UNDELETE_TABLE_LINKUndelete a link between two tablesPublic
CALL METHOD dtinf_if_information=>UNDELETE_TABLE_LINK...more details

UNDELETE_TCUndelete a TCPublic
CALL METHOD dtinf_if_information=>UNDELETE_TC...more details

UNLOCK_ALL_SESSION_LOCKSUnlock all locks held by sessionPublic
CALL METHOD dtinf_if_information=>UNLOCK_ALL_SESSION_LOCKS...more details

UNLOCK_PROCESSING_OF_ILM_OBJUnlock processing of ILM ObjectPublic
CALL METHOD dtinf_if_information=>UNLOCK_PROCESSING_OF_ILM_OBJ...more details

UNLOCK_PROCESSING_OF_MODELUnlock processing of the data modelPublic
CALL METHOD dtinf_if_information=>UNLOCK_PROCESSING_OF_MODEL...more details

UNLOCK_PROCESSING_OF_PURPOSEUnlock processing of a purposePublic
CALL METHOD dtinf_if_information=>UNLOCK_PROCESSING_OF_PURPOSE...more details

UNLOCK_PROCESSING_OF_RESPUnlock processing of a responsibilityPublic
CALL METHOD dtinf_if_information=>UNLOCK_PROCESSING_OF_RESP...more details

UNLOCK_PROCESSING_OF_TASKSUnlock processing of tasksPublic
CALL METHOD dtinf_if_information=>UNLOCK_PROCESSING_OF_TASKS...more details

UNLOCK_PROCESSING_OF_TCUnlock processing of Table ClusterPublic
CALL METHOD dtinf_if_information=>UNLOCK_PROCESSING_OF_TC...more details

UNLOCK_UPDATEUnlock processing for update and replicationPublic
CALL METHOD dtinf_if_information=>UNLOCK_UPDATE...more details

UPDATE_DB_IN_ORDERUpdate DB tables based on a specified orderPublic
CALL METHOD dtinf_if_information=>UPDATE_DB_IN_ORDER...more details

UPDATE_ILM_MODEL_LINKSUpdates links in ilm_model memoryPublic
CALL METHOD dtinf_if_information=>UPDATE_ILM_MODEL_LINKS...more details

UPDATE_PURPOSES_FROM_RULE_GENUpdate purpose tables based on Rule Gen. dataPublic
CALL METHOD dtinf_if_information=>UPDATE_PURPOSES_FROM_RULE_GEN...more details

UPDATE_PURPOSE_TABLESUpdate purpose related tablesPublic
CALL METHOD dtinf_if_information=>UPDATE_PURPOSE_TABLES...more details

UPDATE_TC_FROM_MODELCreate/update TC tables based on initial database modelPublic
CALL METHOD dtinf_if_information=>UPDATE_TC_FROM_MODEL...more details

UPDATE_TC_TEXTUpdate TC specific title and descriptionPublic
CALL METHOD dtinf_if_information=>UPDATE_TC_TEXT...more details

USE_SAP_MODEL_BADISChecks if SAP Modeling BAdIs should be considered or notPublic
CALL METHOD dtinf_if_information=>USE_SAP_MODEL_BADIS...more details

VERIFY_MODEL_VS_ILM_OBJECTVerify the model result against expected result of ILM ObjecPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
MT_DATA_LOCKInstance AttributeLocking of data (client independent)LIKE
DTINF_DATA_LOCK3
Public
MT_DATA_LOCK_CUSTInstance AttributeLocking of dataLIKE
DTINF_DATA_LOCK
Public
MT_DATA_LOCK_S4HInstance AttributeLocking of data (client independent)LIKE
DTINF_DATA_LOCK3
Public
MT_DOMAINInstance AttributePurpose & TC relevant domains and valuesLIKE
DTINF_DOMAIN
Public
MT_DOMAIN_CUSTInstance AttributePurpose & TC relevant domains and values (customer)LIKE
DTINF_DOMAIN_C
Public
MT_DOMAIN_TEXTInstance AttributeDomain value specific textLIKE
DTINF_DOMAINT
Public
MT_DOMAIN_TEXT_CUSTInstance AttributeDomain specific textLIKE
DTINF_DOMAINT_C
Public
MT_FULL_DATAInstance AttributeTable for Intelligible outputLIKE
DTINF_TT_INTEL_OUTPUT
Public
MT_HASHInstance AttributeTable of hashesLIKE
DTINF_HASH3
Public
MT_HASH_CUSTInstance AttributeTable of hashes (customer)LIKE
DTINF_HASH_C
Public
MT_HASH_S4HInstance AttributeTable of hashes (SAP delivered for Cloud systems)LIKE
DTINF_HASH3_S
Public
MT_ILM_MODELInstance AttributeModel Details for supporting model boundaryLIKE
DTINF_ILM_MODEL
Public
MT_ILM_MODEL_CUSTInstance AttributeModel Details for supporting model boundaryLIKE
DTINF_ILM_MODELC
Public
MT_ILM_MODEL_S4HInstance AttributeModel Details for supporting model boundaryLIKE
DTINF_ILM_MODELS
Public
MT_MODELInstance AttributeTable storing data model used by Information FrameworkLIKE
DTINF_MODEL3
Public
MT_MODELS_WITH_BADIInstance AttributeList of models generated using SAP BAdIsLIKE
DTINF_T_MODEL_WITH_BADI
Public
MT_MODEL_CUSTInstance AttributeTable storing customer model used by Information FWLIKE
DTINF_MODEL_C
Public
MT_MODEL_S4HInstance AttributeTable storing initial model (for Cloud systems)LIKE
DTINF_MODEL3_S
Public
MT_PURPOSESInstance AttributePurposesLIKE
DTINF_PURP
Public
MT_PURPOSES_CUSTInstance AttributePurposes (customer)LIKE
DTINF_PURP_C
Public
MT_PURPOSES_CUST_TEXTInstance AttributeText table for purposes (customer)LIKE
DTINF_PURPT_C
Public
MT_PURPOSES_TEXTInstance AttributeText table for purposesLIKE
DTINF_PURPT
Public
MT_PURPOSE_TO_FIELDInstance AttributePurpose specific fields of tablesLIKE
DTINF_P2F
Public
MT_PURPOSE_TO_FIELD_CUSTInstance AttributePurpose specific fields of tables (customer)LIKE
DTINF_P2F_C
Public
MT_PURPOSE_TO_FIELD_TEXTInstance AttributePurpose and language specific field values of tablesLIKE
DTINF_P2FT
Public
MT_PURPOSE_TO_FIELD_TEXT_CUSTInstance AttributePurpose and language specific fields of tables (customer)LIKE
DTINF_P2FT_C
Public
MT_PURP_COLLECTORInstance AttributeTable type for Purpose CollectorLIKE
DTINF_PURP_COLTR
Public
MT_PURP_FILTERInstance AttributeFilters for Customer specific PurposesLIKE
DTINF_PURPFILTC
Public
MT_RESP_APPLInstance AttributeGrouping of Application Component and PackageLIKE
DTINF_RESP_APP3
Public
MT_RESP_APPL_CUSTInstance AttributeResponsibility for Application Component and PackageLIKE
DTINF_RESP_APP_C
Public
MT_RESP_APPL_S4HInstance AttributeResponsibility for Application Component and PackageLIKE
DTINF_RESP_APP3S
Public
MT_RESP_TABInstance AttributeGrouping of TC, contained tables and responsibilityLIKE
DTINF_RESP_TAB3
Public
MT_RESP_TAB_CUSTInstance AttributeGrouping of TC, contained tables and responsibilityLIKE
DTINF_RESP_TAB_C
Public
MT_RESP_TAB_S4HInstance AttributeGrouping of TC, contained tables and responsibilityLIKE
DTINF_RESP_TAB3S
Public
MT_RFC_CONNECTIONSInstance AttributeRFC connectionsLIKE
DTINF_RFC_CONN
Public
MT_RFC_STATEInstance AttributeRFC connection state of specific systemLIKE
DTINF_RFC_STATE
Public
MT_SYSTInstance AttributeLanguage specific text for SystemsLIKE
DTINF_SYST
Public
MT_SYSTEM_COMPONENTSInstance AttributeSoftware components installed on a systemLIKE
DTINF_SYS_COMP
Public
MT_SYSTEM_INFOInstance AttributeSystem informationLIKE
DTINF_SYS_INFO
Public
MT_SYSTEM_LISTInstance AttributeInformation on available systemsLIKE
DTINF_SYS
Public
MT_SYST_STATEInstance AttributeInformation about System StateLIKE
DTINF_SYST_STATE
Public
MT_TABLE_USAGEInstance AttributeDatabase usage on fields of tablesLIKE
DTINF_TABLE_USE
Public
MT_TC_FIELDSInstance AttributeTable Clusters: Fields (SAP delivered)LIKE
DTINF_GSS_FLD3
Public
MT_TC_FIELDS_CUSTInstance AttributeTable Clusters: Fields (Customer)LIKE
DTINF_GSS_FLD2_C
Public
MT_TC_FIELDS_S4HInstance AttributeTable Clusters: Fields (SAP delivered for Cloud systems)LIKE
DTINF_GSS_FLD3_S
Public
MT_TC_INFOInstance AttributeSAP defined Table ClustersLIKE
DTINF_TC_INFO3
Public
MT_TC_INFO_CUSTInstance AttributeCustomer defined Table ClustersLIKE
DTINF_TC_INFO2_C
Public
MT_TC_INFO_S4HInstance AttributeSAP defined Table ClustersLIKE
DTINF_TC_INFO3_S
Public
MT_TC_INFO_TEXTInstance AttributeText for SAP defined Table ClustersLIKE
DTINF_TC_INFOT3
Public
MT_TC_INFO_TEXT_CUSTInstance AttributeText for Customer defined Table ClustersLIKE
DTINF_TC_INFOT2C
Public
MT_TC_INFO_TEXT_S4HInstance AttributeText table for DTINF_TC_INFOLIKE
DTINF_TC_INFOT3S
Public
MT_TC_ORDERInstance AttributeSAP delivered purpose / TC combinationLIKE
DTINF_GSS_ORD
Public
MT_TC_ORDER_CUSTInstance AttributeCustomer specific purpose / TC combinationLIKE
DTINF_GSS_ORD_C
Public
MT_TC_ORDER_S4HInstance AttributeSAP delivered purpose / TC combination (for Cloud systems)LIKE
DTINF_GSS_ORD_S
Public
MT_TC_TABLESInstance AttributeTable Clusters: Tables (SAP delivered)LIKE
DTINF_GSS_TABS3
Public
MT_TC_TABLES_CUSTInstance AttributeTable Clusters: Tables (Customer)LIKE
DTINF_GSS_TABS2C
Public
MT_TC_TABLES_S4HInstance AttributeTable Clusters: Tables (SAP delivered for Cloud systems)LIKE
DTINF_GSS_TABS3S
Public
MT_UPDATE_GSSInstance AttributeGSS tables shall be updated with DTINF dataLIKE
DTINF_UPDATE_GSS
Public
MV_ACCEPT_DELETEInstance AttributeBoolean Variable (X=True, -=False, Space=Unknown)LIKE
BOOLEAN
Public
MV_CREATEInstance AttributeBoolean Variable (X=True, -=False, Space=Unknown)LIKE
BOOLEAN
Public
MV_DATA_LOCKInstance AttributeLIKE
STRING
Public
MV_DATA_LOCK_CUSTInstance AttributeLIKE
STRING
Public
MV_DATA_LOCK_S4HInstance AttributeLIKE
STRING
Public
MV_DISPLAY_ACCROSS_ILMInstance AttributeBoolean Variable (X=True, -=False, Space=Unknown)LIKE
BOOLEAN
Public
MV_DOMAINStatic AttributeLIKE
STRING
Public
MV_DOMAIN_CUSTStatic AttributeLIKE
STRING
Public
MV_DOMAIN_TEXTStatic AttributeLIKE
STRING
Public
MV_DOMAIN_TEXT_CUSTStatic AttributeLIKE
STRING
Public
MV_HASHStatic AttributeLIKE
STRING
Public
MV_HASH_CUSTStatic AttributeLIKE
STRING
Public
MV_IGNORE_TRANSPORTInstance AttributeBoolean Variable (X=True, -=False, Space=Unknown)LIKE
BOOLEAN
Public
MV_ILM_MODELStatic AttributeFor dtinf_ilm_model* tablesLIKE
STRING
Public
MV_INCLUDE_BADIInstance AttributeBoolean Variable (X=True, -=False, Space=Unknown)LIKE
BOOLEAN
Public
MV_LOG_OBJECTInstance AttributeFor application loggingLIKE
CL_BAL_LOGOBJ
Public
MV_MODELStatic AttributeLIKE
STRING
Public
MV_MODEL_CUSTStatic AttributeLIKE
STRING
Public
MV_PURPOSESStatic AttributeLIKE
STRING
Public
MV_PURPOSES_CUSTStatic AttributeLIKE
STRING
Public
MV_PURPOSES_TEXTStatic AttributeLIKE
STRING
Public
MV_PURPOSES_TEXT_CUSTStatic AttributeLIKE
STRING
Public
MV_PURPOSE_TO_FIELDStatic AttributeRuntime parameter for MT_PURPOSE_TO_FIELD or _CUSTLIKE
STRING
Public
MV_PURPOSE_TO_FIELD_CUSTStatic AttributeRuntime parameter for MT_PURPOSE_TO_FIELD_CUSTLIKE
STRING
Public
MV_PURPOSE_TO_FIELD_TEXTStatic AttributeRuntime parameter for MT_PURPOSE_TO_FIELD_TEXTLIKE
STRING
Public
MV_PURPOSE_TO_FIELD_TEXT_CUSTStatic AttributeRuntime parameter for MT_PURPOSE_TO_FIELD_C_TLIKE
STRING
Public
MV_PURPOSE_TO_TCStatic AttributeRuntime parameter for MT_PURPOSE_TO_TC or _CUSTLIKE
STRING
Public
MV_PURPOSE_TO_TC_CUSTStatic AttributeRuntime parameter for MT_PURPOSE_TO_TC_CUSTLIKE
STRING
Public
MV_PURP_COLLECTORStatic AttributeFor dtinf_purp_collector tableLIKE
STRING
Public
MV_PURP_FILTERStatic AttributeFor dtinf_purp_filt tableLIKE
STRING
Public
MV_REFRESH_MODEL_DETAILSInstance AttributeBoolean Variable (X=True, -=False, Space=Unknown)LIKE
BOOLEAN
Public
MV_RESP_APPLStatic AttributeRuntime parameter for MT_RESP_APPLLIKE
STRING
Public
MV_RESP_APPL_CUSTStatic AttributeLIKE
STRING
Public
MV_RESP_TABStatic AttributeRuntime parameter for MT_RESP_TABLIKE
STRING
Public
MV_RESP_TAB_CUSTStatic AttributeLIKE
STRING
Public
MV_RFC_CONNECTIONSStatic AttributeLIKE
STRING
Public
MV_RFC_STATEStatic AttributeLIKE
STRING
Public
MV_SUPPRESS_GEN_POPUPSInstance AttributeBoolean Variable (X=True, -=False, Space=Unknown)LIKE
BOOLEAN
Public
MV_SYSTStatic AttributeLIKE
STRING
Public
MV_SYSTEM_COMPONENTSStatic AttributeLIKE
STRING
Public
MV_SYSTEM_INFOStatic AttributeLIKE
STRING
Public
MV_SYSTEM_INSTIDStatic AttributeInstallation ID of current systemLIKE
DTINF_INSTID
Public
MV_SYSTEM_IS_CIStatic AttributeSystem is the CILIKE
BOOLEAN
Public
MV_SYSTEM_IS_CLOUDStatic AttributeBoolean Variable (X=True, -=False, Space=Unknown)LIKE
BOOLEAN
Public
MV_SYSTEM_IS_PRODUCTIVEStatic AttributeProductive systemLIKE
BOOLEAN
Public
MV_SYSTEM_IS_REMOTEStatic AttributeSystem is an allowed remote systemLIKE
BOOLEAN
Public
MV_SYSTEM_IS_SAPStatic AttributeSystem is 'SAP' (X) or 'CUSTOMER' ()LIKE
BOOLEAN
Public
MV_SYSTEM_LISTStatic AttributeLIKE
STRING
Public
MV_SYST_STATEStatic AttributeLIKE
STRING
Public
MV_TABLE_USAGEStatic AttributeLIKE
STRING
Public
MV_TC_CUSTStatic AttributeRuntime parameter for MT_TC_CUSTLIKE
STRING
Public
MV_TC_CUST_TEXTStatic AttributeRuntime parameter for MT_TC_CUST_TEXTLIKE
STRING
Public
MV_TC_FIELDSStatic AttributeRuntime parameter for MT_TC_FIELDS or _CUSTLIKE
STRING
Public
MV_TC_FIELDS_CUSTStatic AttributeRuntime parameter for MT_TC_FIELDS_CUSTLIKE
STRING
Public
MV_TC_INFOStatic AttributeRuntime parameter for MT_TC or _CUSTLIKE
STRING
Public
MV_TC_INFO_TEXTStatic AttributeRuntime parameter for MT_TC_TEXTLIKE
STRING
Public
MV_TC_INFO_TEXT_CUSTStatic AttributeLIKE
STRING
Public
MV_TC_ORDERStatic AttributeLIKE
STRING
Public
MV_TC_ORDER_CUSTStatic AttributeLIKE
STRING
Public
MV_TC_TABLESStatic AttributeRuntime parameter for MT_TC_TABLES or _CUSTLIKE
STRING
Public
MV_TC_TABLES_CUSTStatic AttributeRuntime parameter for MT_TC_TABLES_CUSTLIKE
STRING
Public
MV_UPDATE_GSSStatic AttributeLIKE
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



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!