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
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 | ![]() |
Instance method | Public | Method | Add a new object to the list or updates its value | 20050712 |
2 | ![]() |
Instance method | Public | Method | User command handling from List | 20050712 |
3 | ![]() |
Instance method | Public | Method | Copy myself | 20050712 |
4 | ![]() |
Instance method | Public | Method | Set delete state for all list elements | 20050712 |
5 | ![]() |
Instance method | Public | Method | Set delete state for list object by GUID | 20050712 |
6 | ![]() |
Instance method | Public | Method | Set delete state for list object by ID | 20050712 |
7 | ![]() |
Instance method | Public | Method | Set delete state for list object by reference | 20050712 |
8 | ![]() |
Instance method | Public | Method | Add new objects to list with data in ITAB | 20050712 |
9 | ![]() |
Instance method | Public | Method | Get all references from active list object | 20050712 |
10 | ![]() |
Instance method | Public | Method | Get object reference by GUID | 20050712 |
11 | ![]() |
Instance method | Public | Method | Get object reference by ID | 20050712 |
12 | ![]() |
Instance method | Public | Method | 20060125 | |
13 | ![]() |
Instance method | Public | Method | Reload objects from database | 20050712 |
14 | ![]() |
Instance method | Public | Method | Restore data after user command CANCEL | 20050712 |
15 | ![]() |
Instance method | Public | Method | Save list objects | 20050712 |
16 | ![]() |
Instance method | Public | Method | Set state of a list object | 20050712 |
17 | ![]() |
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 | ![]() |
IREF_ELEM | Call by reference | Object reference (TYPE REF TO) | IF_DMC_POBJECT | Persistent object | 20050715 | ||
2 | ![]() |
I_COPY_MODE | Call by reference | Type reference (TYPE) | BOOLEAN | '-' | object is being copied | 20051109 | |
3 | ![]() |
I_POS | Call by reference | Type reference (TYPE) | SY-TABIX | Internal Table, Current Line Index | 20050714 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20051212 |
Method CMD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_EDIT_MODE | Call by reference | Type reference (TYPE) | BOOLEAN | actual edit mode | 20050712 | ||
2 | ![]() |
IV_OK_CODE | Call by reference | Type reference (TYPE) | SYUCOMM | function code triggered by PAI | 20050712 | ||
3 | ![]() |
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 | ![]() |
IREF_OWNER | Call by reference | Object reference (TYPE REF TO) | IF_DMC_POBJECT | Persistent Object | 20050712 | ||
2 | ![]() |
IT_COBJS_FOR_COPY | Call by reference | Type reference (TYPE) | DMC_CONV_OBJECT_LIST_TAB | MWB: Table type List with conversion objects | 20051110 | ||
3 | ![]() |
IT_USED_RULES | Call by reference | Type reference (TYPE) | DMC_IDENT_TAB | Table of Identifiers | 20051109 | ||
4 | ![]() |
I_ONLY_USED_CONVLOGIC | Call by reference | Type reference (TYPE) | BOOLEAN | nur verwendete Objekte kopieren | 20051102 | ||
5 | ![]() |
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 | ![]() |
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 | 20050811 |
Method DEL_BY_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ID | Call by reference | Type reference (TYPE) | ANY | DMC: Key | 20050714 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Element not found. | 20050811 |
Method DEL_BY_REF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
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 | 20050811 |
Method FROM_ITAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
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 | ![]() |
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 | ![]() |
I_GUID | Call by reference | Type reference (TYPE) | DMC_GUID | DMC: Globally Unique Key (22 Characters) | 20050714 | ||
2 | ![]() |
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 | ![]() |
I_ID | Call by reference | Type reference (TYPE) | ANY | 20050714 | |||
2 | ![]() |
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 | ![]() |
I_GUID | Call by reference | Type reference (TYPE) | DMC_GUID | DMC: Global eindeutiger Schlüssel (22-stellig) | 20050714 | ||
2 | ![]() |
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 | ![]() |
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 |