SAP ABAP Class /IWBEP/IF_SBDM_REQUEST (SB - Domain Model - Request)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/CL_SBDM_DELETE_REQUEST SB - Domain Model - Delete Request 20120214
2 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/CL_SBDM_MODIFY_REQUEST SB - Domain Model - Modify Request 20140207
Properties
Class /IWBEP/IF_SBDM_REQUEST  
Short Description SB - Domain Model - Request    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20120213   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /IWBEP/IF_SBDM_REQUEST has no forward declaration.
Interfaces
Class /IWBEP/IF_SBDM_REQUEST has no interface implemented.
Friends
Class /IWBEP/IF_SBDM_REQUEST has no friend class.
Attributes
Class /IWBEP/IF_SBDM_REQUEST has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 EXECUTE Instance method Public Method Executes the request 20120213
2 GET_AFFECTED_NODES Instance method Public Method Gets the nodes which are affected by the request 20120213
Events
Class /IWBEP/IF_SBDM_REQUEST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_NODE Public See coding 20120214 BEGIN OF TY_S_NODE, plugin TYPE /iwbep/sbdm_plugin, node_type TYPE /iwbep/sbdm_node_type, rel_cat TYPE /iwbep/sbdm_relation_category, project TYPE /iwbep/sbdm_project, guid TYPE /iwbep/sbdm_node_uuid, node TYPE REF TO /iwbep/if_sbdm_node, END OF TY_S_NODE
2 TY_T_NODE Public See coding 20120214 ty_t_node TYPE SORTED TABLE OF ty_s_node WITH UNIQUE KEY plugin node_type rel_cat project guid
Method Signatures

Method EXECUTE Signature

Method EXECUTE on class /IWBEP/IF_SBDM_REQUEST has no parameter.
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120213

Method GET_AFFECTED_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RELATION_CATEGORY Call by reference Type reference (TYPE) /IWBEP/SBDM_RELATION_CATEGORY SB: DM relation category 20120213
2 Returning RT_NODES Value transfer Type reference (TYPE) /IWBEP/T_SBDM_NODES SB: Table Type for DM Nodes 20120213
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120213
History
Last changed by/on SAP  20130531 
SAP Release Created in