SAP ABAP Class CL_ISHMED_ANY_CONTAINER (Help Class - Single Container for Untyped Data -> DOCU)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       NMED (Package) R/3MED: Medical documentation GSD
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_CONSTANT_DEFINITION IS-H: Definition of General Constants 20040914
Properties
Class CL_ISHMED_ANY_CONTAINER  
Short Description Help Class - Single Container for Untyped Data -> DOCU    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package NMED   R/3MED: Medical documentation GSD 
Created 20040902   SAP 
Last change 20050615   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_ISHMED_ANY_CONTAINER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_ISH_CONSTANT_DEFINITION IS-H: Definition of General Constants 20040914
Friends
# Friend Modeled only Created on Description
1 CL_ISHMED_XML_TOOLS 20050609 Tools for XML Creation
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_FALSE Constant Public Type reference (TYPE) ISH_TRUE_FALSE IF_ISH_CONSTANT_DEFINITION~false IS-H: Boolean Data Type for TRUE (="1") and FALSE (="0") 20040928
2 CO_TRUE Constant Public Type reference (TYPE) ISH_TRUE_FALSE IF_ISH_CONSTANT_DEFINITION~TRUE IS-H: Boolean Data Type for TRUE (="1") and FALSE (="0") 20040914
3 G_CONTENT_DESC Instance attribute Protected Object reference (TYPE REF TO) CL_ABAP_TYPEDESCR Type Description of Container Content 20040928
4 G_DATA_REF Instance attribute Protected Object reference (TYPE REF TO) DATA Data Reference, in Case Content Is a Data Object 20040906
5 G_OBJECT_REF Instance attribute Protected Object reference (TYPE REF TO) OBJECT Object Reference, in Case Content Is an Object 20040906
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR Instance method Public Method Deletes Content of Container 20040906
2 CREATE_COPY Instance method Public Method Duplicate Container as Deep Copy 20050303
3 GET_CONTENT Instance method Public Method Returns Content of Container (METHODENDOKU) 20040902
4 GET_TYPE Instance method Public Method Returns Type Description of Content 20040928
5 IS_EMPTY Instance method Public Method Returns Whether Container Is Empty 20040906
6 SET_CONTENT Instance method Public Method Fills Content of Class (METHODENDOKU) 20040902
Events
Class CL_ISHMED_ANY_CONTAINER has no event.
Types
Class CL_ISHMED_ANY_CONTAINER has no local type.
Method Signatures

Method CLEAR Signature

Method CLEAR on class CL_ISHMED_ANY_CONTAINER has no parameter.
Method CLEAR on class CL_ISHMED_ANY_CONTAINER has no exception.

Method CREATE_COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ANY_CONTAINER Value transfer Object reference (TYPE REF TO) CL_ISHMED_ANY_CONTAINER Hilfsklasse-einfacher Container für untypisierte Daten->DOKU 20050303
# Exception Resumable Description Created on
1 CX_SY_MOVE_CAST_ERROR Oberklasse aller System-Exceptions 20050303

Method GET_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_CONTENT Value transfer Type reference (TYPE) ANY der momentane Inhalt des Containers 20040906
# Exception Resumable Description Created on
1 CX_SY_MOVE_CAST_ERROR Der übergebene Typ passt nicht zum Containerinhalt 20040913

Method GET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TYPEDESCR Value transfer Object reference (TYPE REF TO) CL_ABAP_TYPEDESCR Typedescription des DE-REFERENZIERTEN Inhalts.(METHODENDOKU) 20040928

Method GET_TYPE on class CL_ISHMED_ANY_CONTAINER has no exception.

Method IS_EMPTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_EMPTY Value transfer Type reference (TYPE) ISH_TRUE_FALSE true, falls der Container keinen Inhalt hat, sonst false. 20040906

Method IS_EMPTY on class CL_ISHMED_ANY_CONTAINER has no exception.

Method SET_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONTENT Call by reference Type reference (TYPE) ANY der neue Inhalt des Containers 20040902
2 Importing I_DEEP_COPY Call by reference Type reference (TYPE) ISH_TRUE_FALSE CL_ISHMED_ANY_CONTAINER=>CO_TRUE soll der übergebene Wert tief kopiert werden? 20040928
# Exception Resumable Description Created on
1 CX_SY_MOVE_CAST_ERROR Die übergebene Variable passt nicht zum Containerinhalt! 20040906
History
Last changed by/on SAP  20050615 
SAP Release Created in 473