SAP ABAP Class /IWBEP/IF_SBDM_VALIDATOR (SB - Domain Model - Validation)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | /IWBEP/IF_SBDM_MAIN_VALIDATOR | SB - Domain Model - Main Validation | 20120309 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/CL_SBDM_VALIDATOR | SB - Domain Model - Abstract Validator | 20120308 |
Properties
| Class | /IWBEP/IF_SBDM_VALIDATOR | |
| Short Description | SB - Domain Model - Validation | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20120112 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class /IWBEP/IF_SBDM_VALIDATOR has no interface implemented.
Friends
Class /IWBEP/IF_SBDM_VALIDATOR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20120308 | |||||
| 2 | Instance attribute | Public | Type reference (TYPE) | TY_S_REJECT | 20120308 | ||||
| 3 | Instance attribute | Public | Type reference (TYPE) | TY_T_MSG_CATEGORY | 20120308 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Executes the validation | 20120308 |
Events
Class /IWBEP/IF_SBDM_VALIDATOR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_MSG_CATEGORY | Public | See coding | 20120308 | BEGIN OF TY_S_MSG_CATEGORY,
category TYPE /iwbep/sbdm_message_category,
messages TYPE /iwbep/if_sbcm_msg_object=>ty_t_object,
END OF TY_S_MSG_CATEGORY
|
||
| 2 | TY_S_REJECT | Public | See coding | 20120308 | BEGIN OF TY_S_REJECT,
generate TYPE abap_bool,
generate_recommended TYPE abap_bool,
END OF TY_S_REJECT
|
||
| 3 | TY_T_MSG_CATEGORY | Public | See coding | 20120308 | TY_T_MSG_CATEGORY TYPE SORTED TABLE OF ty_s_msg_category WITH UNIQUE KEY category
|
Method Signatures
Method EXECUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ROOT | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_ROOT | SB - Domain Model - Root | 20120308 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120308 |
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in |