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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CX_PAK_INVALID_DATA Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_T100_MESSAGE 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 CO_ACTIVATION_STATE Constant Public See coding 20050509
2 CO_BOOLEAN Constant Public See coding 20050509
3 CO_CHECK_MODE Constant Public See coding 20050509
4 CO_DEPRECATED Constant Public See coding 20050509
5 CO_LOCK_MODE Constant Public See coding 20050509
6 CO_MESSAGE_TYPE Constant Public See coding 20050509
7 CO_SELECTION_MODE Constant Public See coding 20050509
8 CO_STATE Constant Public See coding 20050509
9 CO_STATE_EVENT Constant Public See coding 20050509
10 CO_WORKLIST_MODE Constant Public See coding 20050509
11 STATE_EVENT_DESCRIPTION_MAP Static Attribute Private Type reference (TYPE) TY_STATE_EVENT_DESCRIPTION_MAP 20050509
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_ACTIVATION_STATE Static method Public Method 20050509
2 CHECK_BOOLEAN Static method Public Method 20050509
3 CHECK_CHECK_MODE Static method Public Method 20050509
4 CHECK_DEPRECATED Static method Public Method 20050509
5 CHECK_LOCK_MODE Static method Public Method 20050509
6 CHECK_MESSAGE_TYPE Static method Public Method 20050509
7 CHECK_SELECTION_MODE Static method Public Method 20050509
8 CHECK_STATE Static method Public Method 20050509
9 CHECK_STATE_EVENT Static method Public Method 20050509
10 CHECK_WORKLIST_MODE Static method Public Method 20050509
11 CLASS_CONSTRUCTOR Static method Public Constructor 20050509
12 DESCRIBE_STATE_EVENT Static method Public Method Describes a state event using the current logon language 20050509
13 INCLUDES_MESSAGE_TYPE 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 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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 Importing IM_STATE_EVENT Call by reference Type reference (TYPE) TY_STATE_EVENT 20050509
2 Returning 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 Importing IM_INCLUDED Call by reference Type reference (TYPE) PAK_MESSAGE_TYPE The presumably included message type 20060522
2 Importing IM_INCLUDING Call by reference Type reference (TYPE) PAK_MESSAGE_TYPE The presumably including message type 20060522
3 Returning 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