SAP ABAP Class CL_DMC_CONV_OBJECT_LIST (CL_DMC_CONV_OBJECT_LIST)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-DMC (Application Component) Data Conversion
     S_DMCM (Package) Data Mapping and Conversion: Maintenance
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DMC_EQUALS Check of Two Class Instances for Equality 20060613
Properties
Class CL_DMC_CONV_OBJECT_LIST  
Short Description CL_DMC_CONV_OBJECT_LIST    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_DMCM   Data Mapping and Conversion: Maintenance 
Created 20000229   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 DMCT Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_DMC_EQUALS Check of Two Class Instances for Equality 20060613
Friends
Class CL_DMC_CONV_OBJECT_LIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DATA_NOT_SAVED Instance attribute Public Type reference (TYPE) BOOLEAN DATA_NOT_SAVED 20000229
2 MY_CONV_OBJECT_FACTORY Instance attribute Public Object reference (TYPE REF TO) CL_DMC_CONV_OBJECT_FACTORY MY_CONV_OBJECT_FACTORY 20000229
3 REF_LOGHANDLER Instance attribute Public Object reference (TYPE REF TO) CL_DMC_LOG_HANDLER DMC: MESSAGES Handler 20050217
4 _ACTUAL_COUNTER Instance attribute Protected Type reference (TYPE) I _ACTUAL_COUNTER 20000229
5 _DBVALS Instance attribute Protected Type reference (TYPE) DMCT_CONV_OBJECT_REL_TAB _DBVALS 20000229
6 _INITIALIZED Instance attribute Protected Type reference (TYPE) BOOLEAN DMCT_FALSE _INITIALIZED 20000229
7 _VALS Instance attribute Protected Type reference (TYPE) DMC_CONV_OBJECT_TAB _VALS 20000229
Methods
# Method Level Visibility Method type Description Created on
1 ADD Instance method Public Method ADD 20000229
2 CLEAR_LIST Instance method Public Method Löscht alle Einträge der _VALS und _DBVALS 20051121
3 CONSTRUCTOR Instance method Public Method CONSTRUCTOR 20000229
4 COUNT Instance method Public Method COUNT 20000229
5 DEL Instance method Public Method DEL 20000229
6 DEL_ALL_ELEMENTS Instance method Public Method DEL_ALL_ELEMENTS 20000229
7 DEL_BY_GUID Instance method Public Method DEL_BY_GUID 20000229
8 DEL_BY_REF Instance method Public Method DEL_BY_REF 20000229
9 DEL_REFERENCE_BY_GUID Instance method Public Method Deletes reference from _VALS 20030313
10 ELEM_BY_GUID Instance method Public Method ELEM_BY_GUID 20000229
11 ELEM_BY_NAME Instance method Public Method ELEM_BY_NAME 20000229
12 FIRST_ELEM Instance method Public Method FIRST_ELEM 20000229
13 FROM_ITAB Instance method Public Method FROM_ITAB 20000229
14 GET_ALL_ELEMENTS Instance method Public Method GET_ALL_ELEMENTS 20000229
15 GET_ALL_GUIDS Instance method Public Method GET_ALL_GUIDS 20000830
16 GET_IDENTS Instance method Public Method GET_IDENTS 20000229
17 GET_PERSISTENCE_STATE Instance method Public Method GET_PERSISTENCE_STATE 20000229
18 INITIALIZE_ELEMENTS Instance method Protected Method INITIALIZE_ELEMENTS 20000229
19 INITIALIZE_ELEMS Instance method Public Method INITIALIZE_ELEMS 20000229
20 INIT_CONV_OBJECT Instance method Protected Method INIT_CONV_OBJECT 20000229
21 LOAD_ELEMENTS Instance method Private Method LOAD_ELEMENTS 20000229
22 NEXT_ELEM Instance method Public Method NEXT_ELEM 20000229
23 PRINT Instance method Public Method Returns documentation as internal table 20000703
24 REFRESH_FROM_DB Instance method Public Method Update of Values From Database 20060103
25 RELOAD_FROM_DB Instance method Protected Method RELOAD_FROM_DB 20000229
26 RELOAD_LIST Instance method Public Method baut Konvertierungsobjekte-Liste neu auf 20060214
27 RELOAD_OBJECT_BY_IDENT Instance method Public Method Cobj von DB neu laden und Referenz in _vals löschen 20060223
28 RESET_FROM_DDIC_FLAG Instance method Public Method für alle Konv.Objekte "FROM_DDIC" zurücksetzen 20051128
29 RESTORE_AFTER_CANCEL Instance method Public Method RESTORE_AFTER_CANCEL 20000823
30 SAVE Instance method Public Method SAVE 20000229
31 SET_PERSISTENCE_STATE Instance method Public Method SET_PERSISTENCE_STATE 20000229
32 SET_STATE Instance method Public Method SET_STATE 20000229
33 SET_SUBPROJECT Instance method Public Method SET_SUBPROJECT 20000229
34 TO_ITAB Instance method Public Method TO_ITAB 20000229
35 UPDATE_DBVALS Instance method Private Method UPDATE_DBVALS 20000229
36 UPDATE_FROM_ITAB Instance method Public Method UPDATE_FROM_ITAB 20000229
Events
Class CL_DMC_CONV_OBJECT_LIST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1     DMC_CONV_OBJECT_REF
Method Signatures

Method ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONV_OBJECT Call by reference Object reference (TYPE REF TO) CL_DMC_CONV_OBJECT IM_CONV_OBJECT 20000229
# Exception Resumable Description Created on
1 ELEMENT_EXISTS_ALREADY ELEMENT_EXISTS_ALREADY 20000229

Method CLEAR_LIST Signature

Method CLEAR_LIST on class CL_DMC_CONV_OBJECT_LIST has no parameter.
Method CLEAR_LIST on class CL_DMC_CONV_OBJECT_LIST has no exception.

Method CONSTRUCTOR Signature

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

Method CONSTRUCTOR on class CL_DMC_CONV_OBJECT_LIST has no exception.

Method COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NUM Value transfer Type reference (TYPE) I NUM 20000229

Method COUNT on class CL_DMC_CONV_OBJECT_LIST has no exception.

Method DEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ID Call by reference Type reference (TYPE) DMCT_IDENT_TYPE IM_ID 20000229
# Exception Resumable Description Created on
1 ELEMENT_NOT_FOUND ELEMENT_NOT_FOUND 20000229

Method DEL_ALL_ELEMENTS Signature

Method DEL_ALL_ELEMENTS on class CL_DMC_CONV_OBJECT_LIST has no parameter.
Method DEL_ALL_ELEMENTS on class CL_DMC_CONV_OBJECT_LIST has no exception.

Method DEL_BY_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_GUID Call by reference Type reference (TYPE) DMC_GUID IM_GUID 20000229
# Exception Resumable Description Created on
1 ELEMENT_NOT_FOUND ELEMENT_NOT_FOUND 20000229

Method DEL_BY_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PTR Call by reference Object reference (TYPE REF TO) CL_DMC_CONV_OBJECT IM_PTR 20000229
# Exception Resumable Description Created on
1 ELEMENT_NOT_FOUND ELEMENT_NOT_FOUND 20000229

Method DEL_REFERENCE_BY_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_COBJ_GUID Call by reference Type reference (TYPE) DMC_GUID GUID des Konvertierungsobjektes 20030313
# Exception Resumable Description Created on
1 NOT_FOUND Kein Eintrag in _VALS gefunden 20030313

Method ELEM_BY_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ELEM Value transfer Object reference (TYPE REF TO) CL_DMC_CONV_OBJECT ELEM 20000229
2 Importing IM_GUID Call by reference Type reference (TYPE) DMC_GUID IM_GUID 20000229
# Exception Resumable Description Created on
1 ELEMENT_NOT_FOUND ELEMENT_NOT_FOUND 20000229

Method ELEM_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ELEM Value transfer Object reference (TYPE REF TO) CL_DMC_CONV_OBJECT ELEM 20000229
2 Importing IM_ID Call by reference Type reference (TYPE) DMCT_IDENT_TYPE IM_ID 20000229
# Exception Resumable Description Created on
1 ELEMENT_NOT_FOUND ELEMENT_NOT_FOUND 20000229

Method FIRST_ELEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ELEM Value transfer Object reference (TYPE REF TO) CL_DMC_CONV_OBJECT ELEM 20000229

Method FIRST_ELEM on class CL_DMC_CONV_OBJECT_LIST has no exception.

Method FROM_ITAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONV_OBJECT_TAB Call by reference Type reference (TYPE) DMCT_CONV_OBJECT_REL_TAB IM_CONV_OBJECT_TAB 20000229

Method FROM_ITAB on class CL_DMC_CONV_OBJECT_LIST has no exception.

Method GET_ALL_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_ELEMS Call by reference Type reference (TYPE) DMC_CONV_OBJECT_REF_TAB EX_ELEMS 20000229
2 Importing IM_TO_INITIALIZE Call by reference Type reference (TYPE) BOOLEAN DMCT_TRUE boolsche Variable (X=true, -=false, space=unknown) 20000615

Method GET_ALL_ELEMENTS on class CL_DMC_CONV_OBJECT_LIST has no exception.

Method GET_ALL_GUIDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_GUIDS Value transfer Type reference (TYPE) DMC_GUIDS_TAB DMC: Tabellentyp mit Guids 20000830

Method GET_ALL_GUIDS on class CL_DMC_CONV_OBJECT_LIST has no exception.

Method GET_IDENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_IDS Call by reference Type reference (TYPE) DMCT_IDENT_TYPE_TAB EX_IDS 20000229

Method GET_IDENTS on class CL_DMC_CONV_OBJECT_LIST has no exception.

Method GET_PERSISTENCE_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONV_OBJECT Call by reference Object reference (TYPE REF TO) CL_DMC_CONV_OBJECT IM_CONV_OBJECT 20000229
2 Returning WA Value transfer Type reference (TYPE) DMC_COREC WA 20000229
# Exception Resumable Description Created on
1 ELEMENT_NOT_FOUND ELEMENT_NOT_FOUND 20000229

Method INITIALIZE_ELEMENTS Signature

Method INITIALIZE_ELEMENTS on class CL_DMC_CONV_OBJECT_LIST has no parameter.
Method INITIALIZE_ELEMENTS on class CL_DMC_CONV_OBJECT_LIST has no exception.

Method INITIALIZE_ELEMS Signature

Method INITIALIZE_ELEMS on class CL_DMC_CONV_OBJECT_LIST has no parameter.
Method INITIALIZE_ELEMS on class CL_DMC_CONV_OBJECT_LIST has no exception.

Method INIT_CONV_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_WA Call by reference Type reference (TYPE) DMC_COREC CH_WA 20000229
2 Exporting EX_ELEM Call by reference Object reference (TYPE REF TO) CL_DMC_CONV_OBJECT EX_ELEM 20000229
# Exception Resumable Description Created on
1 ELEMENT_NOT_FOUND ELEMENT_NOT_FOUND 20000229

Method LOAD_ELEMENTS Signature

Method LOAD_ELEMENTS on class CL_DMC_CONV_OBJECT_LIST has no parameter.
Method LOAD_ELEMENTS on class CL_DMC_CONV_OBJECT_LIST has no exception.

Method NEXT_ELEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ELEM Value transfer Object reference (TYPE REF TO) CL_DMC_CONV_OBJECT ELEM 20000229
# Exception Resumable Description Created on
1 NO_MORE_ELEMENTS NO_MORE_ELEMENTS 20000229

Method PRINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ITAB Call by reference Type reference (TYPE) DMC_PRINT_LINE DMC: DMC_PRINT_LINE 20000703
2 Importing PRINT_PARAMETERS Call by reference Type reference (TYPE) DMC_PRINTP DMC: Flagstruktur der ausdrückende Felder 20000703

Method PRINT on class CL_DMC_CONV_OBJECT_LIST has no exception.

Method REFRESH_FROM_DB Signature

Method REFRESH_FROM_DB on class CL_DMC_CONV_OBJECT_LIST has no parameter.
Method REFRESH_FROM_DB on class CL_DMC_CONV_OBJECT_LIST has no exception.

Method RELOAD_FROM_DB Signature

Method RELOAD_FROM_DB on class CL_DMC_CONV_OBJECT_LIST has no parameter.
Method RELOAD_FROM_DB on class CL_DMC_CONV_OBJECT_LIST has no exception.

Method RELOAD_LIST Signature

Method RELOAD_LIST on class CL_DMC_CONV_OBJECT_LIST has no parameter.
Method RELOAD_LIST on class CL_DMC_CONV_OBJECT_LIST has no exception.

Method RELOAD_OBJECT_BY_IDENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IDENT Call by reference Type reference (TYPE) DMC_CIDENT Name for Conversion Objects 20060223

Method RELOAD_OBJECT_BY_IDENT on class CL_DMC_CONV_OBJECT_LIST has no exception.

Method RESET_FROM_DDIC_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RCONT Call by reference Type reference (TYPE) BOOLEAN reset flag for receiver container 20051128
2 Importing I_SCONT Call by reference Type reference (TYPE) BOOLEAN reset flag for sender container 20051128

Method RESET_FROM_DDIC_FLAG on class CL_DMC_CONV_OBJECT_LIST has no exception.

Method RESTORE_AFTER_CANCEL Signature

Method RESTORE_AFTER_CANCEL on class CL_DMC_CONV_OBJECT_LIST has no parameter.
Method RESTORE_AFTER_CANCEL on class CL_DMC_CONV_OBJECT_LIST has no exception.

Method SAVE Signature

Method SAVE on class CL_DMC_CONV_OBJECT_LIST has no parameter.
Method SAVE on class CL_DMC_CONV_OBJECT_LIST has no exception.

Method SET_PERSISTENCE_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_WA Call by reference Type reference (TYPE) DMC_COREC IM_WA 20000229
# Exception Resumable Description Created on
1 ELEMENT_NOT_FOUND ELEMENT_NOT_FOUND 20000229

Method SET_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_GUID Call by reference Type reference (TYPE) DMC_GUID IM_GUID 20000229
2 Importing IM_NEW_STATE Call by reference Type reference (TYPE) DMCT_OBJECT_STATE IM_NEW_STATE 20000229

Method SET_STATE on class CL_DMC_CONV_OBJECT_LIST has no exception.

Method SET_SUBPROJECT Signature

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

Method SET_SUBPROJECT on class CL_DMC_CONV_OBJECT_LIST has no exception.

Method TO_ITAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_CONV_OBJECT_TAB Call by reference Type reference (TYPE) DMCT_CONV_OBJECT_REL_TAB EX_CONV_OBJECT_TAB 20000229
2 Importing IM_FOR_INIT_GLOB_TABLES Call by reference Type reference (TYPE) BOOLEAN DMCT_FALSE Flag: wird das von der Methode INIT_GLOB_TABLES aufgerufen 20000830

Method TO_ITAB on class CL_DMC_CONV_OBJECT_LIST has no exception.

Method UPDATE_DBVALS Signature

Method UPDATE_DBVALS on class CL_DMC_CONV_OBJECT_LIST has no parameter.
Method UPDATE_DBVALS on class CL_DMC_CONV_OBJECT_LIST has no exception.

Method UPDATE_FROM_ITAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_CONV_OBJECT_TAB Call by reference Type reference (TYPE) DMCT_CONV_OBJECT_REL_TAB CH_CONV_OBJECT_TAB 20000229

Method UPDATE_FROM_ITAB on class CL_DMC_CONV_OBJECT_LIST has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 46D