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_INFORMATION

Method 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 NameDescriptionVisability
ADAPT_MODELFill DTINF_ILM_MODEL* tables and save it into DBPrivate
CALL METHOD dtinf_cl_information=>ADAPT_MODEL...more details

ADD_CHECKTABLESAdd checktables to the data modelPrivate
CALL METHOD dtinf_cl_information=>ADD_CHECKTABLES...more details

ADD_DATA_TO_DBAdd data from data model on DB into internal tablesPrivate
CALL METHOD dtinf_cl_information=>ADD_DATA_TO_DB...more details

ADD_DATA_TO_MEMORYAdd data from data model in memory into internal tablesPrivate
CALL METHOD dtinf_cl_information=>ADD_DATA_TO_MEMORY...more details

ADD_DYNAMIC_LINE_TO_TABLEPrivate
CALL METHOD dtinf_cl_information=>ADD_DYNAMIC_LINE_TO_TABLE...more details

ADD_RESP_TO_TCINFOAdd responsibility to table cluster infoPrivate
CALL METHOD dtinf_cl_information=>ADD_RESP_TO_TCINFO...more details

BG_UPDATE_PURP_MODELSStart the generation of model and purposePublic
CALL METHOD dtinf_cl_information=>BG_UPDATE_PURP_MODELS...more details

CHANGE_DB_TABLE_CONTENTChange database table content with or without client fieldPrivate
CALL METHOD dtinf_cl_information=>CHANGE_DB_TABLE_CONTENT...more details

CHECK_CHANGEABILITYCheck if the DLVUNIT can be changed on the systemPrivate
CALL METHOD dtinf_cl_information=>CHECK_CHANGEABILITY...more details

CHECK_CONSISTENCY_BEFORE_SAVEPrivate
CALL METHOD dtinf_cl_information=>CHECK_CONSISTENCY_BEFORE_SAVE...more details

CHECK_FOR_PROCESS_BREAKPOINTCheck if breakpoint shall be triggered during 'PROCESS'Private
CALL METHOD dtinf_cl_information=>CHECK_FOR_PROCESS_BREAKPOINT...more details

CHECK_IS_TABLECheck if input table is a tablePrivate
CALL METHOD dtinf_cl_information=>CHECK_IS_TABLE...more details

CHECK_OPEN_TASKIs Open Task available in the RequestPrivate
CALL METHOD dtinf_cl_information=>CHECK_OPEN_TASK...more details

CHECK_STRING_LENGTHCheck wether length of field is above thresholdPrivate
CALL METHOD dtinf_cl_information=>CHECK_STRING_LENGTH...more details

CHECK_SWITCH_BCSET_ENABLEDCheck if Switch BC Set is enabledPrivate
CALL METHOD dtinf_cl_information=>CHECK_SWITCH_BCSET_ENABLED...more details

CHECK_TC_CHANGEABILITYCheck if the TC can be changed on the systemPrivate
CALL METHOD dtinf_cl_information=>CHECK_TC_CHANGEABILITY...more details

CHECK_TRANSPORT_COLLISIONCheck that data changed is not in another open requestPrivate
CALL METHOD dtinf_cl_information=>CHECK_TRANSPORT_COLLISION...more details

CHECK_TRANSPORT_OBJECTSAdd data to transport and verify correctnessPrivate
CALL METHOD dtinf_cl_information=>CHECK_TRANSPORT_OBJECTS...more details

CLEAN_TC_FIELDSClean DB fields related to TCPrivate
CALL METHOD dtinf_cl_information=>CLEAN_TC_FIELDS...more details

CLEAN_TC_PURPOSESClean DB purpose and TC combinationsPrivate
CALL METHOD dtinf_cl_information=>CLEAN_TC_PURPOSES...more details

CLEAN_TC_TABLESClean DB tables related to TCPrivate
CALL METHOD dtinf_cl_information=>CLEAN_TC_TABLES...more details

CLEAR_DB_MEMORY_DATAClear data model in internal tables from DB and memoryPrivate
CALL METHOD dtinf_cl_information=>CLEAR_DB_MEMORY_DATA...more details

CLEAR_IN_MEMORY_DATAClear data model in internal tablesPrivate
CALL METHOD dtinf_cl_information=>CLEAR_IN_MEMORY_DATA...more details

COMPARE_TABLESCompare two internal tablesPrivate
CALL METHOD dtinf_cl_information=>COMPARE_TABLES...more details

COMPUTE_ILM_HASHCompute hash for given ILM ObjectsPrivate
CALL METHOD dtinf_cl_information=>COMPUTE_ILM_HASH...more details

COMPUTE_TC_HASHESCompute hashes for TC & realted tables, fieldsPrivate
CALL METHOD dtinf_cl_information=>COMPUTE_TC_HASHES...more details

CONSTRUCTORConstructorPublic
CALL METHOD dtinf_cl_information=>CONSTRUCTOR...more details

CONSTRUCTOR_CLOUD_SYSTEMCloud system specific constructor codingPrivate
CALL METHOD dtinf_cl_information=>CONSTRUCTOR_CLOUD_SYSTEM...more details

CONSTRUCTOR_CUSTOMER_SYSTEMCustomer system specific constructor codingPrivate
CALL METHOD dtinf_cl_information=>CONSTRUCTOR_CUSTOMER_SYSTEM...more details

CONSTRUCTOR_SAP_SYSTEMSAP system specific constructor codingPrivate
CALL METHOD dtinf_cl_information=>CONSTRUCTOR_SAP_SYSTEM...more details

CRASH_PROCESSCrash the process triggering a dump for analysisPrivate
CALL METHOD dtinf_cl_information=>CRASH_PROCESS...more details

CREATE_DB_CHANGE_REPORTCreate a report with the DB changes and update internal logPrivate
CALL METHOD dtinf_cl_information=>CREATE_DB_CHANGE_REPORT...more details

CREATE_DYNAMIC_ITABCreate a dynamic internal tablePublic
CALL METHOD dtinf_cl_information=>CREATE_DYNAMIC_ITAB...more details

CREATE_EMPTY_CORR_REPORTCreate an empty correction reportPrivate
CALL METHOD dtinf_cl_information=>CREATE_EMPTY_CORR_REPORT...more details

CREATE_HASH_GSS_FIELDSCreate hash for a 'GSS field' table entryPrivate
CALL METHOD dtinf_cl_information=>CREATE_HASH_GSS_FIELDS...more details

CREATE_HASH_GSS_TABSCreate hash for a 'GSS tables' table entryPrivate
CALL METHOD dtinf_cl_information=>CREATE_HASH_GSS_TABS...more details

CREATE_HASH_ILM_MODELCreate hash for DTINF_ILM_MODEL* tablesPrivate
CALL METHOD dtinf_cl_information=>CREATE_HASH_ILM_MODEL...more details

CREATE_HASH_PURPOSECreate hashes for a purpose/table/field combinationPrivate
CALL METHOD dtinf_cl_information=>CREATE_HASH_PURPOSE...more details

CREATE_HASH_SEC_CLST_STARTCreate hash to link fields of different clustersPrivate
CALL METHOD dtinf_cl_information=>CREATE_HASH_SEC_CLST_START...more details

CREATE_MODELGenerate links between ILM Objects and store in databasePrivate
CALL METHOD dtinf_cl_information=>CREATE_MODEL...more details

CREATE_TRANSPORTSCreate transportsPrivate
CALL METHOD dtinf_cl_information=>CREATE_TRANSPORTS...more details

CREATE_TRANSPORT_ERROR_TEXTCreate text for transport errorsPrivate
CALL METHOD dtinf_cl_information=>CREATE_TRANSPORT_ERROR_TEXT...more details

DELETE_DATA_IN_MEMORYDelete specific data stored in memoryPrivate
CALL METHOD dtinf_cl_information=>DELETE_DATA_IN_MEMORY...more details

DELETE_LINK_FROM_DBPhysically delete link from databasePrivate
CALL METHOD dtinf_cl_information=>DELETE_LINK_FROM_DB...more details

DELETE_REPORTDelete an IRF reportPrivate
CALL METHOD dtinf_cl_information=>DELETE_REPORT...more details

DETERMINE_CREATEABLE_LINKSRemove links which cannot be created on this systemPrivate
CALL METHOD dtinf_cl_information=>DETERMINE_CREATEABLE_LINKS...more details

DETERMINE_FOREIGN_KEY_LINKUse DDIC info to find links between tablesPrivate
CALL METHOD dtinf_cl_information=>DETERMINE_FOREIGN_KEY_LINK...more details

DETERMINE_KEY_FIELDSDetermine key fields for the given tablePrivate
CALL METHOD dtinf_cl_information=>DETERMINE_KEY_FIELDS...more details

DETERMINE_LINKTry to find out links between father and sonPrivate
CALL METHOD dtinf_cl_information=>DETERMINE_LINK...more details

DETERMINE_MAX_RESP_TCDetermine highest number of resp. and TCPrivate
CALL METHOD dtinf_cl_information=>DETERMINE_MAX_RESP_TC...more details

DETERMINE_TABLESFind out which of the given AOBJ 'tables' are true DB tablesPrivate
CALL METHOD dtinf_cl_information=>DETERMINE_TABLES...more details

DETERMINE_TABLES_FOR_ILMDetermine true database tables related to the ILM objectPrivate
CALL METHOD dtinf_cl_information=>DETERMINE_TABLES_FOR_ILM...more details

FILL_LINK_DATA_IN_MEMORYFill relevant data in memory when called from add_field_linkPrivate
CALL METHOD dtinf_cl_information=>FILL_LINK_DATA_IN_MEMORY...more details

FILTER_MODELFilter the model to show only specific entriesPublic
CALL METHOD dtinf_cl_information=>FILTER_MODEL...more details

GENERATE_MODELSGenerate models for changed ilm objectsPrivate
CALL METHOD dtinf_cl_information=>GENERATE_MODELS...more details

GENERATE_TRANSPORT_CUSTOMCollect content for transportPrivate
CALL METHOD dtinf_cl_information=>GENERATE_TRANSPORT_CUSTOM...more details

GENERATE_TRANSPORT_RESP_APPCollect content for transportPrivate
CALL METHOD dtinf_cl_information=>GENERATE_TRANSPORT_RESP_APP...more details

GENERATE_TRANSPORT_RESP_TABCollect content for transportPrivate
CALL METHOD dtinf_cl_information=>GENERATE_TRANSPORT_RESP_TAB...more details

GENERATE_TRANSPORT_TCCollect content for transportPrivate
CALL METHOD dtinf_cl_information=>GENERATE_TRANSPORT_TC...more details

GET_AFFECTED_TRGet all Transport requests affected by the dataPrivate
CALL METHOD dtinf_cl_information=>GET_AFFECTED_TR...more details

GET_APPLICATION_INFODetermine Application ComponentPublic
CALL METHOD dtinf_cl_information=>GET_APPLICATION_INFO...more details

GET_BADI_CHNGE_DATEReturn the last modified date of badiPrivate
CALL METHOD dtinf_cl_information=>GET_BADI_CHNGE_DATE...more details

GET_DATA_FOR_EXPORT_OF_RESPGet 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_MODELGet data from dtinf_ilm_model table for BAdI decouplingPrivate
CALL METHOD dtinf_cl_information=>GET_DATA_FOR_ILM_MODEL...more details

GET_DATA_FROM_DBRetrieve/Create the model in the DBPrivate
CALL METHOD dtinf_cl_information=>GET_DATA_FROM_DB...more details

GET_DB_HASHESCreate hash for each database tablePrivate
CALL METHOD dtinf_cl_information=>GET_DB_HASHES...more details

GET_DYNAMIC_JOINSDetermine links between two dynamical tables with AND logicPrivate
CALL METHOD dtinf_cl_information=>GET_DYNAMIC_JOINS...more details

GET_DYNAMIC_LINKSDetermine links between two dynamical tablesPrivate
CALL METHOD dtinf_cl_information=>GET_DYNAMIC_LINKS...more details

GET_FIELD_INFOGet information on field of a tablePublic
CALL METHOD dtinf_cl_information=>GET_FIELD_INFO...more details

GET_FOUND_LINKSRetrieve the found linksPublic
CALL METHOD dtinf_cl_information=>GET_FOUND_LINKS...more details

GET_HASH_OF_ANY_TABLECreate a hash of any tablePrivate
CALL METHOD dtinf_cl_information=>GET_HASH_OF_ANY_TABLE...more details

GET_ILM_DESTR_OBJECTSGet tables of ILM Destruction ObjectsPrivate
CALL METHOD dtinf_cl_information=>GET_ILM_DESTR_OBJECTS...more details

GET_ILM_OBJECTSGet tables of ILM ObjectsPrivate
CALL METHOD dtinf_cl_information=>GET_ILM_OBJECTS...more details

GET_ILM_OBJECTS_FROM_MODELGet all ILM Objects stored in the modelPrivate
CALL METHOD dtinf_cl_information=>GET_ILM_OBJECTS_FROM_MODEL...more details

GET_INITIAL_GSS_SEARCH_FIELDSGet the initial search fields usable by GSSPrivate
CALL METHOD dtinf_cl_information=>GET_INITIAL_GSS_SEARCH_FIELDS...more details

GET_MODEL_COVERAGEPrivate
CALL METHOD dtinf_cl_information=>GET_MODEL_COVERAGE...more details

GET_MODEL_FROM_DBRetrieve the requested data from the databasePrivate
CALL METHOD dtinf_cl_information=>GET_MODEL_FROM_DB...more details

GET_RELEVANT_TRANSP_REQUESTSGet IRF transport requests (open, released, current)Public
CALL METHOD dtinf_cl_information=>GET_RELEVANT_TRANSP_REQUESTS...more details

GET_TABLE_CLUSTERRetrieve table clusterPublic
CALL METHOD dtinf_cl_information=>GET_TABLE_CLUSTER...more details

GET_TABLE_DATA_AS_STRINGReturn table content as a stringPrivate
CALL METHOD dtinf_cl_information=>GET_TABLE_DATA_AS_STRING...more details

GET_TABLE_DATA_FROM_STRINGReturn table content as a stringPrivate
CALL METHOD dtinf_cl_information=>GET_TABLE_DATA_FROM_STRING...more details

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

GET_TABLE_NAMES_S4HGet the database table names for an S/4H CE systemPrivate
CALL METHOD dtinf_cl_information=>GET_TABLE_NAMES_S4H...more details

GET_TC_DBGet TC model from databasePrivate
CALL METHOD dtinf_cl_information=>GET_TC_DB...more details

GET_TC_DB_LINKSGet TC links from databasePrivate
CALL METHOD dtinf_cl_information=>GET_TC_DB_LINKS...more details

GET_TC_FOR_ILM_OBJECTGet the TC for an ILM ObjectPrivate
CALL METHOD dtinf_cl_information=>GET_TC_FOR_ILM_OBJECT...more details

GET_TC_FOR_PURP_GENGet the correct TC for the entered tablePrivate
CALL METHOD dtinf_cl_information=>GET_TC_FOR_PURP_GEN...more details

GET_TC_FOR_TABLEGet the table cluster(s) for a given tablePrivate
CALL METHOD dtinf_cl_information=>GET_TC_FOR_TABLE...more details

GET_TC_FOR_TABLES_STRICTMore strict implementation of get_tc_for_tablesPrivate
CALL METHOD dtinf_cl_information=>GET_TC_FOR_TABLES_STRICT...more details

GET_TC_SPECIFIC_DATAGet Table Cluster specific dataPrivate
CALL METHOD dtinf_cl_information=>GET_TC_SPECIFIC_DATA...more details

GET_UNIQUE_TC_TABLESGet unique tables used by a Table ClusterPrivate
CALL METHOD dtinf_cl_information=>GET_UNIQUE_TC_TABLES...more details

HANDLE_LINK_MODIFICATIONSPrivate
CALL METHOD dtinf_cl_information=>HANDLE_LINK_MODIFICATIONS...more details

INITIALIZE_LOGGERInitialize Logger ClassPublic
CALL METHOD dtinf_cl_information=>INITIALIZE_LOGGER...more details

INSERT_DATA_INTO_REQUESTInsert IRF data into workbench requestPrivate
CALL METHOD dtinf_cl_information=>INSERT_DATA_INTO_REQUEST...more details

INSERT_REPORTInsert a new ABAP report to be used for data changesPrivate
CALL METHOD dtinf_cl_information=>INSERT_REPORT...more details

INTERNAL_MODEL_CLEANUPAdjust the internal data model based to be validPrivate
CALL METHOD dtinf_cl_information=>INTERNAL_MODEL_CLEANUP...more details

LIF_ASSIGN_TABLE_TO_TCWrite header data to a filePrivate
CALL METHOD dtinf_cl_information=>LIF_ASSIGN_TABLE_TO_TC...more details

LIF_CREATE_SPECIFIC_TC_MODELWrite header data to a filePrivate
CALL METHOD dtinf_cl_information=>LIF_CREATE_SPECIFIC_TC_MODEL...more details

LIF_GET_ALL_TC_DATAWrite header data to a filePrivate
CALL METHOD dtinf_cl_information=>LIF_GET_ALL_TC_DATA...more details

LIF_GET_DATAWrite header data to a filePrivate
CALL METHOD dtinf_cl_information=>LIF_GET_DATA...more details

LIF_GET_TCWrite header data to a filePrivate
CALL METHOD dtinf_cl_information=>LIF_GET_TC...more details

LIF_GET_TC_LINKSWrite header data to a filePrivate
CALL METHOD dtinf_cl_information=>LIF_GET_TC_LINKS...more details

LIF_GET_TC_SAP_MODELWrite header data to a filePrivate
CALL METHOD dtinf_cl_information=>LIF_GET_TC_SAP_MODEL...more details

LIF_MERGE_TCWrite header data to a filePrivate
CALL METHOD dtinf_cl_information=>LIF_MERGE_TC...more details

LIF_REMOVE_FIELDWrite header data to a filePrivate
CALL METHOD dtinf_cl_information=>LIF_REMOVE_FIELD...more details

LIF_REMOVE_LINKWrite header data to a filePrivate
CALL METHOD dtinf_cl_information=>LIF_REMOVE_LINK...more details

LIF_TC_TO_GSSWrite header data to a filePrivate
CALL METHOD dtinf_cl_information=>LIF_TC_TO_GSS...more details

PREPARE_GENERATION_LISTPrepare list of ILM objects to be generatedPrivate
CALL METHOD dtinf_cl_information=>PREPARE_GENERATION_LIST...more details

PROCESS_OBJECTCreate the links between tables for every BOR objectPrivate
CALL METHOD dtinf_cl_information=>PROCESS_OBJECT...more details

RECURSIONRecursive coding traversing building the data modelPrivate
CALL METHOD dtinf_cl_information=>RECURSION...more details

REMOVE_ILM_FROM_PURPOSERemove ILM object assigned to PurposePublic
CALL METHOD dtinf_cl_information=>REMOVE_ILM_FROM_PURPOSE...more details

REMOVE_INVALID_DOMAINSRemove domains which are not helpful for automationPrivate
CALL METHOD dtinf_cl_information=>REMOVE_INVALID_DOMAINS...more details

RETURN_TABLE_DELTAReturn the delta between two tablesPrivate
CALL METHOD dtinf_cl_information=>RETURN_TABLE_DELTA...more details

SANITIZE_INPUTSanitize user inputPrivate
CALL METHOD dtinf_cl_information=>SANITIZE_INPUT...more details

SAVE_DATA_TO_FILESave data to a filePrivate
CALL METHOD dtinf_cl_information=>SAVE_DATA_TO_FILE...more details

SCAN_SAME_VALUEUse the DB to find 'links' based on field valuesPrivate
CALL METHOD dtinf_cl_information=>SCAN_SAME_VALUE...more details

SET_IGNORE_TRANSPORTSSet Ignore transports flag based on int. configurationPublic
CALL METHOD dtinf_cl_information=>SET_IGNORE_TRANSPORTS...more details

SORT_LINKSSort the given table of linksPrivate
CALL METHOD dtinf_cl_information=>SORT_LINKS...more details

SORT_OBJECTSSort given table of objectsPrivate
CALL METHOD dtinf_cl_information=>SORT_OBJECTS...more details

UPDATE_DATABASEDelete / insert data into an IRF database tablePrivate
CALL METHOD dtinf_cl_information=>UPDATE_DATABASE...more details

UPDATE_PURP_MODELSTriger the model and purpose generationPrivate
CALL METHOD dtinf_cl_information=>UPDATE_PURP_MODELS...more details

UPLOAD_DATA_TO_DBUpload incoming data into DBPublic
CALL METHOD dtinf_cl_information=>UPLOAD_DATA_TO_DB...more details

VALIDATE_DATA_BEFORE_IMPORTPrivate
CALL METHOD dtinf_cl_information=>VALIDATE_DATA_BEFORE_IMPORT...more details

VERIFY_LINKVerify that link is validPrivate
CALL METHOD dtinf_cl_information=>VERIFY_LINK...more details

WRITE_HEADER_TO_FILEWrite header data to a filePrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
MC_CONSTANTConstantField Linkage link type'C'LIKE
DTINF_LINK_TYPE
Private
MC_FINALConstantField Linkage link type'F'LIKE
DTINF_LINK_TYPE
Private
MC_FUNCTION_MODULEConstantField Linkage link type'M'LIKE
DTINF_LINK_TYPE
Private
MD_DATA_RECEIVEDInstance AttributeData received by GSSLIKE
BOOLEAN
Private
MD_RFCMESSAGEInstance AttributeRFC exception textLIKE
CHAR255
Private
MR_INFORMATION_SHAREDInstance AttributeInformation Framework Interface with shared methodsLIKE
DTINF_IF_INFORMATION_SHARED
Private
MR_LOGGERInstance AttributeLogging for Information Retrieval FrameworkLIKE
CL_DTINF_LOGGER
Public
MS_ERROR_STATEInstance AttributeError state during executionLIKE
DTINF_S_ERROR_STATE
Private
MT_ADK_ILM_TABLESInstance AttributeInformation: Object specific definitionLIKE
DTINF_TT_OBJ_DEFINITIONS
Private
MT_APPLICATION_INFOInstance AttributeTable bufferLIKE
DTINF_TT_APPLICATION_INFO
Private
MT_BCSET_IN_MEMORYInstance AttributeTable type of Switch IDs to Resp. IDLIKE
DTINF_TT_BCSET
Private
MT_BCSET_ON_DBInstance AttributeTable type of Switch IDs to Resp. IDLIKE
DTINF_TT_BCSET
Private
MT_CHANGEABLE_TCInstance AttributeChangeable TCLIKE
DTINF_TT_TC_ID
Private
MT_CONVERT_DDICInstance AttributeBuffer table for conversionLIKE
DTINF_TT_CONVERT_DDIC
Private
MT_CONVERT_DOMAINInstance AttributeBuffer table for conversionLIKE
DTINF_TT_CONVERT_DOMAIN
Private
MT_CONVERT_P2FTInstance AttributeBuffer table for conversion P2FTLIKE
DTINF_TT_CONVERT_P2FT
Private
MT_DB_CORR_REPInstance AttributeDatabase tableLIKE
DTINF_CORR_REP
Private
MT_DB_CORR_REP_CUSTInstance AttributeIRF Correction reports installed on systemLIKE
DTINF_CORR_REP_C
Private
MT_DB_CORR_REP_LOGInstance AttributeIRF Correction reports from SAP installed on systemLIKE
DTINF_CORR_REPL
Private
MT_DB_CORR_REP_LOG_CUSTInstance AttributeIRF Correction reports from SAP installed on systemLIKE
DTINF_CORR_REPLC
Private
MT_DD03LInstance AttributeTable FieldsLIKE
Private
MT_DTINF_BCSETInstance AttributeResponsibility IDs associated to BC SetsLIKE
DTINF_BCSET
Private
MT_FIELD_INFORMATIONInstance AttributeTable of table/field informationLIKE
DTINF_TT_TABLE_FIELD_INFOS
Private
MT_HASH_IN_MEMORYInstance AttributeTable of hashesLIKE
DTINF_TT_HASH
Private
MT_HASH_ON_DBInstance AttributeTable of hashesLIKE
DTINF_TT_HASH
Private
MT_ILM_LOCKSInstance AttributeILM Object locks held by applicationLIKE
DTINF_TT_ILM_OBJ
Private
MT_ILM_MODEL_IN_MEMORYInstance AttributeTable type for model details to support model boundaryLIKE
DTINF_TT_ILM_MODEL
Private
MT_ILM_MODEL_ON_DBInstance AttributeTable type for model details to support model boundaryLIKE
DTINF_TT_ILM_MODEL
Private
MT_INVALID_ILM_OBJECT_DEFInstance AttributeTable of invalid ILM objects, e.g. structuresLIKE
DTINF_TT_OBJ_DEFINITIONS
Private
MT_LOG_MESSAGESInstance AttributeXML StringLIKE
DTINF_TT_XML_STRINGS
Private
MT_MODEL_IN_MEMORYInstance AttributeTable storing initial model used by Information FWLIKE
DTINF_TT_MODEL
Private
MT_MODEL_ON_DBInstance AttributeTable storing initial model used by Information FWLIKE
DTINF_TT_MODEL
Private
MT_MOVED_TABLESInstance AttributeMoved tables for reconstructionLIKE
DTINF_TT_MOVED_TABLES
Private
MT_P2FT_IN_MEMORYInstance AttributeTable corresponding to DTINF_P2FTLIKE
DTINF_TT_P2FT
Private
MT_P2FT_ON_DBInstance AttributeTable corresponding to DTINF_P2FTLIKE
DTINF_TT_P2FT
Private
MT_P2FT_ON_MEMORYInstance AttributeTable corresponding to DTINF_P2FTLIKE
DTINF_TT_P2FT
Private
MT_P2F_IN_MEMORYInstance AttributeTable of DTINF_S_P2FLIKE
DTINF_TT_P2F
Private
MT_P2F_ON_DBInstance AttributeTable of DTINF_S_P2FLIKE
DTINF_TT_P2F
Private
MT_P2F_ON_MEMORYInstance AttributeTable of DTINF_S_P2FLIKE
DTINF_TT_P2F
Private
MT_PURPILM_IN_MEMORYInstance AttributeILM Objects for specific PurposeLIKE
DTINF_TT_PURPILM
Private
MT_PURPILM_ON_DBInstance AttributeILM Objects for specific PurposeLIKE
DTINF_TT_PURPILM
Private
MT_PURPILM_ON_MEMORYInstance AttributeILM Objects for specific PurposeLIKE
DTINF_TT_PURPILM
Private
MT_PURPOSE_HASHInstance AttributePurpose table used for GSS hashesLIKE
DTINF_PURP_HASH
Private
MT_PURPOSE_HASH_IN_MEMORYInstance AttributeTable of purpose combination used for GSSLIKE
DTINF_TT_PURPOSE_HASH
Private
MT_PURPOSE_HASH_ON_DBInstance AttributeTable of purpose combination used for GSSLIKE
DTINF_TT_PURPOSE_HASH
Private
MT_PURPOSE_ILM_OBJECTInstance AttributeILM Objects for specific PurposeLIKE
DTINF_PURPILM
Private
MT_PURPOSE_ILM_OBJECT_CUSTInstance AttributeILM Objects for specific PurposeLIKE
DTINF_PURPILM_C
Private
MT_PURPT_IN_MEMORYInstance AttributeTable of DTINF_S_PURPTLIKE
DTINF_TT_PURPT
Private
MT_PURPT_ON_DBInstance AttributeTable of DTINF_S_PURPTLIKE
DTINF_TT_PURPT
Private
MT_PURPT_ON_MEMORYInstance AttributeTable of DTINF_S_PURPTLIKE
DTINF_TT_PURPT
Private
MT_PURP_COLTR_IN_MEMORYInstance AttributeTable type for Purpose CollectorLIKE
DTINF_TT_PURP_COLTR
Private
MT_PURP_COLTR_ON_DBInstance AttributeTable type for Purpose CollectorLIKE
DTINF_TT_PURP_COLTR
Private
MT_PURP_FILT_IN_MEMORYInstance AttributeTable type for Purpose filter tableLIKE
DTINF_TT_PURPFILT
Private
MT_PURP_FILT_ON_DBInstance AttributeTable type for Purpose filter tableLIKE
DTINF_TT_PURPFILT
Private
MT_PURP_IN_MEMORYInstance AttributeSAP delivered purposesLIKE
DTINF_TT_PURP
Private
MT_PURP_ON_DBInstance AttributeSAP delivered purposesLIKE
DTINF_TT_PURP
Private
MT_PURP_ON_MEMORYInstance AttributeSAP delivered purposesLIKE
DTINF_TT_PURP
Private
MT_REMOTE_TASKSInstance AttributeStatus of remote tasksLIKE
DTINF_TASKS
Private
MT_REMOTE_TASK_DATAInstance AttributeData for tasksLIKE
DTINF_TASK_DT
Private
MT_RENAMED_RESP_IDInstance AttributeRenamed Resp. IDsLIKE
DTINF_TT_RENAMED_RESP_ID
Private
MT_RENAMED_TC_IN_MEMORYInstance AttributeRenamed TCsLIKE
DTINF_TT_RENAMED_TC
Private
MT_RESP_APPLInstance AttributeGrouping of Application Component and PackageLIKE
DTINF_TT_RESP_APPL
Private
MT_RESP_APPL_IN_MEMORYInstance AttributeTable of responsibilitiesLIKE
DTINF_TT_RESP_APPL
Private
MT_RESP_APPL_ON_DBInstance AttributeTable of responsibilitiesLIKE
DTINF_TT_RESP_APPL
Private
MT_RESP_ILMInstance AttributeResponsibility of created ILM ObjectsLIKE
DTINF_RESP_ILM3
Private
MT_RESP_ILM_CUSTInstance AttributeResponsibility of created ILM Objects (customer)LIKE
DTINF_RESP_ILM_C
Private
MT_RESP_ILM_IN_MEMORYInstance AttributeTable type of DTINF_RESP_ILMLIKE
DTINF_TT_RESP_ILM
Private
MT_RESP_ILM_ON_DBInstance AttributeTable type of DTINF_RESP_ILMLIKE
DTINF_TT_RESP_ILM
Private
MT_RESP_ILM_S4HInstance AttributeResponsibility of created ILM Objects (Simplified)LIKE
DTINF_RESP_ILM3S
Private
MT_RESP_TAB_IN_MEMORYInstance AttributeGrouping of TC, contained tables and responsibilityLIKE
DTINF_TT_RESP_TAB
Private
MT_RESP_TAB_ON_DBInstance AttributeGrouping of TC, contained tables and responsibilityLIKE
DTINF_TT_RESP_TAB
Private
MT_RFC_TABLESInstance AttributeGSS: Table Type for GSS_S_SEARCH_AREALIKE
DTINF_TT_GSS_SEARCH_AREA
Private
MT_SCANNED_TABLE_UTILInstance AttributeTabname table with structureLIKE
DTINF_TT_TABNAME_STRUCT
Private
MT_SUCCESS_LISTInstance AttributeTable of ILM Objects for which model was generatedLIKE
DTINF_TT_ILM_OBJ
Private
MT_TABLES_FIELDSInstance AttributeLIKE
DTINF_TT_TABLES
Public
MT_TC_FIELDS_IN_MEMORYInstance AttributeTC field linksLIKE
DTINF_TT_TC_FIELDS
Private
MT_TC_FIELDS_ON_DBInstance AttributeTable of TC field linksLIKE
DTINF_TT_TC_FIELDS
Private
MT_TC_INFOT_IN_MEMORYInstance AttributeLanguage specific information on TCLIKE
DTINF_TT_TC_INFOT
Private
MT_TC_INFOT_ON_DBInstance AttributeLanguage specific information on TCLIKE
DTINF_TT_TC_INFOT
Private
MT_TC_INFO_IN_MEMORYInstance AttributeInformation on TCs in memoryLIKE
DTINF_TT_TC_INFO
Private
MT_TC_INFO_ON_DBInstance AttributeInformation on TCs on DBLIKE
DTINF_TT_TC_INFO
Private
MT_TC_INFO_TEXTInstance AttributeLanguage specific information on TCLIKE
DTINF_TT_TC_INFOT
Private
MT_TC_INFO_TEXT_DBInstance AttributeLanguage specific information on TCLIKE
MT_TC_INFO_TEXT
Private
MT_TC_LINKS_IN_MEMORYInstance AttributeTable of Table Cluster LinksLIKE
DTINF_TT_TC_LINK
Private
MT_TC_LINKS_ON_DBInstance AttributeTable of Table Cluster LinksLIKE
DTINF_TT_TC_LINK
Private
MT_TC_MODEL_IN_MEMORYInstance AttributeTable of Table Cluster dataLIKE
DTINF_TT_TC_MODEL
Private
MT_TC_MODEL_ON_DBInstance AttributeTable of Table Cluster dataLIKE
DTINF_TT_TC_MODEL
Private
MT_TC_ORDER_IN_MEMORYInstance AttributeTable type of TC order for data collectionLIKE
DTINF_TT_TC_ORDER
Private
MT_TC_ORDER_ON_DBInstance AttributeTable type of TC order for data collectionLIKE
DTINF_TT_TC_ORDER
Private
MT_TC_TABLES_IN_MEMORYInstance AttributeTC table linksLIKE
DTINF_TT_TC_TABLES
Private
MT_TC_TABLES_ON_DBInstance AttributeTC table linksLIKE
DTINF_TT_TC_TABLES
Private
MT_TEMP_HASHInstance AttributeTemporary hash tableLIKE
DTINF_TT_HASH
Private
MT_TEMP_RFC_TABLESInstance AttributeGSS: Table Type for GSS_S_SEARCH_AREALIKE
GSS_T_SEARCH_AREA
Private
MT_TEMP_RFC_TRANSFERInstance AttributeGSS: Transferstructure for RFC-Calls of ContentLIKE
DTINF_TT_TRANSFER_GSS
Private
MT_TEMP_RFC_TRANSFER_INTELInstance AttributeTransfer structure for RFC-Calls of ContentLIKE
DTINF_TT_TRANSFER
Private
MT_TRANSPORTED_RESP_IDInstance AttributeobsoleteLIKE
DTINF_RESP_TRANS
Private
MT_TRANSPORTED_TC_IDInstance AttributeobsoleteLIKE
DTINF_TC_TRANS
Private
MV_BOUNDARYInstance AttributeBoolean Variable (X=True, -=False, Space=Unknown)LIKE
BOOLEAN
Private
MV_BOUNDARY_CHECKEDInstance AttributeBoolean Variable (X=True, -=False, Space=Unknown)LIKE
BOOLEAN
Private
MV_BP_PROCESS_FATHER_TABLEInstance AttributeDuring PROCESS method, break-point if table matchesLIKE
STRING
Private
MV_BP_PROCESS_SON_TABLEInstance AttributeDuring PROCESS method, break-point if table matchesLIKE
STRING
Private
MV_CLUSTER_INDEXInstance AttributeCluster IndexLIKE
CHAR20
Private
MV_CORRECTION_REQUESTInstance AttributeRequest/TaskLIKE
TRKORR
Private
MV_CURRENT_TASK_IDInstance AttributeCurrent Task ID in useLIKE
SYSUUID_C32
Private
MV_DB_CORR_REPInstance AttributeDatabase table for correction report infoLIKE
STRING
Private
MV_DB_CORR_REP_LOGInstance AttributeIRF Correction reports from SAP installed on systemLIKE
STRING
Private
MV_DTINF_BCSETInstance AttributeLIKE
STRING
Private
MV_FIELDNAME_LOOKUP_IDInstance Attribute4 Byte Signed Integer0LIKE
INT4
Private
MV_FIELDVALUE_LOOKUP_IDInstance Attribute4 Byte Signed Integer0LIKE
INT4
Private
MV_HIERARCHY_COUNTERInstance AttributeHierarchy counterLIKE
INT4
Private
MV_ID_HASHTYPE_TC_FIELDSInstance Attribute'TC_FIELDS'LIKE
STRING
Private
MV_ID_HASHTYPE_TC_TABLESInstance Attribute'TC_TABLES'LIKE
STRING
Private
MV_ILMOBJ_OF_PURPOSEInstance Attribute`'DTINF_PURPILM'LIKE
STRING
Private
MV_IMPORT_HASHInstance AttributeLIKE
STRING
Private
MV_IMPORT_ILM_MODELInstance AttributeLIKE
STRING
Private
MV_IMPORT_MODE_ENABLEDInstance AttributeBoolean Variable (X=True, -=False, Space=Unknown)LIKE
BOOLEAN
Private
MV_IMPORT_RESP_APPLInstance AttributeLIKE
STRING
Private
MV_IMPORT_RESP_ILMInstance AttributeLIKE
STRING
Private
MV_IMPORT_RESP_TABInstance AttributeLIKE
STRING
Private
MV_IMPORT_TC_FIELDSInstance AttributeLIKE
STRING
Private
MV_IMPORT_TC_INFOInstance AttributeLIKE
STRING
Private
MV_IMPORT_TC_INFO_TEXTInstance AttributeLIKE
STRING
Private
MV_IMPORT_TC_TABLESInstance AttributeLIKE
STRING
Private
MV_IS_STATELESSInstance AttributeSession is statelessLIKE
BOOLEAN
Private
MV_LOCKED_LOCKING_TABLEInstance AttributeBoolean Variable (X=True, -=False, Space=Unknown)LIKE
BOOLEAN
Private
MV_LOCKED_PURPOSEInstance AttributeLocked purposeLIKE
DTINF_PURPOSE_ID
Private
MV_LOCKED_TCInstance AttributeLocked Table ClusterLIKE
DTINF_TC_ID
Private
MV_LOCKED_UPDATE_STATEInstance AttributeUpdate statusLIKE
DTINF_UPDATE_STATE
Private
MV_LOCKING_USERInstance AttributeUser locking dataLIKE
UNAME
Private
MV_LOCK_REQUESTEDInstance AttributeAttempted lock descriptionLIKE
CHAR20
Private
MV_LOG_DETAILInstance AttributeDetail log'2'LIKE
BAL_S_MSG-DETLEVEL
Public
MV_LOG_SUMMARYInstance AttributeSummary log'1'LIKE
BAL_S_MSG-DETLEVEL
Public
MV_MAX_DTINF_TC_IDInstance AttributeCounter for TC ID (here: number)LIKE
INT4
Private
MV_MAX_RESP_APPL_IDInstance AttributeResponsibility IDLIKE
DTINF_RESP_ID
Private
MV_METHOD_CONSTANTConstantGeneric Table Browser: Method'CONSTANT'LIKE
GTB_METHOD
Private
MV_METHOD_REFERENCEConstantGeneric Table Browser: Method'REFERENCE'LIKE
GTB_METHOD
Private
MV_MIN_STRING_LENGTHInstance AttributeMinimum string length of a field4LIKE
I
Private
MV_MODEL_LOCKEDStatic AttributeLock on DTINF_MODEL is setLIKE
BOOLEAN
Private
MV_PURPOSE_CALLInstance AttributeSet if called from the purpose transactionLIKE
BOOLEAN
Private
MV_PURPOSE_HASHInstance AttributePurpose table name used for GSSLIKE
STRING
Private
MV_PURPOSE_ILM_OBJECTInstance AttributeLIKE
STRING
Private
MV_REMOTE_TASKSStatic AttributeRuntime parameter for MT_REMOTE_TASKSLIKE
STRING
Private
MV_REMOTE_TASK_DATAStatic AttributeRuntime parameter for MT_REMOTE_TASK_DATALIKE
STRING
Private
MV_RESP_ILMInstance AttributeLIKE
STRING
Private
MV_SAP_MODEL_BADISInstance AttributeBoolean Variable (X=True, -=False, Space=Unknown)LIKE
BOOLEAN
Public
MV_SESSION_GUIDInstance Attribute16 Byte UUID in 16 Bytes (Raw Format)LIKE
SYSUUID_X16
Private
MV_SOBJ_NAMEInstance AttributeObject Name in Object DirectoryLIKE
SOBJ_NAME
Private
MV_SOBJ_NAME_SYNCInstance AttributeSOBJ in case of sync to Cloud tablesLIKE
SOBJ_NAME
Private
MV_SWITCH_BCSET_ENABLEDInstance AttributeBoolean Variable (X=True, -=False, Space=Unknown)LIKE
BOOLEAN
Private
MV_SYSTEM_IS_S4HInstance AttributeSystem is an S4H systemLIKE
BOOLEAN
Private
MV_TABNAME_LOOKUP_IDInstance Attribute4 Byte Signed Integer0LIKE
INT4
Private
MV_TEMP_RFC_COMPLETEDInstance AttributeBoolean Variable (X=True, -=False, Space=Unknown)LIKE
BOOLEAN
Private
MV_TRANSPORT_TARGETInstance AttributeTransport target for correctionsLIKE
TR_TARGET
Private
MV_USERNAMEInstance AttributeABAP System Field: Name of Current UserLIKE
SYST_UNAME
Private
MV_USE_CORR_REPORTInstance AttributeUse correction reportLIKE
BOOLEAN
Private
MV_USE_RULE_GENERATORInstance AttributeUse Rule Generator for purposesLIKE
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



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!