SAP ABAP Interface IF_DMC_LIST (Listobjekt)
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 - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_DMC_CNTRLPARAM_LIST List Class for Control Parameters 20050727
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_DMC_CNTRLPARAM_VARIANT_LIST List class for Control Parameter Variants 20050810
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_DMC_COLL_ACP_LIST MWB: Rule Variant List Class 20060620
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_DMC_FIXEDVALUE_LIST List class for Fixed Values 20050721
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_DMC_F_FORM_PARAM_LIST CL_DMC_F_FORM_PARAM_LIST 20050712
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_DMC_OP_LIST MWB: Rule Implementation List Class 20050715
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_DMC_RVARIANT_LIST MWB: Rule Variant List Class 20050715
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_DMC_VARIABLE_LIST List Class for Variables 20051006
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_MBO_BO_LIST Business object list class 20060116
Properties
Interface IF_DMC_LIST  
Short Description Listobjekt    
General Data
Package CNV_DMCM   Data Mapping and Conversion: Maintenance 
Created 20050712   SAP 
Last changed 20141030    
Unicode checks active    
Forward declarations
Interface IF_DMC_LIST has no forward declaration.
Interfaces
Interface IF_DMC_LIST has no interface.
Friends
Interface IF_DMC_LIST has no friend.
Attributes
Interface IF_DMC_LIST has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD Instance method Public Method Add a new object to the list or updates its value 20050712
2 CMD Instance method Public Method User command handling from List 20050712
3 COPY Instance method Public Method Copy myself 20050712
4 DEL_ALL_ELEMENTS Instance method Public Method Set delete state for all list elements 20050712
5 DEL_BY_GUID Instance method Public Method Set delete state for list object by GUID 20050712
6 DEL_BY_ID Instance method Public Method Set delete state for list object by ID 20050712
7 DEL_BY_REF Instance method Public Method Set delete state for list object by reference 20050712
8 FROM_ITAB Instance method Public Method Add new objects to list with data in ITAB 20050712
9 GET_ALL_ELEMENTS Instance method Public Method Get all references from active list object 20050712
10 GET_ELEM_BY_GUID Instance method Public Method Get object reference by GUID 20050712
11 GET_ELEM_BY_ID Instance method Public Method Get object reference by ID 20050712
12 INITIALIZE_BO Instance method Public Method 20060125
13 RELOAD_FROM_DB Instance method Public Method Reload objects from database 20050712
14 RESTORE_AFTER_CANCEL Instance method Public Method Restore data after user command CANCEL 20050712
15 SAVE Instance method Public Method Save list objects 20050712
16 SET_STATE Instance method Public Method Set state of a list object 20050712
17 TO_ITAB Instance method Public Method Get all list elements in an ITAB 20050712
Events
Interface IF_DMC_LIST has no event.
Types
Interface IF_DMC_LIST has no local type.
Method Signatures

Method ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IREF_ELEM Call by reference Object reference (TYPE REF TO) IF_DMC_POBJECT Persistent object 20050715
2 Importing I_COPY_MODE Call by reference Type reference (TYPE) BOOLEAN '-' object is being copied 20051109
3 Importing I_POS Call by reference Type reference (TYPE) SY-TABIX Internal Table, Current Line Index 20050714
# Exception Resumable Description Created on
1 ELEMENT_EXISTS_ALREADY 20051212

Method CMD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EDIT_MODE Call by reference Type reference (TYPE) BOOLEAN actual edit mode 20050712
2 Importing IV_OK_CODE Call by reference Type reference (TYPE) SYUCOMM function code triggered by PAI 20050712
3 Importing IV_WITH_POPUP Call by reference Type reference (TYPE) BOOLEAN '-' handle command with popup 20050712

Method CMD on Interface IF_DMC_LIST has no exception.

Method COPY 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) IF_DMC_POBJECT Persistent Object 20050712
2 Importing IT_COBJS_FOR_COPY Call by reference Type reference (TYPE) DMC_CONV_OBJECT_LIST_TAB MWB: Table type List with conversion objects 20051110
3 Importing IT_USED_RULES Call by reference Type reference (TYPE) DMC_IDENT_TAB Table of Identifiers 20051109
4 Importing I_ONLY_USED_CONVLOGIC Call by reference Type reference (TYPE) BOOLEAN nur verwendete Objekte kopieren 20051102
5 Returning RREF_LIST Value transfer Object reference (TYPE REF TO) IF_DMC_LIST Listobject 20050712

Method COPY on Interface IF_DMC_LIST has no exception.

Method DEL_ALL_ELEMENTS Signature

Method DEL_ALL_ELEMENTS on Interface IF_DMC_LIST has no parameter.
Method DEL_ALL_ELEMENTS on Interface IF_DMC_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 I_GUID Call by reference Type reference (TYPE) DMC_GUID DMC: Globally Unique Key (22 Characters) 20050714
# Exception Resumable Description Created on
1 ELEMENT_NOT_FOUND Element not found 20050811

Method DEL_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) ANY DMC: Key 20050714
# Exception Resumable Description Created on
1 ELEMENT_NOT_FOUND Element not found. 20050811

Method DEL_BY_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IREF_ELEM Call by reference Object reference (TYPE REF TO) IF_DMC_POBJECT Persistent Object 20050712
# Exception Resumable Description Created on
1 ELEMENT_NOT_FOUND Element not found 20050811

Method FROM_ITAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DBTAB Call by reference Type reference (TYPE) TABLE 20050712

Method FROM_ITAB on Interface IF_DMC_LIST has no exception.

Method GET_ALL_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_POBJECTS Value transfer Type reference (TYPE) DMC_IF_POBJECT_REF_TAB MWB: Table with persistance instances 20050712

Method GET_ALL_ELEMENTS on Interface IF_DMC_LIST has no exception.

Method GET_ELEM_BY_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_GUID Call by reference Type reference (TYPE) DMC_GUID DMC: Globally Unique Key (22 Characters) 20050714
2 Returning RREF_ELEM Value transfer Object reference (TYPE REF TO) IF_DMC_POBJECT Persistent Object 20050712

Method GET_ELEM_BY_GUID on Interface IF_DMC_LIST has no exception.

Method GET_ELEM_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) ANY 20050714
2 Returning RREF_ELEM Value transfer Object reference (TYPE REF TO) IF_DMC_POBJECT Persistent Object 20050712

Method GET_ELEM_BY_ID on Interface IF_DMC_LIST has no exception.

Method INITIALIZE_BO Signature

Method INITIALIZE_BO on Interface IF_DMC_LIST has no parameter.
Method INITIALIZE_BO on Interface IF_DMC_LIST has no exception.

Method RELOAD_FROM_DB Signature

Method RELOAD_FROM_DB on Interface IF_DMC_LIST has no parameter.
Method RELOAD_FROM_DB on Interface IF_DMC_LIST has no exception.

Method RESTORE_AFTER_CANCEL Signature

Method RESTORE_AFTER_CANCEL on Interface IF_DMC_LIST has no parameter.
Method RESTORE_AFTER_CANCEL on Interface IF_DMC_LIST has no exception.

Method SAVE Signature

Method SAVE on Interface IF_DMC_LIST has no parameter.
Method SAVE on Interface IF_DMC_LIST has no exception.

Method SET_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_GUID Call by reference Type reference (TYPE) DMC_GUID DMC: Global eindeutiger Schlüssel (22-stellig) 20050714
2 Importing I_NEW_STATE Call by reference Type reference (TYPE) DMC_STATE DMC: Zustand eines Objektes 20050714

Method SET_STATE on Interface IF_DMC_LIST has no exception.

Method TO_ITAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DBTAB Value transfer Type reference (TYPE) TABLE 20050712

Method TO_ITAB on Interface IF_DMC_LIST has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 620