SAP ABAP Class CL_ABAP_AAB_UTILITIES (Auxiliary Methods for Activatable Assertions/Breakpoints)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
SAAB (Package) Activatable Breakpoints and Assertions
⤷
⤷
Properties
| Class | CL_ABAP_AAB_UTILITIES | |
| Short Description | Auxiliary Methods for Activatable Assertions/Breakpoints | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SAAB | Activatable Breakpoints and Assertions |
| Created | 20021028 | SAP |
| Last change | 20090618 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ABAP_AAB_UTILITIES has no forward declaration.
Interfaces
Class CL_ABAP_AAB_UTILITIES has no interface implemented.
Friends
Class CL_ABAP_AAB_UTILITIES has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | X | 40 | Assert: Cancel | 20030904 | ||
| 2 | Constant | Public | Type reference (TYPE) | X | 32 | Assert: Cancel in Background | 20030904 | ||
| 3 | Constant | Public | Type reference (TYPE) | X | 8 | Assert: Cancel in Dialog | 20030904 | ||
| 4 | Constant | Public | Type reference (TYPE) | X | 62 | Assert: Active | 20030904 | ||
| 5 | Constant | Public | Type reference (TYPE) | X | 34 | Assert: Stop in Dialog, Cancel in Background | 20030904 | ||
| 6 | Constant | Public | Type reference (TYPE) | X | 18 | Assert: Stop in Dialog, Log in Background | 20030904 | ||
| 7 | Constant | Public | Type reference (TYPE) | X | 2 | Assert: Stop | 20030904 | ||
| 8 | Constant | Public | Type reference (TYPE) | X | 20 | Assert: Log | 20030904 | ||
| 9 | Constant | Public | Type reference (TYPE) | X | 16 | Assert: Log in Background | 20030904 | ||
| 10 | Constant | Public | Type reference (TYPE) | X | 4 | Assert: Log Dialog | 20030904 | ||
| 11 | Constant | Public | Type reference (TYPE) | X | 1 | Breakpoint: Stop | 20030904 | ||
| 12 | Constant | Public | Type reference (TYPE) | X | 64 | Logpoint: Log | 20050421 | ||
| 13 | Constant | Public | Type reference (TYPE) | SYMSGTY | 'E' | Message Type: Error | 20070706 | ||
| 14 | Constant | Public | Type reference (TYPE) | SYMSGTY | 'I' | Message Type: Information | 20070706 | ||
| 15 | Constant | Public | Type reference (TYPE) | SYMSGTY | 'W' | Message Type: Warning | 20070706 | ||
| 16 | Constant | Public | Type reference (TYPE) | I | 63 | Internal usage | 20070703 | ||
| 17 | Constant | Public | Type reference (TYPE) | I | 127 | Internal usage | 20070703 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | (Only for Internal Use) | 20030314 | |
| 2 | Static method | Public | Method | (Only for Internal Use) | 20030221 | |
| 3 | Static method | Public | Method | Query Activation State for Checkpoint Group | 20021028 | |
| 4 | Static method | Public | Method | Format Character String Message as FIELD | 20070703 | |
| 5 | Static method | Public | Method | Format T100 Message as FIELD | 20070703 |
Events
Class CL_ABAP_AAB_UTILITIES has no event.
Types
Class CL_ABAP_AAB_UTILITIES has no local type.
Method Signatures
Method CONVERT_ID_TO_INCLUDE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | AAB_ID_NAME | Checkpoint-Gruppe | 20030314 | |||
| 2 | INCLUDE_NAME | Value transfer | Type reference (TYPE) | PROGNAME | 20030314 |
Method CONVERT_ID_TO_INCLUDE on class CL_ABAP_AAB_UTILITIES has no exception.
Method GET_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | AAB_ID_NAME | Checkpoint-Gruppe | 20030221 | |||
| 2 | KEY | Value transfer | Type reference (TYPE) | ABAP_MSIZE | $REF$ | 20030221 |
Method GET_KEY on class CL_ABAP_AAB_UTILITIES has no exception.
Method IS_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | AAB_ID_NAME | Checkpoint-Gruppe | 20021028 | |||
| 2 | MODE_ASSERT_BREAK | Call by reference | Type reference (TYPE) | CHAR1 | SPACE | Aktivierungs-Art: Anhalten bei ASSERT | 20021028 | ||
| 3 | MODE_ASSERT_DUMP | Call by reference | Type reference (TYPE) | CHAR1 | SPACE | Aktivierungs-Art: Kurzdump bei ASSERT | 20021028 | ||
| 4 | MODE_ASSERT_LOG | Call by reference | Type reference (TYPE) | CHAR1 | SPACE | Aktivierungsart: Protokollierung bei ASSERT | 20021028 | ||
| 5 | MODE_BREAKPOINT | Call by reference | Type reference (TYPE) | CHAR1 | SPACE | Aktivierungs-Art: Anhalten bei akt. Breakpoint | 20021028 | ||
| 6 | MODE_LOGPOINT | Call by reference | Type reference (TYPE) | CHAR1 | SPACE | Aktivierungs-Art:Protokollierung bei akt. Logpoint | 20050318 | ||
| 7 | RESULT | Value transfer | Type reference (TYPE) | CHAR1 | Ergebnis: Aktivierung | 20021028 |
Method IS_ACTIVE on class CL_ABAP_AAB_UTILITIES has no exception.
Method STORE_CHAR_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CATEGORY | Call by reference | Type reference (TYPE) | SYMSGTY | CATEGORY_INFO | Nachrichten-Typ | 20070706 | ||
| 2 | RESULT | Value transfer | Type reference (TYPE) | AAB_LOGMESSAGE | LOG-POINT Meldung (interne Verwendung) | 20070703 | |||
| 3 | TEXT | Call by reference | Type reference (TYPE) | CSEQUENCE | Nachrichten-Text | 20070703 |
Method STORE_CHAR_MESSAGE on class CL_ABAP_AAB_UTILITIES has no exception.
Method STORE_T100_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Nachrichtenklasse | 20070703 | |||
| 2 | MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Nachrichtennummer | 20070703 | |||
| 3 | MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | CATEGORY_INFO | Nachrichtentyp | 20070706 | ||
| 4 | MSGV1 | Call by reference | Type reference (TYPE) | SYMSGV | Nachrichtenvariable | 20070703 | |||
| 5 | MSGV2 | Call by reference | Type reference (TYPE) | SYMSGV | Nachrichtenvariable | 20070703 | |||
| 6 | MSGV3 | Call by reference | Type reference (TYPE) | SYMSGV | Nachrichtenvariable | 20070703 | |||
| 7 | MSGV4 | Call by reference | Type reference (TYPE) | SYMSGV | Nachrichtenvariable | 20070703 | |||
| 8 | RESULT | Value transfer | Type reference (TYPE) | AAB_LOGMESSAGE | LOG-POINT Meldung (interne Verwendung) | 20070703 |
Method STORE_T100_MESSAGE on class CL_ABAP_AAB_UTILITIES has no exception.
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 630 |