SAP ABAP Class CL_DMC_COLL_ACP_LIST (MWB: Rule Variant List Class)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_DMCM (Package) Data Mapping and Conversion: Maintenance
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DMC_LIST MWB: Master list class 20060620
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DMC_EQUALS Check of Two Class Instances for Equality 20060620
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DMC_LIST Listobjekt 20060620
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DMC_TREE_NODE Nodes in List Tree Control 20060620
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DMC_TREE_OWNER Represents attributes in tree control 20060620
Properties
Class CL_DMC_COLL_ACP_LIST  
Short Description MWB: Rule Variant List Class    
Super Class CL_DMC_LIST MWB: Master list class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_DMCM   Data Mapping and Conversion: Maintenance 
Created 20060620   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 20060620
2 IF_DMC_LIST Listobjekt 20060620
3 IF_DMC_TREE_NODE Nodes in List Tree Control 20060620
4 IF_DMC_TREE_OWNER Represents attributes in tree control 20060620
Friends
Class CL_DMC_COLL_ACP_LIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACTUAL_ELEMENT Instance attribute Private Object reference (TYPE REF TO) CL_DMC_COLL_ACP DMC: Collective Access Plan 20060621
2 OWNER_REF Instance attribute Public Object reference (TYPE REF TO) CL_DMC_CONV_OBJECT MWB: Collective Access Plan 20060620
3 RTI Instance attribute Public Type reference (TYPE) DMCT_RTI_TYPE Runtime Type Information Flag 20060621
4 SHOW_KEY_FIELDS_ONLY Instance attribute Private Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20060621
5 STD_VARIANT_CHANGED Instance attribute Private Type reference (TYPE) BOOLEAN false Standard variant was changed 20060620
6 _DBVALS Instance attribute Protected Type reference (TYPE) DMC_COLL_ACP_TAB MWB: Table with Collective Access Plan 20060620
7 _VALS Instance attribute Protected Type reference (TYPE) DMC_COLL_ACP_PERS MWB: Persistence Information for Collective Access Plan 20060620
Methods
# Method Level Visibility Method type Description Created on
1 ADD Instance method Public Method 20060620
2 ADD_COLL_ACP Instance method Public Method Adds collective access plan to list or updates values 20060623
3 ADD_COLL_ACP_BY_REF Instance method Public Method Adds existing collective access plan to list 20060621
4 CMD Instance method Public Method 20060620
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060620
6 COPY Instance method Public Method 20060620
7 COPY_COLL_ACP Instance method Public Method Copies a precalculation and adds it to list 20060621
8 DEL_ACTUAL_ELEMENT Instance method Public Method Deletes reference to current selected collective access plan 20060621
9 DEL_ALL_ELEMENTS Instance method Public Method 20060620
10 DEL_BY_GUID Instance method Public Method 20060620
11 DEL_BY_ID Instance method Public Method 20060620
12 DEL_BY_REF Instance method Public Method 20060620
13 FROM_ITAB Instance method Public Method 20060620
14 GET_ACTUAL_ELEMENT Instance method Public Method Returns reference to current selected collective access plan 20060621
15 GET_ALL_ELEMENTS Instance method Public Method 20060620
16 GET_ELEMENT_STATE Instance method Public Method Returns the status from _vals for an element 20060623
17 GET_ELEM_BY_GUID Instance method Public Method 20060620
18 GET_ELEM_BY_ID Instance method Public Method 20060620
19 GET_LAST_SIZE_DATA Instance method Private Method Returns block and segment size of last created coll.acc.pla. 20060621
20 GET_OWNER Instance method Public Method Returns the owner of the list 20060623
21 GET_SHOW_KEY_FIELDS_ONLY Instance method Public Method Returns status "Display only key fields" (stat. comp.) 20060623
22 GET_VALS Instance method Public Method Returns table _VALS 20060621
23 RELOAD_FROM_DB Instance method Public Method 20060620
24 RESTORE_AFTER_CANCEL Instance method Public Method 20060620
25 SAVE Instance method Public Method 20060620
26 SET_ACTUAL_ELEMENT Instance method Public Method Sets reference to current selected collective access plan 20060621
27 SET_DELETE_NOTE Instance method Public Method Sets deletion flag for access plan 20060621
28 SET_SHOW_KEY_FIELDS_ONLY Instance method Public Method Set status "Display only key fields" (stat. delimitation) 20060621
29 SET_STATE Instance method Public Method 20060620
30 TO_ITAB Instance method Public Method 20060620
31 UPDATE_VALS_DESCR Instance method Public Method Sets a new description in _vals for specified GUID 20060623
32 UPDATE_VALS_ID Instance method Public Method Sets a new ID value in _vals for specified GUID 20060623
Events
Class CL_DMC_COLL_ACP_LIST has no event.
Types
Class CL_DMC_COLL_ACP_LIST has no local type.
Method Signatures

Method ADD Signature

Method ADD on class CL_DMC_COLL_ACP_LIST has no parameter.
Method ADD on class CL_DMC_COLL_ACP_LIST has no exception.

Method ADD_COLL_ACP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_BLOCKSIZE Call by reference Type reference (TYPE) DMC_BLOCKSIZE 20060623
2 Importing IM_DESCR Call by reference Type reference (TYPE) DMC_DESCR 20060623
3 Importing IM_GUID Call by reference Type reference (TYPE) DMC_GUID 20060623
4 Importing IM_ID Call by reference Type reference (TYPE) DMC_ID 20060623

Method ADD_COLL_ACP on class CL_DMC_COLL_ACP_LIST has no exception.

Method ADD_COLL_ACP_BY_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COLL_ACP Call by reference Object reference (TYPE REF TO) CL_DMC_COLL_ACP 20060621
2 Importing I_OVERWRITE_ID Call by reference Type reference (TYPE) BOOLEAN '-' 20061114
# Exception Resumable Description Created on
1 ID_ALREADY_USED 20060803
2 NO_VALID_ID 20060803

Method CMD Signature

Method CMD on class CL_DMC_COLL_ACP_LIST has no parameter.
Method CMD on class CL_DMC_COLL_ACP_LIST has no exception.

Method CONSTRUCTOR Signature

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

Method CONSTRUCTOR on class CL_DMC_COLL_ACP_LIST has no exception.

Method COPY Signature

Method COPY on class CL_DMC_COLL_ACP_LIST has no parameter.
Method COPY on class CL_DMC_COLL_ACP_LIST has no exception.

Method COPY_COLL_ACP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BLOCKSIZE Call by reference Type reference (TYPE) DMC_BLOCKSIZE 20060621
2 Importing I_COLL_ACP_LIST_TO Call by reference Object reference (TYPE REF TO) CL_DMC_COLL_ACP_LIST 20060621
3 Importing I_COLL_ACP_SUBMITTAL Call by reference Object reference (TYPE REF TO) CL_DMC_COLL_ACP 20060621
4 Importing I_DESCR Call by reference Type reference (TYPE) DMC_DESCR 20060621
5 Importing I_ID Call by reference Type reference (TYPE) DMC_ID 20060621
6 Returning RE_COLL_ACP_NEW Value transfer Object reference (TYPE REF TO) CL_DMC_COLL_ACP 20060621
# Exception Resumable Description Created on
1 ID_ALREADY_USED 20060621
2 NO_VALID_ID 20060621

Method DEL_ACTUAL_ELEMENT Signature

Method DEL_ACTUAL_ELEMENT on class CL_DMC_COLL_ACP_LIST has no parameter.
Method DEL_ACTUAL_ELEMENT on class CL_DMC_COLL_ACP_LIST has no exception.

Method DEL_ALL_ELEMENTS Signature

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

Method DEL_BY_GUID Signature

Method DEL_BY_GUID on class CL_DMC_COLL_ACP_LIST has no parameter.
Method DEL_BY_GUID on class CL_DMC_COLL_ACP_LIST has no exception.

Method DEL_BY_ID Signature

Method DEL_BY_ID on class CL_DMC_COLL_ACP_LIST has no parameter.
Method DEL_BY_ID on class CL_DMC_COLL_ACP_LIST has no exception.

Method DEL_BY_REF Signature

Method DEL_BY_REF on class CL_DMC_COLL_ACP_LIST has no parameter.
Method DEL_BY_REF on class CL_DMC_COLL_ACP_LIST has no exception.

Method FROM_ITAB Signature

Method FROM_ITAB on class CL_DMC_COLL_ACP_LIST has no parameter.
Method FROM_ITAB on class CL_DMC_COLL_ACP_LIST has no exception.

Method GET_ACTUAL_ELEMENT Signature

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

Method GET_ACTUAL_ELEMENT on class CL_DMC_COLL_ACP_LIST has no exception.

Method GET_ALL_ELEMENTS Signature

Method GET_ALL_ELEMENTS on class CL_DMC_COLL_ACP_LIST has no parameter.
Method GET_ALL_ELEMENTS on class CL_DMC_COLL_ACP_LIST has no exception.

Method GET_ELEMENT_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 20060623
2 Returning RE_STATE Value transfer Type reference (TYPE) DMC_STATE 20060623

Method GET_ELEMENT_STATE on class CL_DMC_COLL_ACP_LIST has no exception.

Method GET_ELEM_BY_GUID Signature

Method GET_ELEM_BY_GUID on class CL_DMC_COLL_ACP_LIST has no parameter.
Method GET_ELEM_BY_GUID on class CL_DMC_COLL_ACP_LIST has no exception.

Method GET_ELEM_BY_ID Signature

Method GET_ELEM_BY_ID on class CL_DMC_COLL_ACP_LIST has no parameter.
Method GET_ELEM_BY_ID on class CL_DMC_COLL_ACP_LIST has no exception.

Method GET_LAST_SIZE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_BLOCKSIZE Value transfer Type reference (TYPE) DMC_BLOCKSIZE 20060621

Method GET_LAST_SIZE_DATA on class CL_DMC_COLL_ACP_LIST has no exception.

Method GET_OWNER Signature

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

Method GET_OWNER on class CL_DMC_COLL_ACP_LIST has no exception.

Method GET_SHOW_KEY_FIELDS_ONLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_STATE Value transfer Type reference (TYPE) BOOLEAN 20060623

Method GET_SHOW_KEY_FIELDS_ONLY on class CL_DMC_COLL_ACP_LIST has no exception.

Method GET_VALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_VALS Value transfer Type reference (TYPE) DMC_COLL_ACP_PERS 20060621

Method GET_VALS on class CL_DMC_COLL_ACP_LIST has no exception.

Method RELOAD_FROM_DB Signature

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

Method RESTORE_AFTER_CANCEL Signature

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

Method SAVE Signature

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

Method SET_ACTUAL_ELEMENT Signature

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

Method SET_ACTUAL_ELEMENT on class CL_DMC_COLL_ACP_LIST has no exception.

Method SET_DELETE_NOTE Signature

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

Method SET_DELETE_NOTE on class CL_DMC_COLL_ACP_LIST has no exception.

Method SET_SHOW_KEY_FIELDS_ONLY Signature

Method SET_SHOW_KEY_FIELDS_ONLY on class CL_DMC_COLL_ACP_LIST has no parameter.
Method SET_SHOW_KEY_FIELDS_ONLY on class CL_DMC_COLL_ACP_LIST has no exception.

Method SET_STATE Signature

Method SET_STATE on class CL_DMC_COLL_ACP_LIST has no parameter.
Method SET_STATE on class CL_DMC_COLL_ACP_LIST has no exception.

Method TO_ITAB Signature

Method TO_ITAB on class CL_DMC_COLL_ACP_LIST has no parameter.
Method TO_ITAB on class CL_DMC_COLL_ACP_LIST has no exception.

Method UPDATE_VALS_DESCR Signature

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

Method UPDATE_VALS_DESCR on class CL_DMC_COLL_ACP_LIST has no exception.

Method UPDATE_VALS_ID 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 20060623
2 Importing IM_ID Call by reference Type reference (TYPE) DMC_ID 20060623

Method UPDATE_VALS_ID on class CL_DMC_COLL_ACP_LIST has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 620