SAP ABAP Class CL_CRM_GENIL_EXTERNAL_MODEL (External Object Model)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-GOL-GIL (Application Component) Generic Interaction Layer
     CRM_GENIL (Package) Generic Interaction Layer for Access to CRM Objects
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CRM_GENIL_OBJ_MODEL Object Model Repository 20020118
Properties
Class CL_CRM_GENIL_EXTERNAL_MODEL  
Short Description External Object Model    
Super Class CL_CRM_GENIL_OBJ_MODEL Object Model Repository 
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CRM_GENIL   Generic Interaction Layer for Access to CRM Objects 
Created 20020118   SAP 
Last change 20100303   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_CRM_GENIL_MODEL_SERVICE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_GENIL_OBJ_MODEL Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_CRM_GENIL_EXTERNAL_MODEL has no interface implemented.
Friends
Class CL_CRM_GENIL_EXTERNAL_MODEL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ENTITY_TAB Instance attribute Private Type reference (TYPE) GTYPE_ENTITY_TAB 20020118
2 INIT_ACTIVE Static Attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20030114
3 SELF Static Attribute Private Object reference (TYPE REF TO) CL_CRM_GENIL_EXTERNAL_MODEL 20020118
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ENTITY_OBJECT Instance method Private Method Adds an Object Entry to the Properties Table 20020118
2 ADD_MODEL_ENTRY Instance method Private Method Adds an Entry to the Model Table 20020118
3 ADD_QUERY_OBJECT Instance method Private Method Adds an Object Entry to the Properties Table 20020118
4 BUILD_DOM Instance method Private Method Generates a Document Object Model (DOM) from an XML File 20020118
5 BUILD_MODEL_TABLE Instance method Private Method Structuring of the Model Table from the XML Document 20020118
6 BUILD_PROPS_TABLE Instance method Private Method Structuring of the Properties Table from the XML Document 20020118
7 CLEAR_INSTANCE Static method Public Method 20060117
8 CONSTRUCTOR Instance method Public Constructor Constructor 20020306
9 GET_ENTITY_METHODS Instance method Private Method Returns the Methods for an Entity 20020304
10 GET_ENTITY_PROPERTIES Instance method Private Method Returns the Attributes and Characteristics of an Entity 20020304
11 GET_INSTANCE Static method Public Method Returns an Instance for the Object 20020118
12 GET_OBJECT_NAME Instance method Private Method Translates an External Entity Name into an Object Name 20020118
13 LOAD_XML Instance method Private Method Load an XML File 20020118
Events
Class CL_CRM_GENIL_EXTERNAL_MODEL has no event.
Types
Class CL_CRM_GENIL_EXTERNAL_MODEL has no local type.
Method Signatures

Method ADD_ENTITY_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE Call by reference Object reference (TYPE REF TO) IF_IXML_NODE IF_IXML_NODE 20020118

Method ADD_ENTITY_OBJECT on class CL_CRM_GENIL_EXTERNAL_MODEL has no exception.

Method ADD_MODEL_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE Call by reference Object reference (TYPE REF TO) IF_IXML_NODE IF_IXML_NODE 20020118

Method ADD_MODEL_ENTRY on class CL_CRM_GENIL_EXTERNAL_MODEL has no exception.

Method ADD_QUERY_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE Call by reference Object reference (TYPE REF TO) IF_IXML_NODE IF_IXML_NODE 20020118

Method ADD_QUERY_OBJECT on class CL_CRM_GENIL_EXTERNAL_MODEL has no exception.

Method BUILD_DOM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_XML Call by reference Type reference (TYPE) GTYPE_XML_TABLE 20020118
2 Importing IV_SIZE Call by reference Type reference (TYPE) I 20020118
3 Returning RV_DOCUMENT Value transfer Object reference (TYPE REF TO) IF_IXML_DOCUMENT IF_IXML_DOCUMENT 20020118
# Exception Resumable Description Created on
1 CX_IXML_PARSE_ERROR iXML Exception: Fehler beim Parsen 20020118

Method BUILD_MODEL_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DOCUMENT Call by reference Object reference (TYPE REF TO) IF_IXML_DOCUMENT IF_IXML_DOCUMENT 20020118

Method BUILD_MODEL_TABLE on class CL_CRM_GENIL_EXTERNAL_MODEL has no exception.

Method BUILD_PROPS_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DOCUMENT Call by reference Object reference (TYPE REF TO) IF_IXML_DOCUMENT IF_IXML_DOCUMENT 20020118

Method BUILD_PROPS_TABLE on class CL_CRM_GENIL_EXTERNAL_MODEL has no exception.

Method CLEAR_INSTANCE Signature

Method CLEAR_INSTANCE on class CL_CRM_GENIL_EXTERNAL_MODEL has no parameter.
Method CLEAR_INSTANCE on class CL_CRM_GENIL_EXTERNAL_MODEL has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPLICATION Call by reference Type reference (TYPE) CRMT_GENIL_APPL Anwendungsname für den generischen interaction Layer 20020306
# Exception Resumable Description Created on
1 CX_CRM_GENIL_GENERAL_ERROR Allgemeine Ausnahme. 20020306

Method GET_ENTITY_METHODS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE Call by reference Object reference (TYPE REF TO) IF_IXML_NODE IF_IXML_NODE 20020304
2 Returning RT_RESULT Value transfer Type reference (TYPE) CRMT_OBJ_METHOD_NAME_TAB Tabelle von Namen einer Business Objekt Methode 20020304

Method GET_ENTITY_METHODS on class CL_CRM_GENIL_EXTERNAL_MODEL has no exception.

Method GET_ENTITY_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE Call by reference Object reference (TYPE REF TO) IF_IXML_NODE IF_IXML_NODE 20020304
2 Returning RT_RESULT Value transfer Type reference (TYPE) CRMT_GENIL_MODEL_ATTR_TAB Tabelle von Objekt-Attributen im Modell 20020304

Method GET_ENTITY_PROPERTIES on class CL_CRM_GENIL_EXTERNAL_MODEL has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPLICATION Call by reference Type reference (TYPE) CRMT_GENIL_APPL CL_CRM_GENIL_MODEL_SERVICE=>EMPTY_COMPONENT_SET 20020118
2 Returning RV_REF Value transfer Object reference (TYPE REF TO) CL_CRM_GENIL_EXTERNAL_MODEL externes Objektmodell 20020118
# Exception Resumable Description Created on
1 CX_CRM_GENIL_GENERAL_ERROR Allgemeine Ausnahme. 20020118

Method GET_OBJECT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ENTITY_NAME Call by reference Type reference (TYPE) GTYPE_ENTITY_NAME 20020118
2 Returning RV_OBJECT_NAME Value transfer Type reference (TYPE) CRMT_EXT_OBJ_NAME externer Name eines Objekts 20020118
# Exception Resumable Description Created on
1 CX_CRM_CIC_NO_ENTRY Ausnahme: Keine Eintrag 20020118

Method LOAD_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_XML Call by reference Type reference (TYPE) GTYPE_XML_TABLE 20020118
2 Exporting EV_SIZE Call by reference Type reference (TYPE) I 20020118
3 Importing IV_FILENAME Call by reference Type reference (TYPE) STRING 20020118
# Exception Resumable Description Created on
1 CX_SY_FILE_OPEN System-Exceptions bei Dateizugriff 20020118
History
Last changed by/on SAP  20100303 
SAP Release Created in 301