SAP ABAP Class IF_ISH_OBJECTBASE (IS-H: Definition of Data Object)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_ISH_DATA_OBJECT IS-H: Base Interface for Data Objects 20030704
2 Interface composition (i COMPRISING i_ref)  IF_ISH_IDENTIFY_OBJECT IS-H: Assign a Type to an Object 20030429
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ISHMED_NONE_OO_N2VDNOTE IS-H*MED: Progress Entry (N2VDNOTE: no OO Data) 20050307
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ISHMED_NONE_OO_NDOC IS-H*MED: Document (NDOC: not OO Data) 20050211
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ISH_RUN_DATA IS-H: Base Class for Movement Data Objects 20030704
Properties
Class IF_ISH_OBJECTBASE  
Short Description IS-H: Definition of Data Object    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20020114   SAP 
Last change 20060208   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_ISH_OBJECTBASE has no forward declaration.
Interfaces
Class IF_ISH_OBJECTBASE has no interface implemented.
Friends
Class IF_ISH_OBJECTBASE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_MAX_SNAPSHOTS Constant Public Type reference (TYPE) I 100 Maximum Number of Snapshots per Instance 20020124
2 CO_MODE_DELETE Constant Public Type reference (TYPE) ISH_MODUS 'D' Object Will Be Deleted 20020115
3 CO_MODE_ERROR Constant Public Type reference (TYPE) ISH_MODUS 'E' Object Is Errored 20020115
4 CO_MODE_INSERT Constant Public Type reference (TYPE) ISH_MODUS 'I' Object Is New (Insert) 20020115
5 CO_MODE_UNCHANGED Constant Public Type reference (TYPE) ISH_MODUS SPACE Object Is Unchanged 20020115
6 CO_MODE_UPDATE Constant Public Type reference (TYPE) ISH_MODUS 'U' Object Is Changed (Update) 20020115
7 FALSE Constant Public Type reference (TYPE) ISH_TRUE_FALSE '0' IS-H: Boolean Data Type for TRUE (="1") and FALSE (="0") 20020115
8 G_AUTHORITY_CHECK Instance attribute Public Type reference (TYPE) ISH_ON_OFF Run Authorization Checks ON/OFF 20050114
9 G_ENVIRONMENT Instance attribute Public Object reference (TYPE REF TO) CL_ISH_ENVIRONMENT Instance of General Environment 20020114
10 G_OBJECTBASE Instance attribute Public Object reference (TYPE REF TO) CL_ISH_OBJECTCENTRAL Instance for Further Object Services (Connections, etc.) 20020117
11 OFF Constant Public Type reference (TYPE) ISH_ON_OFF SPACE IS-H: Boolean Data Type for ON (= "X") and OFF (= " ") 20020115
12 ON Constant Public Type reference (TYPE) ISH_ON_OFF 'X' IS-H: Boolean Data Type for ON (= "X") and OFF (= " ") 20020115
13 TRUE Constant Public Type reference (TYPE) ISH_TRUE_FALSE '1' IS-H: Boolean Data Type for TRUE (="1") and FALSE (="0") 20020115
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CONNECTION Instance method Public Method Build Connection Between Objects 20020114
2 CHECK Instance method Public Method Check Object 20020114
3 CLEAR_LOCK Instance method Public Method Clear Lock on Object 20020114
4 CONNECT Instance method Public Method Build Connection to Object (Incl. Foreign Key Maintenance) 20031209
5 DELETE_CONNECTION Instance method Public Method Delete Connection 20050722
6 DISCONNECT Instance method Public Method Deactivate Connection (Including Foreign Key Maintenance) 20031209
7 GET_AUTHORITY_CHECK Instance method Public Method Returns whether Authorization Check Necessary 20050114
8 GET_CONNECTIONS Instance method Public Method Return Connections to Current Object 20020114
9 GET_DATA_FIELD Instance method Public Method Return One Single Data Field 20021021
10 GET_ENVIRONMENT Instance method Public Method Return Environment Used 20020114
11 GET_FORCE_ERUP_DATA Instance method Public Method Returns Indicator whether ER*/UP* Data Is Generated 20040325
12 GET_TYPE Instance method Public Method Return Type of Object 20031121
13 HIDE Instance method Public Method Assign an Object 20040914
14 IS_A Instance method Public Method 20031121
15 IS_ACTUAL Instance method Public Method Check if Object Is Current. (Compare with DB Status) 20021204
16 IS_COMPLETE Instance method Public Method Is the Object Complete for Update? 20020114
17 IS_HIDDEN Instance method Public Method Is the Object Hidden? 20040914
18 IS_INHERITED_FROM Instance method Public Method 20031121
19 REMOVE_CONNECTION Instance method Public Method Deactivate Connection 20020114
20 SAVE Instance method Public Method Update Object 20020114
21 SET_AUTHORITY_CHECK Instance method Public Method Set if Authorization Check to Be Run 20050114
22 SET_FORCE_ERUP_DATA Instance method Public Method Sets Indicator whether ER*/UP* Data Is Generated 20040325
23 SET_LOCK Instance method Public Method Set Lock to Prevent Changes to Object 20020114
24