SAP ABAP Class /IWBEP/CL_SBDM_MAIN_VALIDATOR (SB - Domain Model - Aggregated Validation)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-SB (Application Component) Gateway Service Builder
⤷
/IWBEP/SB_DM_BASE (Package) Gateway Service Builder - Domain Model API and SPI
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /IWBEP/CL_SBDM_VALIDATOR | SB - Domain Model - Abstract Validator | 20120308 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/IF_SBDM_MAIN_VALIDATOR | SB - Domain Model - Main Validation | 20120308 |
Properties
| Class | /IWBEP/CL_SBDM_MAIN_VALIDATOR | |
| Short Description | SB - Domain Model - Aggregated Validation | |
| Super Class | /IWBEP/CL_SBDM_VALIDATOR | SB - Domain Model - Abstract Validator |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /IWBEP/SB_DM_BASE | Gateway Service Builder - Domain Model API and SPI |
| Created | 20120308 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /IWBEP/IF_SBDM_MAIN_VALIDATOR | SB - Domain Model - Main Validation | 20120308 |
Friends
Class /IWBEP/CL_SBDM_MAIN_VALIDATOR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TY_T_VALIDATORS | Vorschlagswerte bei Anlage von Debitoren aus Workbench | 20120308 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20120308 |
Events
Class /IWBEP/CL_SBDM_MAIN_VALIDATOR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_MESSAGE | Public | See coding | 20120308 | BEGIN OF TY_S_MESSAGE,
category TYPE /iwbep/sbdm_message_category,
plugin TYPE /iwbep/sbdm_plugin,
node_type TYPE /iwbep/sbdm_node_type,
node_name TYPE /iwbep/sbdm_node_name,
severity TYPE symsgty,
msg TYPE REF TO /iwbep/if_sbcm_msg_object,
END OF TY_S_MESSAGE
|
||
| 2 | TY_T_MESSAGE | Public | See coding | 20120308 | TY_T_MESSAGE TYPE SORTED TABLE OF ty_s_message WITH UNIQUE KEY category plugin node_type node_name severity msg
|
||
| 3 | TY_T_VALIDATORS | Public | See coding | 20120308 | TY_T_VALIDATORS TYPE SORTED TABLE OF REF TO /iwbep/if_sbdm_validator WITH UNIQUE KEY table_line
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_VALIDATORS | Call by reference | Type reference (TYPE) | TY_T_VALIDATORS | 20120308 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120308 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 200 |