SAP ABAP Class CL_PAK_WB_DOMAINS (Constants and checks for domain values)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
SPAK_WB_FOUNDATION (Package) Framework for integrating the APIs with the ABAP Workbench
⤷
⤷
Properties
| Class | CL_PAK_WB_DOMAINS | |
| Short Description | Constants and checks for domain values | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SPAK_WB_FOUNDATION | Framework for integrating the APIs with the ABAP Workbench |
| Created | 20050509 | SAP |
| Last change | 20090618 | 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) | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_PAK_WB_DOMAINS has no interface implemented.
Friends
Class CL_PAK_WB_DOMAINS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20050509 | |||||
| 2 | Constant | Public | See coding | 20050509 | |||||
| 3 | Constant | Public | See coding | 20050509 | |||||
| 4 | Constant | Public | See coding | 20050509 | |||||
| 5 | Constant | Public | See coding | 20050509 | |||||
| 6 | Constant | Public | See coding | 20050509 | |||||
| 7 | Constant | Public | See coding | 20050509 | |||||
| 8 | Constant | Public | See coding | 20050509 | |||||
| 9 | Constant | Public | See coding | 20050509 | |||||
| 10 | Constant | Public | See coding | 20050509 | |||||
| 11 | Static Attribute | Private | Type reference (TYPE) | TY_STATE_EVENT_DESCRIPTION_MAP | 20050509 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20050509 | ||
| 2 | Static method | Public | Method | 20050509 | ||
| 3 | Static method | Public | Method | 20050509 | ||
| 4 | Static method | Public | Method | 20050509 | ||
| 5 | Static method | Public | Method | 20050509 | ||
| 6 | Static method | Public | Method | 20050509 | ||
| 7 | Static method | Public | Method | 20050509 | ||
| 8 | Static method | Public | Method | 20050509 | ||
| 9 | Static method | Public | Method | 20050509 | ||
| 10 | Static method | Public | Method | 20050509 | ||
| 11 | Static method | Public | Constructor | 20050509 | ||
| 12 | Static method | Public | Method | Describes a state event using the current logon language | 20050509 | |
| 13 | Static method | Public | Method | Returns whether one message type includes the other | 20060522 |
Events
Class CL_PAK_WB_DOMAINS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_CHECK_MODE | Public | See coding | 20050509 | ty_check_mode TYPE c LENGTH 10
|
||
| 2 | TY_LOCK_MODE | Public | See coding | 20050509 | ty_lock_mode TYPE c LENGTH 6
|
||
| 3 | TY_NAVIGATOR_UPDATE | Public | See coding | 20050509 | ty_navigator_update TYPE c LENGTH 6
|
||
| 4 | TY_STATE | Public | See coding | 20050509 | ty_state TYPE c LENGTH 1
|
||
| 5 | TY_STATE_EVENT | Public | See coding | 20050509 | ty_state_event TYPE c LENGTH 1
|
||
| 6 | TY_STATE_EVENT_DESCRIPTION | Private | See coding | 20050509 | BEGIN OF ty_state_event_description,
state_event TYPE ty_state_event,
description TYPE string,
END OF ty_state_event_description
|
||
| 7 | TY_STATE_EVENT_DESCRIPTION_MAP | Private | See coding | 20050509 | ty_state_event_description_map TYPE HASHED TABLE OF ty_state_event_description WITH UNIQUE KEY state_event
|
||
| 8 | TY_WORKLIST_MODE | Public | See coding | 20050509 | ty_worklist_mode TYPE c LENGTH 1
|
Method Signatures
Method CHECK_ACTIVATION_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_VALUE | Call by reference | Type reference (TYPE) | PAK_ACTIVATION_STATE | Value to be verified | 20050509 |
Method CHECK_ACTIVATION_STATE on class CL_PAK_WB_DOMAINS has no exception.
Method CHECK_BOOLEAN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_VALUE | Call by reference | Type reference (TYPE) | ABAP_BOOL | Value to be verified | 20050509 |
Method CHECK_BOOLEAN on class CL_PAK_WB_DOMAINS has no exception.
Method CHECK_CHECK_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_VALUE | Call by reference | Type reference (TYPE) | TY_CHECK_MODE | Value to be verified | 20050509 |
Method CHECK_CHECK_MODE on class CL_PAK_WB_DOMAINS has no exception.
Method CHECK_DEPRECATED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_VALUE | Call by reference | Type reference (TYPE) | PAK_DEPRECATED | Value to be verified | 20050509 |
Method CHECK_DEPRECATED on class CL_PAK_WB_DOMAINS has no exception.
Method CHECK_LOCK_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_VALUE | Call by reference | Type reference (TYPE) | TY_LOCK_MODE | 20050509 |
Method CHECK_LOCK_MODE on class CL_PAK_WB_DOMAINS has no exception.
Method CHECK_MESSAGE_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_VALUE | Call by reference | Type reference (TYPE) | PAK_MESSAGE_TYPE | Specifies whether a message is a warning or an info | 20050509 |
Method CHECK_MESSAGE_TYPE on class CL_PAK_WB_DOMAINS has no exception.
Method CHECK_SELECTION_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_VALUE | Call by reference | Type reference (TYPE) | PAK_SELECTION_MODE | Value to be verified | 20050509 |
Method CHECK_SELECTION_MODE on class CL_PAK_WB_DOMAINS has no exception.
Method CHECK_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_VALUE | Call by reference | Type reference (TYPE) | TY_STATE | Value to be verified | 20050509 |
Method CHECK_STATE on class CL_PAK_WB_DOMAINS has no exception.
Method CHECK_STATE_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_VALUE | Call by reference | Type reference (TYPE) | TY_STATE_EVENT | 20050509 |
Method CHECK_STATE_EVENT on class CL_PAK_WB_DOMAINS has no exception.
Method CHECK_WORKLIST_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_VALUE | Call by reference | Type reference (TYPE) | TY_WORKLIST_MODE | Value to be verified | 20050509 |
Method CHECK_WORKLIST_MODE on class CL_PAK_WB_DOMAINS has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_PAK_WB_DOMAINS has no parameter.
Method CLASS_CONSTRUCTOR on class CL_PAK_WB_DOMAINS has no exception.
Method DESCRIBE_STATE_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_STATE_EVENT | Call by reference | Type reference (TYPE) | TY_STATE_EVENT | 20050509 | ||||
| 2 | RE_DESCRIPTION | Value transfer | Type reference (TYPE) | STRING | 20050509 |
Method DESCRIBE_STATE_EVENT on class CL_PAK_WB_DOMAINS has no exception.
Method INCLUDES_MESSAGE_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_INCLUDED | Call by reference | Type reference (TYPE) | PAK_MESSAGE_TYPE | The presumably included message type | 20060522 | |||
| 2 | IM_INCLUDING | Call by reference | Type reference (TYPE) | PAK_MESSAGE_TYPE | The presumably including message type | 20060522 | |||
| 3 | RE_INCLUDES_MESSAGE_TYPE | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE if IM_INCLUDING actually includes IM_INCLUDED | 20060522 |
Method INCLUDES_MESSAGE_TYPE on class CL_PAK_WB_DOMAINS has no exception.
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 710 |