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_SHAREDMethod 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 Name | Description | Visability |
| CONSTRUCTOR | Constructor | Public |
| CALL METHOD dtinf_cl_information_shared=>CONSTRUCTOR...more details | ||
| DELETE_DESCENDENT | Delete descending table/field entries | Private |
| CALL METHOD dtinf_cl_information_shared=>DELETE_DESCENDENT...more details | ||
| REMOVE_ENQUEUE | Unlock own locking table | Private |
| CALL METHOD dtinf_cl_information_shared=>REMOVE_ENQUEUE...more details | ||
| SET_ENQUEUE | Lock own locking table | Private |
| CALL METHOD dtinf_cl_information_shared=>SET_ENQUEUE...more details | ||
| UNLOCK_ACQUIRED_LOCKS | Unlock all previously acquired locks | Private |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| MT_LOCKED_ILM_OBJECT | Instance Attribute | Locked ILM Objects | LIKE DTINF_TT_ILM_OBJECT_LOCK | Private | |
| MT_LOCKED_MODEL | Instance Attribute | Table of System Installation IDs | LIKE DTINF_TT_INSTID | Private | |
| MT_LOCKED_PURPOSES_ID | Instance Attribute | Table of System specific Purpose locks | LIKE DTINF_TT_PURPOSE_LOCK | Private | |
| MT_LOCKED_RESP_ID | Instance Attribute | Responsibility ID | LIKE DTINF_TT_RESP_ID_LOCK | Private | |
| MT_LOCKED_TC_ID | Instance Attribute | Table of system specific TC locks | LIKE DTINF_TT_TC_LOCK | Private | |
| MV_CLOUD_SYSTEM | Instance Attribute | Boolean Variable (X=True, -=False, Space=Unknown) | LIKE BOOLEAN | Private | |
| MV_EDIT_MODE | Instance Attribute | User is in Edit mode | LIKE BOOLEAN | Private | |
| MV_IS_GALILEI | Instance Attribute | Is Galilei scenario | LIKE BOOLEAN | Private | |
| MV_IS_STATELESS | Instance Attribute | Session is stateless | LIKE BOOLEAN | Private | |
| MV_LOCKED_ILM_OBJECT | Instance Attribute | Locked ILM Object | LIKE LRM_OBJECT_TYPE | Private | |
| MV_LOCKED_PURPOSE | Instance Attribute | Purpose ID | LIKE DTINF_PURPOSE_ID | Private | |
| MV_LOCKED_RESP | Instance Attribute | Locked responsibility | LIKE DTINF_RESP_ID | Private | |
| MV_LOCKED_SESSION_GUID | Instance Attribute | Session GUID | LIKE DTINF_SESSION_GUID | Private | |
| MV_LOCKED_TC | Instance Attribute | Table Cluster ID | LIKE DTINF_TC_ID | Private | |
| MV_LOCKING_USER | Instance Attribute | ABAP System Field: Name of Current User | LIKE SYST_UNAME | Private | |
| MV_LOCK_REQUESTED | Instance Attribute | Char 20 | LIKE CHAR20 | Private | |
| MV_PRODUCTIVE_SYSTEM | Instance Attribute | Boolean Variable (X=True, -=False, Space=Unknown) | LIKE BOOLEAN | Private | |
| MV_S4H_SYSTEM | Instance Attribute | System is an S4H system | LIKE BOOLEAN | Private | |
| MV_SAP_SYSTEM | Instance Attribute | Boolean Variable (X=True, -=False, Space=Unknown) | LIKE BOOLEAN | Private | |
| MV_SESSION_GUID | Instance Attribute | Session GUID | LIKE DTINF_SESSION_GUID | Private | |
| MV_USERNAME | Instance Attribute | Username | LIKE 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