SAP ABAP Interface IF_AAB_ACTIVATION (Activation Settings for Checkpoints)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
SAAB (Package) Activatable Breakpoints and Assertions
⤷
⤷
Properties
| Interface | IF_AAB_ACTIVATION | |
| Short Description | Activation Settings for Checkpoints |
General Data
| Package | SAAB | Activatable Breakpoints and Assertions |
| Created | 20081203 | SAP |
| Last changed | 20090618 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_AAB_ACTIVATION has no interface.
Friends
Interface IF_AAB_ACTIVATION has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACTIVATION_SCOPE | Constant | Public | See coding | Type of Activation | 20081203 | |||
| 2 | ASSERT_MODE | Constant | Public | See coding | 20081203 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Read Activation Settings | 20081210 | |
| 2 | Instance method | Public | Method | Write Activation Settings | 20081211 |
Events
Interface IF_AAB_ACTIVATION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | ASSERT_MODE_T | Public | See coding | 20081203 | ASSERT_MODE_T type x length 1
|
||
| 2 | MODE_T | Public | See coding | 20081203 | begin of mode_t,
breakpoint type abap_bool,
logpoint type abap_bool,
assert type assert_mode_t,
end of mode_t
|
||
| 3 | SCOPE_RANGE_T | Public | See coding | 20081203 | scope_range_t type RANGE OF scope_t
|
||
| 4 | SCOPE_T | Public | See coding | 20081203 | begin of scope_T,
type type scope_TYPE_T,
name type aab_id_name,
end of scope_t
|
||
| 5 | SCOPE_TYPE_T | Public | See coding | 20081203 | scope_TYPE_T type c length 4
|
||
| 6 | SERVER_RANGE_T | Public | See coding | 20081203 | server_RANGE_T type range of server_t
|
||
| 7 | SERVER_T | Public | Type reference (TYPE) | MSNAME2 | Application Server Name | 20081203 | |
| 8 | SETTINGS_BASE_T | Public | See coding | 20081210 | settings_base_t type SORTED TABLE OF SETTING_base_T with UNIQUE KEY scope target
|
||
| 9 | SETTINGS_T | Public | See coding | 20081210 | settings_t type SORTED TABLE OF SETTING_T with UNIQUE KEY scope target
|
||
| 10 | SETTING_BASE_T | Public | See coding | 20081210 | begin of SETTING_base_T,
scope type scope_t,
target type target_t,
mode type mode_t,
end of setting_base_t
|
||
| 11 | SETTING_T | Public | See coding | 20081210 | begin of SETTING_T.
INCLUDE TYPE setting_base_t.
types:
activation_user type user_t,
activation_time type timestamp,
expiry type timestamp,
end of setting_t
|
||
| 12 | TARGET_T | Public | See coding | 20081203 | begin of target_t,
user type user_t,
is_current_user type abap_bool,
server type server_t,
is_local_server type abap_bool,
end of target_t
|
||
| 13 | USER_RANGE_T | Public | See coding | 20081203 | USER_RANGE_T type range of user_t
|
||
| 14 | USER_T | Public | Type reference (TYPE) | XUBNAME | User Name in User Master Record | 20081203 | |
Method Signatures
Method READ_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SCOPE_RANGE | Call by reference | Type reference (TYPE) | SCOPE_RANGE_T | 20081210 | ||||
| 2 | SERVER_RANGE | Call by reference | Type reference (TYPE) | SERVER_RANGE_T | Einschränkung auf Server | 20081210 | |||
| 3 | SETTINGS | Value transfer | Type reference (TYPE) | SETTINGS_T | Aktivierungseinstellungen | 20081210 | |||
| 4 | USER_RANGE | Call by reference | Type reference (TYPE) | USER_RANGE_T | Einschränkung auf Benutzer | 20081210 | |||
| 5 | WITH_EXPIRED_SETTINGS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Auch abgelaufene Einstellungen zurückliefern | 20081210 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen zu Checkpoint-Aktivierungen | 20081210 |
Method WRITE_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXPIRY | Call by reference | Type reference (TYPE) | TIMESTAMP | Verfallsdatum, default 2h | 20081211 | |||
| 2 | MULTIPLE_SETTINGS | Call by reference | Type reference (TYPE) | SETTINGS_BASE_T | Mehrere Aktivierungseinstellungen | 20081211 | |||
| 3 | SINGLE_SETTING | Call by reference | Type reference (TYPE) | SETTING_BASE_T | Einzelne Aktivierungseinstellung | 20081211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen zur AAB Aktivierung | 20081211 | ||
| 2 | Ausnahmen zu Checkpoint-Aktivierungen | 20090211 | ||
| 3 | Ausnahmen zu Checkpoint-Gruppen und Varianten | 20081211 |
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 720 |