SAP ABAP Class /IWBEP/CL_SBDM_PROTOTYP_BUFFER (SB - Domain Model - Prototype Buffer)
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 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/IF_SBDM_PROTOTYP_BUFFER SB - Domain Model - Prototype Buffer 20120425
Properties
Class /IWBEP/CL_SBDM_PROTOTYP_BUFFER  
Short Description SB - Domain Model - Prototype Buffer    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /IWBEP/SB_DM_BASE   Gateway Service Builder - Domain Model API and SPI 
Created 20120425   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /IWBEP/IF_SBDM_COPY_CONTEXT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 /IWBEP/IF_SBDM_HANDLER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 /IWBEP/IF_SBDM_PERSIST_HANDLER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 /IWBEP/IF_SBDM_PROTOTYP_BUFFER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 /IWBEP/IF_SBDM_PROTOTYP_BUFFER SB - Domain Model - Prototype Buffer 20120425
Friends
# Friend Modeled only Created on Description
1 /IWBEP/CL_SBDM_COPY_CONTEXT 20130212 SB - Domain Model - Copy Context
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_INSTANCE Static Attribute Public Object reference (TYPE REF TO) /IWBEP/CL_SBDM_PROTOTYP_BUFFER SB - Domain Model - Prototype Buffer 20120426
2 MT_PROTOTYPE_BUFFER Instance attribute Public Type reference (TYPE) /IWBEP/IF_SBDM_PROTOTYP_BUFFER=>TY_T_PROTOTYPE_BUFFER 20120425
3 MT_PROTOTYPE_NODE_BUFFER Instance attribute Public Type reference (TYPE) /IWBEP/IF_SBDM_PROTOTYP_BUFFER=>TY_T_PROTOTYPE_NODE_BUFFER 20120508
Methods
# Method Level Visibility Method type Description Created on
1 CALCULATE_HASH Instance method Private Method Calculate the hash 20120425
2 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20120426
3 CLEANUP_BY_PROJECTS Instance method Public Method Clean up the prototype buffer regarding the given projects 20120509
4 COPY_ENTRIES_BY_CONTEXT_NODES Instance method Protected Method Copies prototype entries for the given context nodes 20130212
5 GET_PROTOTYPE_REF Instance method Public Method Retrieves the structure for the given prototype 20120515
6 GET_ROUNDTRIP_DELTA Instance method Public Method Gets the roundtrip delta 20120515
7 LOAD_CONTEXT Instance method Private Method Ensures that the context node is loaded 20120426
8 ON_LOADING_PROTOTYPES Instance method Private Method Add prototypes recursively into the buffer 20120425
Events
Class /IWBEP/CL_SBDM_PROTOTYP_BUFFER has no event.
Types
Class /IWBEP/CL_SBDM_PROTOTYP_BUFFER has no local type.
Method Signatures

Method CALCULATE_HASH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_HASH Call by reference Type reference (TYPE) HASH160X Hash Value (160 Bits) 20120425
2 Exporting EV_NODE_PATH Call by reference Type reference (TYPE) STRING 20120425
3 Importing IO_NODE Call by reference Object reference (TYPE REF TO) /IWBEP/IF_SBDM_NODE SB - Domain Model - Node 20120425
4 Importing IV_PARENT_PATH Call by reference Type reference (TYPE) STRING 20120425
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120425

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class /IWBEP/CL_SBDM_PROTOTYP_BUFFER has no parameter.
Method CLASS_CONSTRUCTOR on class /IWBEP/CL_SBDM_PROTOTYP_BUFFER has no exception.

Method CLEANUP_BY_PROJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PROJECT_NAMES Call by reference Type reference (TYPE) /IWBEP/IF_SBDM_PERSIST_HANDLER=>TY_T_PROJECT_NAMES 20120509
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120509

Method COPY_ENTRIES_BY_CONTEXT_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_TARGET_ROOT Call by reference Object reference (TYPE REF TO) /IWBEP/IF_SBDM_NODE SB - Domain Model - Node 20130212
2 Importing IT_NODE_MAPPING Call by reference Type reference (TYPE) /IWBEP/IF_SBDM_COPY_CONTEXT=>TY_T_NODE_MAPPING 20130212
3 Importing IT_ORIGINAL_CTXT_NODES Call by reference Type reference (TYPE) /IWBEP/T_SBDM_NODES SB: Table Type for DM Nodes 20130212
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20130212

Method GET_PROTOTYPE_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PROTOTYPE Call by reference Object reference (TYPE REF TO) /IWBEP/IF_SBDM_NODE SB - Domain Model - Node 20120515
2 Returning RS_PROTOTYPE_REF Value transfer Type reference (TYPE) /IWBEP/S_SBDM_PROTOTYPE_REF SB: DM Prototype Reference 20120515
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120515

Method GET_ROUNDTRIP_DELTA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ROUNDTRIP_DELTA Value transfer Type reference (TYPE) /IWBEP/IF_SBDM_HANDLER=>TY_T_ROUNDTRIP_DELTA 20120515
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120515

Method LOAD_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PROTOTYPE_REF Call by reference Type reference (TYPE) /IWBEP/IF_SBDM_PROTOTYP_BUFFER=>TY_S_PROTOTYPE_REF 20120426
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120426

Method ON_LOADING_PROTOTYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) /IWBEP/IF_SBDM_NODE SB - Domain Model - Node 20120508
2 Importing IT_NODES Call by reference Type reference (TYPE) /IWBEP/T_SBDM_NODES SB: Table Type for DM Nodes 20120425
3 Importing IV_PARENT_PATH Call by reference Type reference (TYPE) STRING 20120425
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120425
History
Last changed by/on SAP  20131127 
SAP Release Created in 200