SAP ABAP Class IF_USMD_DUPCHECK (Duplicate Check)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_USMD_DUPCHECK_FACTORY | Factory for Duplicate Check Functions | 20100810 |
Properties
| Class | IF_USMD_DUPCHECK | |
| Short Description | Duplicate Check | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20100810 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_USMD_DUPCHECK has no forward declaration.
Interfaces
Class IF_USMD_DUPCHECK has no interface implemented.
Friends
Class IF_USMD_DUPCHECK has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20100810 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20101126 | ||
| 2 | Instance method | Public | Method | 20100810 |
Events
Class IF_USMD_DUPCHECK has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | ACTION_CODE | Public | See coding | 20100810 | action_code TYPE c LENGTH 1
|
||
| 2 | S_UI_DATA | Public | See coding | 20100810 | BEGIN OF s_ui_data,
model TYPE REF TO if_usmd_model_ext,
entity TYPE usmd_entity,
edition TYPE usmd_edition,
r_s_key TYPE REF TO data,
t_dupcheck_data TYPE usmd_t_search_result,
t_driver_record TYPE usmd_t_search_result,
END OF s_ui_data
|
||
| 3 | S_UI_RESULT | Public | See coding | 20100810 | BEGIN OF s_ui_result,
action_code TYPE action_code,
r_data TYPE REF TO data,
END OF s_ui_result
|
Method Signatures
Method CHECK_SWITCH_TO_DUPLICATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Meldungen | 20101126 | |||
| 2 | IS_KEY_NEW | Call by reference | Type reference (TYPE) | DATA | 20101126 | ||||
| 3 | I_CREQUEST | Call by reference | Type reference (TYPE) | USMD_CREQUEST | Änderungsantrag | 20101126 | |||
| 4 | I_ENTITY | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entitätstyp | 20101126 |
Method CHECK_SWITCH_TO_DUPLICATE on class IF_USMD_DUPCHECK has no exception.
Method SWITCH_TO_DUPLICATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | 20100810 | ||||
| 2 | IS_KEY_NEW | Call by reference | Type reference (TYPE) | DATA | 20100810 | ||||
| 3 | I_CREQUEST | Call by reference | Type reference (TYPE) | USMD_CREQUEST | 20100810 | ||||
| 4 | I_ENTITY | Call by reference | Type reference (TYPE) | USMD_ENTITY | 20100810 |
Method SWITCH_TO_DUPLICATE on class IF_USMD_DUPCHECK has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |