SAP ABAP Interface /IWBEP/IF_SBDM_VALIDATOR (SB - Domain Model - 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 - 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
Interface /IWBEP/IF_SBDM_VALIDATOR  
Short Description SB - Domain Model - Validation    
General Data
Package /IWBEP/SB_DM_BASE   Gateway Service Builder - Domain Model API and SPI 
Created 20120112   SAP 
Last changed 20141120    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /IWBEP/IF_SBCM_MSG_OBJECT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface /IWBEP/IF_SBDM_VALIDATOR has no interface.
Friends
Interface /IWBEP/IF_SBDM_VALIDATOR has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_MSG_CATEGORY Constant Public See coding 20120308
2 MS_REJECTED Instance attribute Public Type reference (TYPE) TY_S_REJECT 20120308
3 MT_MESSAGE Instance attribute Public Type reference (TYPE) TY_T_MSG_CATEGORY 20120308
Methods
# Method Level Visibility Method type Description Created on
1 EXECUTE Instance method Public Method Executes the validation 20120308
Events
Interface /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 Importing 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 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120308
History
Last changed by/on SAP  20141120 
SAP Release Created in 200