SAP ABAP Class CL_DMC_FUNCMOD_RESTART (Restart handling for FM transfer)
Hierarchy
☛
DMIS (Software Component) DMIS 2011_1
⤷
CA-EUR (Application Component) European Monetary Union: Euro
⤷
CNV_DMCR (Package) Data Mapping and Conversion: Runtime
⤷
⤷
Properties
| Class | CL_DMC_FUNCMOD_RESTART | |
| Short Description | Restart handling for FM transfer | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CNV_DMCR | Data Mapping and Conversion: Runtime |
| Created | 20110517 | 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_FUNCMOD_RESTART has no interface implemented.
Friends
Class CL_DMC_FUNCMOD_RESTART 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_CHAR5 | '&sep&' | key value separator | 20110517 | ||
| 2 | Static Attribute | Public | Type reference (TYPE) | DMC_FM_RESTART_TAB | Table Type for Function Module Restart Table | 20120507 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Private | Method | concat field to XML string | 20110517 | |
| 2 | Static method | Public | Method | delete records from DMC_FM_RESTART_K | 20110517 | |
| 3 | Static method | Public | Method | delete records from DMC_FM_RESTART_K | 20110517 | |
| 4 | Static method | Public | Method | get concatenated sender key for message ID | 20110517 | |
| 5 | Static method | Public | Method | get message ID for key | 20110517 | |
| 6 | Static method | Public | Method | set receiver key | 20110518 | |
| 7 | Static method | Public | Method | insert all newly created message IDs | 20120507 | |
| 8 | Static method | Public | Method | set receiver key | 20110517 | |
| 9 | Static method | Public | Method | set success flag for record | 20110517 | |
| 10 | Static method | Public | Method | set receiver key | 20110518 | |
| 11 | Static method | Public | Method | update message IDs | 20120507 |
Events
Class CL_DMC_FUNCMOD_RESTART has no event.
Types
Class CL_DMC_FUNCMOD_RESTART has no local type.
Method Signatures
Method CONCAT_FIELD_XML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_XML_STRING | Call by reference | Type reference (TYPE) | STRING | 20110517 | ||||
| 2 | I_FIELDCONTENT | Call by reference | Type reference (TYPE) | STRING | 20110517 | ||||
| 3 | I_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20110517 |
Method CONCAT_FIELD_XML on class CL_DMC_FUNCMOD_RESTART has no exception.
Method DELETE_ALL_FOR_MIGOBJ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MT_ID | Call by reference | Type reference (TYPE) | DMC_MT_IDENTIFIER | DMC: Indicator for Mass Transfer | 20140310 | |||
| 2 | IV_TABNAME_GUID | Call by reference | Type reference (TYPE) | TABNAME | DMC: Globally Unique Key (22 Characters) | 20140310 |
Method DELETE_ALL_FOR_MIGOBJ on class CL_DMC_FUNCMOD_RESTART has no exception.
Method DELETE_BY_SENDER_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_KEY_FIELDS | Call by reference | Type reference (TYPE) | DMC_KEY_FIELD_TAB | table of key fields (field name + field content) | 20110517 | |||
| 2 | IV_MT_ID | Call by reference | Type reference (TYPE) | DMC_MT_IDENTIFIER | DMC: Indicator for Mass Transfer | 20140310 | |||
| 3 | IV_TABNAME_GUID | Call by reference | Type reference (TYPE) | TABNAME | DMC: Globally Unique Key (22 Characters) | 20140310 |
Method DELETE_BY_SENDER_KEY on class CL_DMC_FUNCMOD_RESTART has no exception.
Method GET_KEY_BY_MSGID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MESSAGE_ID | Call by reference | Type reference (TYPE) | GUID_22 | GUID in 'CHAR' format with upper-/lowercase (!) | 20110517 | |||
| 2 | I_RES_TECH_SEP | Call by reference | Type reference (TYPE) | BOOLEAN | boolean variable (X=true, -=false, space=unknown) | 20110517 | |||
| 3 | R_KEY_CONCAT | Value transfer | Type reference (TYPE) | DMC_FM_RESTART_K-SENDER_KEY | sender key field value concatenation | 20110517 |
Method GET_KEY_BY_MSGID on class CL_DMC_FUNCMOD_RESTART has no exception.
Method GET_MESSAGE_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_MESSAGE_ID | Call by reference | Type reference (TYPE) | GUID_22 | GUID in 'CHAR' format with upper-/lowercase (!) | 20110517 | |||
| 2 | E_SENDER_KEY | Call by reference | Type reference (TYPE) | DMC_FM_RESTART_K-SENDER_KEY | sender key field value concatenation | 20110517 | |||
| 3 | E_SUCCESS | Call by reference | Type reference (TYPE) | BOOLEAN | already successfully processed? | 20110517 | |||
| 4 | IT_KEY_FIELDS | Call by reference | Type reference (TYPE) | DMC_KEY_FIELD_TAB | table of key fields (field name + field content) | 20110517 | |||
| 5 | IV_MT_ID | Call by reference | Type reference (TYPE) | DMC_MT_IDENTIFIER | DMC: Indicator for Mass Transfer | 20140310 | |||
| 6 | IV_TABNAME_GUID | Call by reference | Type reference (TYPE) | TABNAME | DMC: Globally Unique Key (22 Characters) | 20140310 |
Method GET_MESSAGE_ID on class CL_DMC_FUNCMOD_RESTART has no exception.
Method GET_STRING_FROM_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_KEY_FIELDS | Call by reference | Type reference (TYPE) | DMC_KEY_FIELD_TAB | table of key fields (field name + field content) | 20110518 | |||
| 2 | R_KEY_FIELDS | Value transfer | Type reference (TYPE) | STRING | 20110518 |
Method GET_STRING_FROM_KEY on class CL_DMC_FUNCMOD_RESTART has no exception.
Method INSERT_MESSAGE_IDS Signature
Method INSERT_MESSAGE_IDS on class CL_DMC_FUNCMOD_RESTART has no parameter.
Method INSERT_MESSAGE_IDS on class CL_DMC_FUNCMOD_RESTART has no exception.
Method SET_RECEIVER_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_KEY_FIELDS | Call by reference | Type reference (TYPE) | DMC_KEY_FIELD_TAB | table of key fields (field name + field content) | 20110517 | |||
| 2 | I_MESSAGE_ID | Call by reference | Type reference (TYPE) | GUID_22 | GUID in 'CHAR' format with upper-/lowercase (!) | 20110517 |
Method SET_RECEIVER_KEY on class CL_DMC_FUNCMOD_RESTART has no exception.
Method SET_SUCCESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MESSAGE_ID | Call by reference | Type reference (TYPE) | GUID_22 | GUID in 'CHAR' format with upper-/lowercase (!) | 20110517 | |||
| 2 | I_SUCCESS | Call by reference | Type reference (TYPE) | BOOLEAN | boolean variable (X=true, -=false, space=unknown) | 20110517 |
Method SET_SUCCESS on class CL_DMC_FUNCMOD_RESTART has no exception.
Method SET_SUCCESS_AND_RECEIVER_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MESSAGE_ID | Call by reference | Type reference (TYPE) | GUID_22 | GUID in 'CHAR' format with upper-/lowercase (!) | 20110518 | |||
| 2 | I_RECV_KEY | Call by reference | Type reference (TYPE) | DMC_FM_RESTART-RECVR_KEY | receiver key string | 20110518 | |||
| 3 | I_SUCCESS | Call by reference | Type reference (TYPE) | BOOLEAN | object successfully processed | 20110518 |
Method SET_SUCCESS_AND_RECEIVER_KEY on class CL_DMC_FUNCMOD_RESTART has no exception.
Method UPDATE_MESSAGE_IDS Signature
Method UPDATE_MESSAGE_IDS on class CL_DMC_FUNCMOD_RESTART has no parameter.
Method UPDATE_MESSAGE_IDS on class CL_DMC_FUNCMOD_RESTART has no exception.
History
| Last changed by/on | SAP | 20141030 |
| SAP Release Created in | 2010_1_620 |