SAP DTINF_CL_INFORMATION_SHARED OO Class - Shared methods for CI and remote systems









DTINF_CL_INFORMATION_SHARED 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_SHARED 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_SHARED

Method list of DTINF_CL_INFORMATION_SHARED 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
CONSTRUCTORConstructorPublic
CALL METHOD dtinf_cl_information_shared=>CONSTRUCTOR...more details

DELETE_DESCENDENTDelete descending table/field entriesPrivate
CALL METHOD dtinf_cl_information_shared=>DELETE_DESCENDENT...more details

REMOVE_ENQUEUEUnlock own locking tablePrivate
CALL METHOD dtinf_cl_information_shared=>REMOVE_ENQUEUE...more details

SET_ENQUEUELock own locking tablePrivate
CALL METHOD dtinf_cl_information_shared=>SET_ENQUEUE...more details

UNLOCK_ACQUIRED_LOCKSUnlock all previously acquired locksPrivate
CALL METHOD dtinf_cl_information_shared=>UNLOCK_ACQUIRED_LOCKS...more details



DTINF_CL_INFORMATION_SHARED 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_LOCKED_ILM_OBJECTInstance AttributeLocked ILM ObjectsLIKE
DTINF_TT_ILM_OBJECT_LOCK
Private
MT_LOCKED_MODELInstance AttributeTable of System Installation IDsLIKE
DTINF_TT_INSTID
Private
MT_LOCKED_PURPOSES_IDInstance AttributeTable of System specific Purpose locksLIKE
DTINF_TT_PURPOSE_LOCK
Private
MT_LOCKED_RESP_IDInstance AttributeResponsibility IDLIKE
DTINF_TT_RESP_ID_LOCK
Private
MT_LOCKED_TC_IDInstance AttributeTable of system specific TC locksLIKE
DTINF_TT_TC_LOCK
Private
MV_CLOUD_SYSTEMInstance AttributeBoolean Variable (X=True, -=False, Space=Unknown)LIKE
BOOLEAN
Private
MV_EDIT_MODEInstance AttributeUser is in Edit modeLIKE
BOOLEAN
Private
MV_IS_GALILEIInstance AttributeIs Galilei scenarioLIKE
BOOLEAN
Private
MV_IS_STATELESSInstance AttributeSession is statelessLIKE
BOOLEAN
Private
MV_LOCKED_ILM_OBJECTInstance AttributeLocked ILM ObjectLIKE
LRM_OBJECT_TYPE
Private
MV_LOCKED_PURPOSEInstance AttributePurpose IDLIKE
DTINF_PURPOSE_ID
Private
MV_LOCKED_RESPInstance AttributeLocked responsibilityLIKE
DTINF_RESP_ID
Private
MV_LOCKED_SESSION_GUIDInstance AttributeSession GUIDLIKE
DTINF_SESSION_GUID
Private
MV_LOCKED_TCInstance AttributeTable Cluster IDLIKE
DTINF_TC_ID
Private
MV_LOCKING_USERInstance AttributeABAP System Field: Name of Current UserLIKE
SYST_UNAME
Private
MV_LOCK_REQUESTEDInstance AttributeChar 20LIKE
CHAR20
Private
MV_PRODUCTIVE_SYSTEMInstance AttributeBoolean Variable (X=True, -=False, Space=Unknown)LIKE
BOOLEAN
Private
MV_S4H_SYSTEMInstance AttributeSystem is an S4H systemLIKE
BOOLEAN
Private
MV_SAP_SYSTEMInstance AttributeBoolean Variable (X=True, -=False, Space=Unknown)LIKE
BOOLEAN
Private
MV_SESSION_GUIDInstance AttributeSession GUIDLIKE
DTINF_SESSION_GUID
Private
MV_USERNAMEInstance AttributeUsernameLIKE
SYST_UNAME
Private


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!