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 | Static Attribute | Private | Type reference (TYPE) | INST_MAP | 20110822 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | 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 | HANDLE | Value transfer | Object reference (TYPE REF TO) | CL_WDR_REPOSITORY_SHM | SHM: Modell einer Gebietsklasse | 20110822 | |||
| 2 | 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 | Eine Änderungssperre ist schon aktiv | 20110822 | ||
| 2 | Instanz ist schon gesperrt | 20110822 | ||
| 3 | Unterschiedliche Definitionen zwischen Program und Gebiet | 20110822 | ||
| 4 | Keine aktive Version für ein Attach vorhanden | 20110822 | ||
| 5 | Falscher Parameter übergeben | 20110822 | ||
| 6 | Anforderung einer 2. Lesesperre | 20110822 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |