Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ABAP_MEMORY_AREA | Superclass: ABAP Memory Area | 20030708 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /BOBF/CL_CONF_SHARED | BOBF Configuration Shared Area | 20081212 |
| 2 | Inheritance (c INHERITING FROM c_ref) | /BOBF/CL_CONF_TRANSACT_SHARED | BOBF Transactional Configuration Shared Area | 20090224 |
| 3 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_BO_FIELDCONTROL_SHM | BO Field Control(BOPF) | 20090210 |
| 4 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_FBI_VIEW_CONF_SHARED | OBSOLETE: FBI View Configuration in Shared Memory | 20090106 |
| 5 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_PBI_POWL_CONF_SHARED | PBI POWL Configuration in Shared Memory | 20090308 |
| 6 | Inheritance (c INHERITING FROM c_ref) | /BSAM/CL_SAM_SHO | Shared Objects of Status Management | 20090210 |
| 7 | Inheritance (c INHERITING FROM c_ref) | /IPRO/SHARED_ELEMENTS | shared memory for Document Builder Elements | 20101021 |
| 8 | Inheritance (c INHERITING FROM c_ref) | /SAPSLL/CTS_AREA | Shared Objects Buffer Area for LLNS | 20051027 |
| 9 | Inheritance (c INHERITING FROM c_ref) | /UI2/CL_CFG_COMP_SHM_TRANS | UI2 Component Configuration | 20131028 |
| 10 | Inheritance (c INHERITING FROM c_ref) | /UI2/CL_PAGE_CACHE_AREA | Area for Pages of UI2 Pagebuilding Service | 20140604 |
| ... | Click here to see Used By full list (167 items) | |||
Properties
| Class | CL_SHM_AREA | |
| Short Description | Shared Memory: General Area Handle | |
| Super Class | CL_ABAP_MEMORY_AREA | Superclass: ABAP Memory Area |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | S | System Program |
| Category | 0 | |
| Package | SHARED_OBJECTS | Shared Objects: Basis Components |
| Created | 20020702 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_SHM_AREA has no interface implemented.
Friends
Class CL_SHM_AREA has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | SHM_AFFECT_SERVER | 281119721 | Invalidate/Delete Area on All Servers | 20060222 | ||
| 2 | Constant | Public | Type reference (TYPE) | SHM_AFFECT_SERVER | 281119722 | Invalidate/Delete Area on All Servers Except Current | 20060222 | ||
| 3 | Constant | Public | Type reference (TYPE) | SHM_AFFECT_SERVER | 281119720 | Invalidate/Delete Area Only on Current Server | 20060222 | ||
| 4 | Constant | Public | Type reference (TYPE) | SHM_CLIENT | '*' | All Clients | 20030512 | ||
| 5 | Constant | Public | Type reference (TYPE) | SHM_ATTACH_MODE | 1302197000 | Lock must be available immediately | 20020905 | ||
| 6 | Constant | Public | Type reference (TYPE) | SHM_ATTACH_MODE | 1302197001 | Read locks can be released | 20020812 | ||
| 7 | Constant | Public | Type reference (TYPE) | SHM_ATTACH_MODE | 1302197002 | Lock must be available within a period of time | 20020812 | ||
| 8 | Constant | Protected | Type reference (TYPE) | SHM_ATTACH_MODE | 1302197003 | (Internal) Repeat Lock Request | 20040109 | ||
| 9 | Constant | Public | Type reference (TYPE) | SHM_BUILD_KIND | 1107197102 | Autostart for Read Request and Every Invalidation | 20020816 | ||
| 10 | Constant | Public | Type reference (TYPE) | SHM_BUILD_KIND | 1107197101 | Autostart for Read Request | 20020816 | ||
| 11 | Constant | Public | Type reference (TYPE) | SHM_BUILD_KIND | 1107197100 | No Autostart | 20020816 | ||
| 12 | Constant | Public | Type reference (TYPE) | SHM_BUILD_KIND | 1107197103 | Autostart for Server Start and Every Invalidation | 20020816 | ||
| 13 | Instance attribute | Public | Type reference (TYPE) | MANDT | Client | 20030423 | |||
| 14 | Constant | Public | Type reference (TYPE) | SHM_INST_NAME | '$DEFAULT_INSTANCE$' | Default Name for the Area Instance | 20020822 | ||
| 15 | Constant | Public | Type reference (TYPE) | SHM_DISPLACE_KIND | 1208200202 | Displacement Possible | 20020905 | ||
| 16 | Constant | Public | Type reference (TYPE) | SHM_DISPLACE_KIND | 1208200200 | Displacement Not Possible | 20020816 | ||
| 17 | Constant | Public | Type reference (TYPE) | SHM_DISPLACE_KIND | 1208200201 | Displacement Possible with Backup and Recovery | 20020816 | ||
| 18 | Instance attribute | Public | Type reference (TYPE) | SHM_INST_NAME | Name of a Shared Object Instance of an Area | 20020816 | |||
| 19 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | (Internal) Flag: Trace Active? | 20030120 | ||
| 20 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SHM_TRACE | (Internal) Reference to Trace Class | 20030120 | |||
| 21 | Constant | Public | Type reference (TYPE) | SHM_CONSTR_INVOCATION_MODE | 0319200301 | Automatic Call of the Constructor | 20030319 | ||
| 22 | Constant | Public | Type reference (TYPE) | SHM_CONSTR_INVOCATION_MODE | 0319200300 | Explicit Call of the Constructor | 20030319 | ||
| 23 | Constant | Public | Type reference (TYPE) | SHM_LIFETIME_KIND | 1125600003 | Maximum Unused Time | 20030827 | ||
| 24 | Constant | Public | Type reference (TYPE) | SHM_LIFETIME_KIND | 1125600001 | Expiry Time | 20030827 | ||
| 25 | Constant | Public | Type reference (TYPE) | SHM_LIFETIME_KIND | 1125600000 | No Entry | 20030827 | ||
| 26 | Constant | Public | Type reference (TYPE) | SHM_LIFETIME_KIND | 1125600002 | Refresh Time | 20030827 | ||
| 27 | Constant | Public | Type reference (TYPE) | SHM_LIFE_CONTEXT | 0109200001 | Application Server | 20020814 | ||
| 28 | Constant | Public | Type reference (TYPE) | SHM_LIFE_CONTEXT | 0109200004 | ABAP Memory | 20020814 | ||
| 29 | Constant | Public | Type reference (TYPE) | SHM_LIFE_CONTEXT | 0109200003 | External mode | 20020814 | ||
| 30 | Constant | Public | Type reference (TYPE) | SHM_LIFE_CONTEXT | 0109200002 | Session | 20020814 | ||
| 31 | Constant | Public | Type reference (TYPE) | SHM_LOCK_KIND | 0109199705 | Change Handle with Error When Using Commit | 20020812 | ||
| 32 | Constant | Public | Type reference (TYPE) | SHM_LOCK_KIND | 0109199701 | Handle Released | 20020905 | ||
| 33 | Constant | Public | Type reference (TYPE) | SHM_LOCK_KIND | 0109199706 | Memory Error During the Setup of the Area | 20051215 | ||
| 34 | Constant | Public | Type reference (TYPE) | SHM_LOCK_KIND | 0109199702 | Read Handle | 20020812 | ||
| 35 | Constant | Public | Type reference (TYPE) | SHM_LOCK_KIND | 0109199704 | Update Handle | 20020812 | ||
| 36 | Constant | Public | Type reference (TYPE) | SHM_LOCK_KIND | 0109199703 | Write Handle | 20020812 | ||
| 37 | Instance attribute | Public | Type reference (TYPE) | SHM_PROPERTIES | Area Attributes | 20030521 | |||
| 38 | Constant | Public | Type reference (TYPE) | SHM_PROPAGATION_KIND | 0159200002 | Automatic Using Dependencies | 20030516 | ||
| 39 | Constant | Public | Type reference (TYPE) | SHM_PROPAGATION_KIND | 0159200000 | No Synchronization | 20030516 | ||
| 40 | Constant | Public | Type reference (TYPE) | SHM_PROPAGATION_KIND | 0159200001 | Explicit Call | 20030516 | ||
| 41 | Constant | Public | Type reference (TYPE) | SHM_RC | 0304192400 | Return Value: Execution Without Error | 20020816 | ||
| 42 | Constant | Public | Type reference (TYPE) | SHM_RC | 0304192402 | Return Value: Specified Instance Does Not Exist | 20020816 | ||
| 43 | Constant | Public | Type reference (TYPE) | SHM_RC | 0304192401 | Return Value: Operation Fulfilled Without Execution | 20020816 | ||
| 44 | Static Attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | (Internal) Flag: Trace Active? | 20030120 | ||
| 45 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_SHM_TRACE | (Internal) Reference to Trace Class | 20030120 | |||
| 46 | Instance attribute | Protected | Type reference (TYPE) | %_C_POINTER | (Internal) ModeLockRefId | 20020812 | |||
| 47 | Constant | Public | Type reference (TYPE) | I | 21 | (Internal) Minimum supported area version | 20120731 |
Methods
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | SHM_COMMIT_EVENT | Instance Event (0) |
Public (2) |
Triggered During DETACH_COMMIT | 20031127 |
| 2 | SHM_ROLLBACK_EVENT | Instance Event (0) |
Public (2) |
Triggered During DETACH_ROLLBACK | 20031127 |
Types
Class CL_SHM_AREA has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_SHM_AREA has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SHM_AREA has no exception.
Method DETACH Signature
Method DETACH on class CL_SHM_AREA has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Handle ist schon freigegeben | 20020814 | ||
| 2 | Falsches Handle | 20020814 |
Method DETACH_ALL_AREAS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RC | Value transfer | Type reference (TYPE) | SHM_RC | Detach-Rückgabewert (Konstanten in CL_SHM_AREA) | 20020906 |
Method DETACH_ALL_AREAS on class CL_SHM_AREA has no exception.
Method DETACH_COMMIT Signature
Method DETACH_COMMIT on class CL_SHM_AREA has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Handle ist schon freigegeben | 20020814 | ||
| 2 | Ausnahme bei der Commit-Vorbereitung | 20020814 | ||
| 3 | auf SHM_COMMIT/ROLLBACK_EVENT regist. Methode fehlerhaft | 20031127 | ||
| 4 | Zweiter Commit nach fehlgeschlagenem Commit | 20020814 | ||
| 5 | Falsches Handle | 20020814 |
Method DETACH_ROLLBACK Signature
Method DETACH_ROLLBACK on class CL_SHM_AREA has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Handle ist schon freigegeben | 20020814 | ||
| 2 | auf SHM_COMMIT/ROLLBACK_EVENT regist. Methode fehlerhaft | 20030505 | ||
| 3 | Falches Handle | 20020814 |
Method GET_LOCK_KIND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LOCK_KIND | Value transfer | Type reference (TYPE) | SHM_LOCK_KIND | Art der Sperre auf ein SHM-Gebiet | 20020906 |
Method GET_LOCK_KIND on class CL_SHM_AREA has no exception.
Method GET_ROOT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ROOT | Value transfer | Object reference (TYPE REF TO) | OBJECT | Wurzeldatenobjekt | 20030515 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Handle ist schon freigegeben | 20030515 |
Method MULTI_ATTACH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTACH_TAB | Call by reference | Type reference (TYPE) | SHM_ATTACH_TAB | Liste der Attaches für den Multi-Attach | 20020906 | |||
| 2 | ERROR_FLAG | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE bei Fehler | 20020906 | |||
| 3 | IGNORE_ERRORS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | nach einem Fehler wird die Liste weiter abgearbeitet | 20020906 | ||
| 4 | WAIT_TIME | Call by reference | Type reference (TYPE) | I | 0 | Geamtwartezeit für die Anforderung aller Sperren (Millisek.) | 20020906 |
Method MULTI_ATTACH on class CL_SHM_AREA has no exception.
Method _ATTACH_READ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AREA_NAME | Call by reference | Type reference (TYPE) | SHM_AREA_NAME | 20030506 | ||||
| 2 | IS_MULTIATTACH | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20030506 | ||||
| 3 | ROOT | Call by reference | Object reference (TYPE REF TO) | OBJECT | Wurzelobjekt | 20030506 | |||
| 4 | SNEAK_MODE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20030711 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Eine Änderungssperre ist schon aktiv | 20030918 | ||
| 2 | Instanz ist schon gesperrt | 20020816 | ||
| 3 | Unterschiedliche Definitionen zwischen Program und Gebiet | 20020816 | ||
| 4 | Keine aktive Version für ein Attach vorhanden | 20020816 | ||
| 5 | Parameterfehler | 20030410 | ||
| 6 | Anforderung einer 2. Lesesperre | 20020906 |
Method _ATTACH_READ71 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AREA_NAME | Call by reference | Type reference (TYPE) | SHM_AREA_NAME | 20060427 | ||||
| 2 | LIFE_CONTEXT | Call by reference | Type reference (TYPE) | SHM_LIFE_CONTEXT | Lebensdauer eines Gebiets (Konstanten in CL_SHM_AREA) | 20060427 | |||
| 3 | ROOT | Call by reference | Object reference (TYPE REF TO) | OBJECT | Wurzelobjekt | 20060427 | |||
| 4 | SNEAK_MODE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060427 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Eine Änderungssperre ist schon aktiv | 20060427 | ||
| 2 | Instanz ist schon gesperrt | 20060427 | ||
| 3 | Unterschiedliche Definitionen zwischen Programm und Gebiet | 20060427 | ||
| 4 | Keine aktive Version für ein Attach vorhanden | 20060427 | ||
| 5 | Falscher Parameter übergeben | 20060427 | ||
| 6 | Anforderung einer 2. Lesesperre | 20060427 |
Method _ATTACH_UPDATE70 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AREA_NAME | Call by reference | Type reference (TYPE) | SHM_AREA_NAME | Name einer Gebietsklasse | 20040113 | |||
| 2 | MODE | Call by reference | Type reference (TYPE) | SHM_ATTACH_MODE | Modus des ATTACHS (Konstanten in CL_SHM_AREA) | 20040113 | |||
| 3 | ROOT | Call by reference | Object reference (TYPE REF TO) | OBJECT | Wurzelobjekt | 20040113 | |||
| 4 | WAIT_TIME | Call by reference | Type reference (TYPE) | I | Wartezeit bei MODE "wait" | 20040113 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Eine Schreibsperre ist schon aktiv | 20040113 | ||
| 2 | Instanz ist schon gesperrt | 20040113 | ||
| 3 | Unterschiedliche Definitionen zwischen Program und Gebiet | 20040113 | ||
| 4 | Keine aktive Version für ein Attach vorhanden | 20040113 | ||
| 5 | Parameterfehler | 20040113 | ||
| 6 | Shared Objects: wartende Sperre wurde gelöscht | 20040908 | ||
| 7 | Keine weiteren Versionen verfügbar | 20040113 |
Method _ATTACH_WRITE70 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AREA_NAME | Call by reference | Type reference (TYPE) | SHM_AREA_NAME | Name einer Gebietsklasse | 20040113 | |||
| 2 | MODE | Call by reference | Type reference (TYPE) | SHM_ATTACH_MODE | 20040113 | ||||
| 3 | ROOT | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20040113 | ||||
| 4 | WAIT_TIME | Call by reference | Type reference (TYPE) | I | 20040113 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Eine Schreibsperre ist schon aktiv | 20040113 | ||
| 2 | Instanz ist schon gesperrt | 20040113 | ||
| 3 | Parameterfehler | 20040113 | ||
| 4 | Shared Objects: wartende Sperre wurde gelöscht | 20040908 | ||
| 5 | Keine weiteren Versionen verfügbar | 20040113 |
Method _DETACH Signature
Method _DETACH on class CL_SHM_AREA has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Handle ist schon freigegeben | 20030116 | ||
| 2 | Falsches Handle | 20030116 |
Method _DETACH_ALL_AREAS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RC | Value transfer | Type reference (TYPE) | SHM_RC | Detach-Rückgabewert (Konstanten in CL_SHM_AREA) | 20030116 |
Method _DETACH_ALL_AREAS on class CL_SHM_AREA has no exception.
Method _DETACH_AREA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AREA_NAME | Call by reference | Type reference (TYPE) | SHM_AREA_NAME | 20020906 | ||||
| 2 | CLIENT | Call by reference | Type reference (TYPE) | SHM_CLIENT | 20030422 | ||||
| 3 | CLIENT_DEPENDENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20030828 | |||
| 4 | CLIENT_SUPPLIED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20030513 | ||||
| 5 | RC | Value transfer | Type reference (TYPE) | SHM_RC | Rückgabewert (Konstanten in CL_SHM_AREA) | 20020906 | |||
| 6 | TRANSACTIONAL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20030828 |
Method _DETACH_AREA on class CL_SHM_AREA has no exception.
Method _DETACH_AREA71 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AREA_NAME | Call by reference | Type reference (TYPE) | SHM_AREA_NAME | 20060427 | ||||
| 2 | CLIENT | Call by reference | Type reference (TYPE) | SHM_CLIENT | 20060427 | ||||
| 3 | CLIENT_DEPENDENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060427 | |||
| 4 | CLIENT_SUPPLIED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20060427 | ||||
| 5 | LIFE_CONTEXT | Call by reference | Type reference (TYPE) | SHM_LIFE_CONTEXT | Lebensdauer eines Gebiets (Konstanten in CL_SHM_AREA) | 20060427 | |||
| 6 | RC | Value transfer | Type reference (TYPE) | SHM_RC | Rückgabewert (Konstanten in CL_SHM_AREA) | 20060427 |
Method _DETACH_AREA71 on class CL_SHM_AREA has no exception.
Method _DETACH_COMMIT Signature
Method _DETACH_COMMIT on class CL_SHM_AREA has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Handle ist schon freigegeben | 20030116 | ||
| 2 | Ausnahme bei der Commit-Vorbereitung | 20030116 | ||
| 3 | Zweiter Commit nach fehlgeschlagenem Commit | 20030116 | ||
| 4 | Falsches Handle | 20030116 |
Method _DETACH_ROLLBACK Signature
Method _DETACH_ROLLBACK on class CL_SHM_AREA has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Handle ist schon freigegeben | 20030116 | ||
| 2 | Falches Handle | 20030116 |
Method _FINISH_MULTI_ATTACH Signature
Method _FINISH_MULTI_ATTACH on class CL_SHM_AREA has no parameter.
Method _FINISH_MULTI_ATTACH on class CL_SHM_AREA has no exception.
Method _FREE_AREA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AREA_NAME | Call by reference | Type reference (TYPE) | SHM_AREA_NAME | 20020906 | ||||
| 2 | CLIENT | Call by reference | Type reference (TYPE) | SHM_CLIENT | 20030422 | ||||
| 3 | CLIENT_DEPENDENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20030828 | |||
| 4 | CLIENT_SUPPLIED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20030828 | |||
| 5 | RC | Value transfer | Type reference (TYPE) | SHM_RC | Rückgabewert (Konstanten in CL_SHM_AREA) | 20020906 | |||
| 6 | TERMINATE_CHANGER | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20020906 | ||||
| 7 | TRANSACTIONAL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20030828 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Falscher Parameter übergeben | 20030430 |
Method _FREE_AREA71 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AFFECT_SERVER | Call by reference | Type reference (TYPE) | SHM_AFFECT_SERVER | Server, auf denen das Gebiet gelöscht oder invalidiert wird | 20060308 | |||
| 2 | AREA_NAME | Call by reference | Type reference (TYPE) | SHM_AREA_NAME | 20060308 | ||||
| 3 | CLIENT | Call by reference | Type reference (TYPE) | SHM_CLIENT | 20060308 | ||||
| 4 | CLIENT_DEPENDENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060308 | |||
| 5 | CLIENT_SUPPLIED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060308 | |||
| 6 | LIFE_CONTEXT | Call by reference | Type reference (TYPE) | SHM_LIFE_CONTEXT | LIFE_CONTEXT_APPSERVER | Lebensdauer eines Gebiets (Konstanten in CL_SHM_AREA) | 20060420 | ||
| 7 | RC | Value transfer | Type reference (TYPE) | SHM_RC | Rückgabewert (Konstanten in CL_SHM_AREA) | 20060308 | |||
| 8 | TERMINATE_CHANGER | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20060308 | ||||
| 9 | TRANSACTIONAL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060308 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Falscher Parameter übergeben | 20100127 |
Method _FREE_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AREA_NAME | Call by reference | Type reference (TYPE) | SHM_AREA_NAME | 20020906 | ||||
| 2 | CLIENT | Call by reference | Type reference (TYPE) | SHM_CLIENT | 20030422 | ||||
| 3 | CLIENT_DEPENDENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20030828 | |||
| 4 | CLIENT_SUPPLIED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20030828 | |||
| 5 | INST_NAME | Call by reference | Type reference (TYPE) | SHM_INST_NAME | Name einer Shared Object Instanz eines Areas | 20020906 | |||
| 6 | RC | Value transfer | Type reference (TYPE) | SHM_RC | Rückgabewert (Konstanten in CL_SHM_AREA) | 20020906 | |||
| 7 | TERMINATE_CHANGER | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20020906 | ||||
| 8 | TRANSACTIONAL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20030828 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Falscher Parameter übergeben | 20030430 |
Method _FREE_INSTANCE71 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AFFECT_SERVER | Call by reference | Type reference (TYPE) | SHM_AFFECT_SERVER | Server, auf denen das Gebiet gelöscht oder invalidiert wird | 20060308 | |||
| 2 | AREA_NAME | Call by reference | Type reference (TYPE) | SHM_AREA_NAME | 20060308 | ||||
| 3 | CLIENT | Call by reference | Type reference (TYPE) | SHM_CLIENT | 20060308 | ||||
| 4 | CLIENT_DEPENDENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060308 | |||
| 5 | CLIENT_SUPPLIED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060308 | |||
| 6 | INST_NAME | Call by reference | Type reference (TYPE) | SHM_INST_NAME | Name einer Shared Object Instanz eines Areas | 20060308 | |||
| 7 | LIFE_CONTEXT | Call by reference | Type reference (TYPE) | SHM_LIFE_CONTEXT | LIFE_CONTEXT_APPSERVER | Lebensdauer eines Gebiets (Konstanten in CL_SHM_AREA) | 20060420 | ||
| 8 | RC | Value transfer | Type reference (TYPE) | SHM_RC | Rückgabewert (Konstanten in CL_SHM_AREA) | 20060308 | |||
| 9 | TERMINATE_CHANGER | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20060308 | ||||
| 10 | TRANSACTIONAL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060308 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Falscher Parameter übergeben | 20100127 |
Method _GET_INSTANCE_INFOS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AREA_NAME | Call by reference | Type reference (TYPE) | SHM_AREA_NAME | Name einer Gebietsklasse | 20020906 | |||
| 2 | CLIENT | Call by reference | Type reference (TYPE) | SHM_CLIENT | 20030422 | ||||
| 3 | CLIENT_DEPENDENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20030828 | |||
| 4 | CLIENT_SUPPLIED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20030828 | |||
| 5 | INFOS | Value transfer | Type reference (TYPE) | SHM_INST_INFOS | Übersicht aller Instanzen eines SHM-Gebiets | 20020906 | |||
| 6 | TRANSACTIONAL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20030828 |
Method _GET_INSTANCE_INFOS on class CL_SHM_AREA has no exception.
Method _GET_INSTANCE_INFOS71 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AREA_NAME | Call by reference | Type reference (TYPE) | SHM_AREA_NAME | Name einer Gebietsklasse | 20060427 | |||
| 2 | CLIENT | Call by reference | Type reference (TYPE) | SHM_CLIENT | 20060427 | ||||
| 3 | CLIENT_DEPENDENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060427 | |||
| 4 | CLIENT_SUPPLIED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060427 | |||
| 5 | INFOS | Value transfer | Type reference (TYPE) | SHM_INST_INFOS | Übersicht aller Instanzen eines SHM-Gebiets | 20060427 | |||
| 6 | LIFE_CONTEXT | Call by reference | Type reference (TYPE) | SHM_LIFE_CONTEXT | Lebensdauer eines Gebiets (Konstanten in CL_SHM_AREA) | 20060427 |
Method _GET_INSTANCE_INFOS71 on class CL_SHM_AREA has no exception.
Method _GET_INSTANCE_INFOS804 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AREA_NAME | Call by reference | Type reference (TYPE) | SHM_AREA_NAME | Name einer Gebietsklasse | 20111024 | |||
| 2 | CLIENT | Call by reference | Type reference (TYPE) | SHM_CLIENT | 20111024 | ||||
| 3 | CLIENT_DEPENDENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20111024 | ||||
| 4 | CLIENT_SUPPLIED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20111024 | ||||
| 5 | INFOS | Value transfer | Type reference (TYPE) | SHM_INST_INFOS | Übersicht aller Instanzen eines SHM-Gebiets | 20111024 | |||
| 6 | INST_NAME | Call by reference | Type reference (TYPE) | SHM_INST_NAME | Name einer Shared Object Instanz eines Areas | 20111024 | |||
| 7 | INST_NAME_SUPPLIED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20111024 | ||||
| 8 | LIFE_CONTEXT | Call by reference | Type reference (TYPE) | SHM_LIFE_CONTEXT | Lebensdauer eines Gebiets (Konstanten in CL_SHM_AREA) | 20111024 |
Method _GET_INSTANCE_INFOS804 on class CL_SHM_AREA has no exception.
Method _HAS_ACTIVE_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACTIVE_PROPERTIES | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20030724 | ||||
| 2 | PROPERTIES | Call by reference | Type reference (TYPE) | SHM_PROPERTIES | 20030724 |
Method _HAS_ACTIVE_PROPERTIES on class CL_SHM_AREA has no exception.
Method _INVALIDATE_AREA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AREA_NAME | Call by reference | Type reference (TYPE) | SHM_AREA_NAME | Name einer Gebietsklasse | 20020906 | |||
| 2 | CLIENT | Call by reference | Type reference (TYPE) | SHM_CLIENT | 20030422 | ||||
| 3 | CLIENT_DEPENDENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20030828 | |||
| 4 | CLIENT_SUPPLIED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20030828 | |||
| 5 | RC | Value transfer | Type reference (TYPE) | SHM_RC | Rückgabewert (Konstanten in CL_SHM_AREA) | 20020906 | |||
| 6 | TERMINATE_CHANGER | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20020906 | ||||
| 7 | TRANSACTIONAL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20030828 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Falscher Parameter übergeben | 20030430 |
Method _INVALIDATE_AREA71 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AFFECT_SERVER | Call by reference | Type reference (TYPE) | SHM_AFFECT_SERVER | Server, auf denen das Gebiet gelöscht oder invalidiert wird | 20060308 | |||
| 2 | AREA_NAME | Call by reference | Type reference (TYPE) | SHM_AREA_NAME | Name einer Gebietsklasse | 20060308 | |||
| 3 | CLIENT | Call by reference | Type reference (TYPE) | SHM_CLIENT | 20060308 | ||||
| 4 | CLIENT_DEPENDENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060308 | |||
| 5 | CLIENT_SUPPLIED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060308 | |||
| 6 | LIFE_CONTEXT | Call by reference | Type reference (TYPE) | SHM_LIFE_CONTEXT | LIFE_CONTEXT_APPSERVER | Lebensdauer eines Gebiets (Konstanten in CL_SHM_AREA) | 20060420 | ||
| 7 | RC | Value transfer | Type reference (TYPE) | SHM_RC | Rückgabewert (Konstanten in CL_SHM_AREA) | 20060308 | |||
| 8 | TERMINATE_CHANGER | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20060308 | ||||
| 9 | TRANSACTIONAL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060308 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Falscher Parameter übergeben | 20100127 |
Method _INVALIDATE_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AREA_NAME | Call by reference | Type reference (TYPE) | SHM_AREA_NAME | Name einer Gebietsklasse | 20020906 | |||
| 2 | CLIENT | Call by reference | Type reference (TYPE) | SHM_CLIENT | 20030422 | ||||
| 3 | CLIENT_DEPENDENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20030828 | |||
| 4 | CLIENT_SUPPLIED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20030828 | |||
| 5 | INST_NAME | Call by reference | Type reference (TYPE) | SHM_INST_NAME | Name einer Shared Object Instanz eines Areas | 20020906 | |||
| 6 | RC | Value transfer | Type reference (TYPE) | SHM_RC | Rückgabewert (Konstanten in CL_SHM_AREA) | 20020906 | |||
| 7 | TERMINATE_CHANGER | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20020906 | ||||
| 8 | TRANSACTIONAL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20030828 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Falscher Parameter übergeben | 20030430 |
Method _INVALIDATE_INSTANCE71 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AFFECT_SERVER | Call by reference | Type reference (TYPE) | SHM_AFFECT_SERVER | Server, auf denen das Gebiet gelöscht oder invalidiert wird | 20060308 | |||
| 2 | AREA_NAME | Call by reference | Type reference (TYPE) | SHM_AREA_NAME | Name einer Gebietsklasse | 20060308 | |||
| 3 | CLIENT | Call by reference | Type reference (TYPE) | SHM_CLIENT | 20060308 | ||||
| 4 | CLIENT_DEPENDENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060308 | |||
| 5 | CLIENT_SUPPLIED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060308 | |||
| 6 | INST_NAME | Call by reference | Type reference (TYPE) | SHM_INST_NAME | Name einer Shared Object Instanz eines Areas | 20060308 | |||
| 7 | LIFE_CONTEXT | Call by reference | Type reference (TYPE) | SHM_LIFE_CONTEXT | LIFE_CONTEXT_APPSERVER | Lebensdauer eines Gebiets (Konstanten in CL_SHM_AREA) | 20060420 | ||
| 8 | RC | Value transfer | Type reference (TYPE) | SHM_RC | Rückgabewert (Konstanten in CL_SHM_AREA) | 20060308 | |||
| 9 | TERMINATE_CHANGER | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20060308 | ||||
| 10 | TRANSACTIONAL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060308 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Falscher Parameter übergeben | 20100127 |
Method _PREPARE_MULTI_ATTACH_READ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AREA_NAME | Call by reference | Type reference (TYPE) | SHM_AREA_NAME | Name einer Gebietsklasse | 20030518 | |||
| 2 | ROOT | Value transfer | Object reference (TYPE REF TO) | OBJECT | Wurzelobjekt | 20030518 | |||
| 3 | SNEAK_MODE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20030714 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Eine Änderungssperre ist schon aktiv | 20030918 | ||
| 2 | Instanz ist schon gesperrt | 20030518 | ||
| 3 | Unterschiedliche Definitionen zwischen Programm und Gebiet | 20030518 | ||
| 4 | Keine aktive Version für ein Attach vorhanden | 20030518 | ||
| 5 | Falscher Parameter übergeben | 20030518 | ||
| 6 | Anforderung einer 2. Lesesperre | 20030518 |
Method _PREPARE_MULTI_ATTACH_READ71 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AREA_NAME | Call by reference | Type reference (TYPE) | SHM_AREA_NAME | Name einer Gebietsklasse | 20060427 | |||
| 2 | LIFE_CONTEXT | Call by reference | Type reference (TYPE) | SHM_LIFE_CONTEXT | Lebensdauer eines Gebiets (Konstanten in CL_SHM_AREA) | 20060427 | |||
| 3 | ROOT | Call by reference | Object reference (TYPE REF TO) | OBJECT | Wurzelobjekt | 20060427 | |||
| 4 | SNEAK_MODE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060427 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Eine Änderungssperre ist schon aktiv | 20060427 | ||
| 2 | Instanz ist schon gesperrt | 20060427 | ||
| 3 | Unterschiedliche Definitionen zwischen Programm und Gebiet | 20060427 | ||
| 4 | Keine aktive Version für ein Attach vorhanden | 20060427 | ||
| 5 | Falscher Parameter übergeben | 20060427 | ||
| 6 | Anforderung einer 2. Lesesperre | 20060427 |
Method _PREPARE_MULTI_ATTACH_UPDATE70 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AREA_NAME | Call by reference | Type reference (TYPE) | SHM_AREA_NAME | Name einer Gebietsklasse | 20040113 | |||
| 2 | CHCK_WRLOCK_CNT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Test auf vorhandene Schreibsperren | 20040113 | ||
| 3 | MODE | Call by reference | Type reference (TYPE) | SHM_ATTACH_MODE | Modus des ATTACHS (Konstanten in CL_SHM_AREA) | 20040113 | |||
| 4 | ROOT | Call by reference | Object reference (TYPE REF TO) | OBJECT | Wurzelobjekt | 20040113 | |||
| 5 | WAIT_TIME | Call by reference | Type reference (TYPE) | I | Wartezeit bei MODE "wait" | 20040113 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Eine Änderungssperre ist schon aktiv | 20040113 | ||
| 2 | Instanz ist schon gesperrt | 20040113 | ||
| 3 | Unterschiedliche Definitionen zwischen Programm und Gebiet | 20040113 | ||
| 4 | Keine aktive Version für ein Attach vorhanden | 20040113 | ||
| 5 | Falscher Parameter übergeben | 20040113 | ||
| 6 | Shared Objects: wartende Sperre wurde gelöscht | 20040908 | ||
| 7 | Keine weiteren Versionen verfügbar | 20040113 |
Method _PREPARE_MULTI_ATTACH_WRITE70 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AREA_NAME | Call by reference | Type reference (TYPE) | SHM_AREA_NAME | Name einer Gebietsklasse | 20040113 | |||
| 2 | CHCK_WRLOCK_CNT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Test auf vorhandene Schreibsperren | 20040113 | ||
| 3 | MODE | Call by reference | Type reference (TYPE) | SHM_ATTACH_MODE | Modus des ATTACHS (Konstanten in CL_SHM_AREA) | 20040113 | |||
| 4 | ROOT | Value transfer | Object reference (TYPE REF TO) | OBJECT | Flag-Interface: SHM Gebietsklasse | 20040113 | |||
| 5 | WAIT_TIME | Call by reference | Type reference (TYPE) | I | Wartezeit bei MODE "wait" | 20040113 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Eine Änderungssperre ist schon aktiv | 20040113 | ||
| 2 | Instanz ist schon gesperrt | 20040113 | ||
| 3 | Falscher Parameter übergeben | 20040113 | ||
| 4 | Shared Objects: wartende Sperre wurde gelöscht | 20040908 | ||
| 5 | Keine weiteren Versionen verfügbar | 20040113 |
Method _PROPAGATE_AREA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AFFECTING_LOCAL_SERVER | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Auch lokaler Server soll synchronisiert werden | 20030825 | ||
| 2 | AREA_NAME | Call by reference | Type reference (TYPE) | SHM_AREA_NAME | Name einer Gebietsklasse | 20030521 | |||
| 3 | CLIENT | Call by reference | Type reference (TYPE) | SHM_CLIENT | 20030521 | ||||
| 4 | CLIENT_DEPENDENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20030828 | |||
| 5 | CLIENT_SUPPLIED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20030828 | |||
| 6 | TRANSACTIONAL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20030828 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Falscher Parameter übergeben | 20030521 |
Method _PROPAGATE_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AFFECTING_LOCAL_SERVER | Call by reference | Type reference (TYPE) | ABAP_BOOL | Auch lokaler Server soll synchronisiert werden | 20030825 | |||
| 2 | AREA_NAME | Call by reference | Type reference (TYPE) | SHM_AREA_NAME | Name einer Gebietsklasse | 20030521 | |||
| 3 | CLIENT | Call by reference | Type reference (TYPE) | SHM_CLIENT | 20030521 | ||||
| 4 | CLIENT_DEPENDENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20030828 | |||
| 5 | CLIENT_SUPPLIED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20030828 | |||
| 6 | INST_NAME | Call by reference | Type reference (TYPE) | SHM_INST_NAME | Name einer Shared Object Instanz eines Areas | 20030521 | |||
| 7 | TRANSACTIONAL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20030828 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Falscher Parameter übergeben | 20030521 |
Method _SET_ROOT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ROOT | Call by reference | Object reference (TYPE REF TO) | OBJECT | Wurzelobjekt | 20020906 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Initiale Referenz übergeben | 20020816 | ||
| 2 | Falsches Handle | 20020816 |
Event Signatures
Event SHM_COMMIT_EVENT Signature
Event SHM_COMMIT_EVENT on class CL_SHM_AREA has no parameter.
Event SHM_ROLLBACK_EVENT Signature
Event SHM_ROLLBACK_EVENT on class CL_SHM_AREA has no parameter.
Meta Relationship - Used By (full list)
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 630 |