SAP ABAP Class CL_WDR_REPOSITORY_SHM_BROKER (Broker for CL_WDR_REPOSITORY_SHM)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA-RUN (Application Component) Web Dynpro ABAP Runtime
     SWDP_RUNTIME_REPOSITORY (Package) Web Dynpro: Runtime Repository
Properties
Class CL_WDR_REPOSITORY_SHM_BROKER  
Short Description Broker for CL_WDR_REPOSITORY_SHM    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_RUNTIME_REPOSITORY   Web Dynpro: Runtime Repository 
Created 20110822   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WDR_REPOSITORY_SHM_BROKER has no forward declaration.
Interfaces
Class CL_WDR_REPOSITORY_SHM_BROKER has no interface implemented.
Friends
Class CL_WDR_REPOSITORY_SHM_BROKER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_INST_MAP Static Attribute Private Type reference (TYPE) INST_MAP 20110822
Methods
# Method Level Visibility Method type Description Created on
1 ATTACH_FOR_READ Static method Public Method Request Read Lock 20110822
Events
Class CL_WDR_REPOSITORY_SHM_BROKER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 INST_MAP Private See coding 20110822 inst_map TYPE STANDARD TABLE OF inst_map_line
2 INST_MAP_LINE Private See coding 20110822 BEGIN OF inst_map_line , inst_name TYPE shm_inst_name, inst_ref TYPE REF TO cl_wdr_repository_shm, END OF inst_map_line
Method Signatures

Method ATTACH_FOR_READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HANDLE Value transfer Object reference (TYPE REF TO) CL_WDR_REPOSITORY_SHM SHM: Modell einer Gebietsklasse 20110822
2 Importing INST_NAME Call by reference Type reference (TYPE) SHM_INST_NAME CL_SHM_AREA=>DEFAULT_INSTANCE Name einer Shared Object Instanz eines Areas 20110822
# Exception Resumable Description Created on
1 CX_SHM_CHANGE_LOCK_ACTIVE Eine Änderungssperre ist schon aktiv 20110822
2 CX_SHM_EXCLUSIVE_LOCK_ACTIVE Instanz ist schon gesperrt 20110822
3 CX_SHM_INCONSISTENT Unterschiedliche Definitionen zwischen Program und Gebiet 20110822
4 CX_SHM_NO_ACTIVE_VERSION Keine aktive Version für ein Attach vorhanden 20110822
5 CX_SHM_PARAMETER_ERROR Falscher Parameter übergeben 20110822
6 CX_SHM_READ_LOCK_ACTIVE Anforderung einer 2. Lesesperre 20110822
History
Last changed by/on SAP  20130531 
SAP Release Created in 732