SAP ABAP Class CL_ISU_CONNOBJ (Connection Object)
Hierarchy
IS-UT (Software Component) SAP Utilities/Telecommunication
   IS-U-CS-CRM (Application Component) Integration: Customer Relationship Management
     EEPDSC1 (Package) IS-U: Master Data Generator
Properties
Class CL_ISU_CONNOBJ  
Short Description Connection Object    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package EEPDSC1   IS-U: Master Data Generator 
Created 19991026   SAP 
Last change 20050224   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ISU01 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ISU_CONNOBJ has no interface implemented.
Friends
Class CL_ISU_CONNOBJ has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CONNOBJID Instance attribute Public Type reference (TYPE) EHAUISU-HAUS Connection Object Key 19991026
2 P_ADDR Instance attribute Private Type reference (TYPE) ADRC_STRUC Address Data 19991026
3 P_AUTO Instance attribute Private Type reference (TYPE) ISU01_CONNOBJ_AUTO Automation Data 19991026
4 P_CONTROL Instance attribute Private Type reference (TYPE) ISU_OBJECT_CONTROL_DATA Control Data 19991026
5 P_EHAU Instance attribute Private Type reference (TYPE) EHAU Connection Object 19991026
6 P_INSTANCETAB Static Attribute Private Type reference (TYPE) CONNOBJ_INSTANCES_TAB Instances 19991026
7 P_OBJ Instance attribute Private Type reference (TYPE) ISU01_CONNOBJ Object Data 19991026
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Public Method Check and Copy 19991028
2 CLOSE Instance method Public Method Close 19991028
3 CREATE Instance method Public Method Creation Mode 19991027
4 FILL_WORKAREA Instance method Private Method Allocate Connection Object Data to Object Reference 19991026
5 FREE_ALL Static method Public Method Delete all Object References 19991026
6 GET_PROPERTY_ADDR Instance method Public Method Read Object Characteristics 19991027
7 GET_PROPERTY_CONN Instance method Public Method Read Object Characteristics 19991027
8 LOAD Instance method Private Method DB Access 19991026
9 OPEN Instance method Public Method Disconnection and Read Connection Object 19991026
10 SAVE Instance method Public Method Save 19991028
11 SELECT Static method Public Method Generate Object Reference 19991026
12 SET_PROPERTY_ADDR Instance method Public Method Set Object Characteristics 19991027
13 SET_PROPERTY_CONN Instance method Public Method Set Object Characteristics 19991027
Events
Class CL_ISU_CONNOBJ has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 CONNOBJ_INSTANCES Private See coding 19991026
2 CONNOBJ_INSTANCES_TAB Private See coding 19991026
Method Signatures

Method CHECK Signature

Method CHECK on class CL_ISU_CONNOBJ has no parameter.
# Exception Resumable Description Created on
1 FAILED Prüfung fehlgeschlagen 19991028
2 NOT_OPEN Objekt nicht geöffnet 19991028

Method CLOSE Signature

Method CLOSE on class CL_ISU_CONNOBJ has no parameter.
# Exception Resumable Description Created on
1 NOT_OPEN nicht geöffnet 19991028

Method CREATE Signature

Method CREATE on class CL_ISU_CONNOBJ has no parameter.
# Exception Resumable Description Created on
1 NOT_SELECTED Keine Objektreferenz 19991027

Method FILL_WORKAREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing X_ADDR Call by reference Type reference (TYPE) ADDR1_VAL Adressdaten 19991026
2 Importing X_EHAU Call by reference Type reference (TYPE) EHAU Anschlussobjekt 19991026
# Exception Resumable Description Created on
1 NOT_SELECTED Keine Objektreferenz vorhanden 19991026

Method FREE_ALL Signature

Method FREE_ALL on class CL_ISU_CONNOBJ has no parameter.
Method FREE_ALL on class CL_ISU_CONNOBJ has no exception.

Method GET_PROPERTY_ADDR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing X_PROPERTY Value transfer Type reference (TYPE) STRING Objektattribut 19991027
2 Exporting Y_VALUE Call by reference Type reference (TYPE) ANY Wert des Objektattributs 19991027
# Exception Resumable Description Created on
1 INVALID_OBJECT Ungültiges Anschlussobjekt 19991027
2 INVALID_PROPERTY Ungültiges Attribut 19991027
3 NOT_CONVERTABLE Feld nicht konvertierbar 19991027
4 NOT_SELECTED Keine Objektreferenz vorhanden 19991027

Method GET_PROPERTY_CONN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing X_PROPERTY Value transfer Type reference (TYPE) STRING Objektattribut 19991027
2 Exporting Y_VALUE Call by reference Type reference (TYPE) ANY Wert des Objektattributs 19991027
# Exception Resumable Description Created on
1 INVALID_OBJECT Ungültiges Anschlussobjekt 19991027
2 INVALID_PROPERTY Ungültiges Attribut 19991027
3 NOT_CONVERTABLE Feld nicht konvertierbar 19991027
4 NOT_SELECTED Keine Objektreferenz vorhanden 19991027

Method LOAD Signature

Method LOAD on class CL_ISU_CONNOBJ has no parameter.
# Exception Resumable Description Created on
1 INVALID_OBJECT Anschlussobjekt nicht vorhanden 19991026
2 NOT_SELECTED Keine Objektrefernz vorhanden 19991026

Method OPEN Signature

Method OPEN on class CL_ISU_CONNOBJ has no parameter.
# Exception Resumable Description Created on
1 LOCKED Anschlussobjekt bereits gesperrt 19991026
2 NOT_AUTHORIZED Keine Berechtigung 19991026
3 NOT_SELECTED Keine Objektreferenz vorhanden 19991026
4 OBJECT_INVALID Anschlussobjekt nicht vorhanden 19991026
5 SYSTEM_ERROR Systemfehler 19991026

Method SAVE Signature

Method SAVE on class CL_ISU_CONNOBJ has no parameter.
# Exception Resumable Description Created on
1 NOT_OPEN Objekt nicht geöffnet 19991028
2 SYSTEM_ERROR Fehler 19991028

Method SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CONNOBJREF Value transfer Object reference (TYPE REF TO) CL_ISU_CONNOBJ Objektreferenz 19991026
2 Importing X_CONNOBJID Call by reference Type reference (TYPE) EHAU-HAUS Anschlussobjektschlüssel 19991026

Method SELECT on class CL_ISU_CONNOBJ has no exception.

Method SET_PROPERTY_ADDR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing X_PROPERTY Value transfer Type reference (TYPE) C Objektattribut (Feldname EHAU) 19991027
2 Importing X_VALUE Value transfer Type reference (TYPE) ANY Wert des Objektattributs 19991027
# Exception Resumable Description Created on
1 INVALID_PROPERTY Objektattribut ungültig 19991027
2 INVALID_VALUE Ungültiger Attributwert 19991027
3 NOT_OPEN Objektreferenz nicht vorhanden 19991027

Method SET_PROPERTY_CONN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing X_PROPERTY Value transfer Type reference (TYPE) C Objektattribut (Feldname EHAU) 19991027
2 Importing X_VALUE Value transfer Type reference (TYPE) ANY Wert des Objektattributs 19991027
# Exception Resumable Description Created on
1 INVALID_PROPERTY Objektattribut ungültig 19991027
2 INVALID_VALUE Ungültiger Attributwert 19991027
3 NOT_OPEN Objektreferenz nicht vorhanden 19991027
History
Last changed by/on SAP  20050224 
SAP Release Created in