SAP ABAP Class CL_DMC_INCLUDE_LIST (MWB: Access for table DMC_CWB_INCLUDES)
Hierarchy
☛
DMIS (Software Component) DMIS 2011_1
⤷
CA-EUR (Application Component) European Monetary Union: Euro
⤷
CNV_DMCM (Package) Data Mapping and Conversion: Maintenance
⤷
⤷
Properties
| Class | CL_DMC_INCLUDE_LIST | |
| Short Description | MWB: Access for table DMC_CWB_INCLUDES | |
| Super 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 | 20050211 | SAP |
| Last change | 20141030 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_DMC_INCLUDE_LIST has no interface implemented.
Friends
Class CL_DMC_INCLUDE_LIST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | DMC_CWB_ITYPE | 'D' | MWB: CWB Include-Typ | 20050211 | ||
| 2 | Constant | Public | Type reference (TYPE) | DMC_CWB_ITYPE | 5 | data selection include | 20110311 | ||
| 3 | Constant | Public | Type reference (TYPE) | DMC_CWB_ITYPE | 2 | MWB: CWB Include-Typ | 20101110 | ||
| 4 | Constant | Public | Type reference (TYPE) | DMC_CWB_ITYPE | 1 | MWB: CWB Include-Typ | 20101110 | ||
| 5 | Constant | Public | Type reference (TYPE) | DMC_CWB_ITYPE | 3 | MWB: CWB Include-Typ | 20101110 | ||
| 6 | Constant | Public | Type reference (TYPE) | DMC_CWB_ITYPE | 4 | MWB: CWB Include-Typ | 20101110 | ||
| 7 | Constant | Public | Type reference (TYPE) | DMC_CWB_ITYPE | 'P' | MWB: CWB Include-Typ | 20050211 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Add CWB Includes | 20050211 | |
| 2 | Static method | Public | Method | Deletes Includes of a conv. object, identified by its GUID | 20050211 | |
| 3 | Static method | Public | Method | Deletes Includes of a conv. objects GUID & Type | 20050211 | |
| 4 | Static method | Public | Method | get all includes from the database | 20050211 | |
| 5 | Static method | Public | Method | Gets Includes of a conversion object, identified by its GUID | 20050211 | |
| 6 | Static method | Public | Method | Gets includes of a conversion object (GUID & Type) | 20050211 | |
| 7 | Static method | Public | Method | get name of a single include | 20110311 |
Events
Class CL_DMC_INCLUDE_LIST has no event.
Types
Class CL_DMC_INCLUDE_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 | IT_INCLUDES | Call by reference | Type reference (TYPE) | DMCT_INCLUDES_REL_TAB | Tabelle mit Includes | 20050211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Modify auf Tabelle DMC_CWB_INCLUDES | 20050211 |
Method DEL_ELEM_BY_GUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_COBJ_GUID | Call by reference | Type reference (TYPE) | DMC_GUID | GUID des Konvertierungsobjekts | 20050211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Löschen von der Tabelle DMC_CWB_INCLUDES | 20050211 |
Method DEL_ELEM_BY_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_COBJ_GUID | Call by reference | Type reference (TYPE) | DMC_GUID | GUID des Konvertierungsobjekts | 20050211 | |||
| 2 | IM_ITYPE | Call by reference | Type reference (TYPE) | DMC_CWB_ITYPE | MWB: CWB Include-Typ | 20050211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Löschen von der Tabelle DMC_CWB_INCLUDES | 20050211 |
Method GET_ALL_ELEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_INCLUDES | Call by reference | Type reference (TYPE) | DMCT_INCLUDES_REL_TAB | Tabelle mit CWB-Includes | 20050211 |
Method GET_ALL_ELEMENTS on class CL_DMC_INCLUDE_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 | EX_INCLUDES | Call by reference | Type reference (TYPE) | DMCT_INCLUDES_REL_TAB | Tabelle mit CWB-Includes | 20050211 | |||
| 2 | IM_COBJ_GUID | Call by reference | Type reference (TYPE) | DMC_GUID | GUID des Konvertierungsobjekts | 20050211 | |||
| 3 | IV_COBJ_LEVEL_ONLY | Call by reference | Type reference (TYPE) | BOOLEAN | boolean variable (X=true, -=false, space=unknown) | 20120525 |
Method GET_ELEM_BY_GUID on class CL_DMC_INCLUDE_LIST has no exception.
Method GET_ELEM_BY_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EX_INCLUDES | Call by reference | Type reference (TYPE) | DMCT_INCLUDES_REL_TAB | Tabelle mit CWB-Includes | 20050211 | |||
| 2 | IM_COBJ_GUID | Call by reference | Type reference (TYPE) | DMC_GUID | GUID des Konvertierungsobjekts | 20050211 | |||
| 3 | IM_ITYPE | Call by reference | Type reference (TYPE) | DMC_CWB_ITYPE | MWB: CWB Include-Typ | 20050211 |
Method GET_ELEM_BY_TYPE on class CL_DMC_INCLUDE_LIST has no exception.
Method GET_INCLUDE_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_COBJ_GUID | Call by reference | Type reference (TYPE) | DMC_GUID | DMC: Globally Unique Key (22 Characters) | 20110311 | |||
| 2 | I_INCL_TYPE | Call by reference | Type reference (TYPE) | DMC_CWB_ITYPE | MWB: CWB include type | 20110311 | |||
| 3 | R_INCL_NAME | Value transfer | Type reference (TYPE) | PROGRAMM | ABAP Program Name | 20110311 |
Method GET_INCLUDE_NAME on class CL_DMC_INCLUDE_LIST has no exception.
History
| Last changed by/on | SAP | 20141030 |
| SAP Release Created in | 620 |