SAP ABAP Class CL_POWL_SELECT_UTIL (Utility class for POWL select comp)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-MUS-POW (Application Component) Personal Object Worklist
⤷
GEN_PERSONAL_OBJECT_WORKLIST (Package) generic worklist
⤷
⤷
Properties
| Class | CL_POWL_SELECT_UTIL | |
| Short Description | Utility class for POWL select comp | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GEN_PERSONAL_OBJECT_WORKLIST | generic worklist |
| Created | 20090305 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_POWL_SELECT_UTIL has no interface implemented.
Friends
Class CL_POWL_SELECT_UTIL has no friend class.
Attributes
Class CL_POWL_SELECT_UTIL has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Traverse through the change log and find the current index | 20100224 | |
| 2 | Static method | Public | Method | get metatype of the field | 20090305 | |
| 3 | Static method | Public | Method | get the operator list | 20090611 | |
| 4 | Static method | Public | Method | get the operator info based on rsparams-option | 20090305 | |
| 5 | Static method | Public | Method | get the rsparams-option based on operator | 20090305 | |
| 6 | Static method | Public | Method | Normalize the Changelog | 20100224 |
Events
Class CL_POWL_SELECT_UTIL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TTY_CL_TRACK | Public | See coding | 20100224 | tty_cl_track TYPE STANDARD TABLE OF ty_cl_track
|
||
| 2 | TY_CL_TRACK | Public | See coding | Changelog Tracking | 20100224 | BEGIN OF ty_cl_track,
start TYPE sy-tabix,
end TYPE sy-tabix,
END OF ty_cl_track
|
Method Signatures
Method GET_CURRENT_INDEX_IN_CLOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_CHANGELOG | Call by reference | Type reference (TYPE) | CL_POWL_SELECT_HELPER=>TTY_CHANGELOG | 20100224 | ||||
| 2 | IV_INDEX | Call by reference | Type reference (TYPE) | SY-TABIX | Index of Internal Tables | 20100224 | |||
| 3 | RV_INDEX | Value transfer | Type reference (TYPE) | SY-TABIX | Index of Internal Tables | 20100224 |
Method GET_CURRENT_INDEX_IN_CLOG on class CL_POWL_SELECT_UTIL has no exception.
Method GET_METATYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_REFERENCE_FIELD | Call by reference | Type reference (TYPE) | CHAR30 | 30 Characters | 20090305 | |||
| 2 | IV_REFERENCE_TABLE | Call by reference | Type reference (TYPE) | CHAR30 | 30 Characters | 20090305 | |||
| 3 | IV_REFERENCE_TYPE | Call by reference | Type reference (TYPE) | CHAR30 | 30 Characters | 20090305 | |||
| 4 | VALUE | Value transfer | Type reference (TYPE) | CHAR2 | Version Number Component | 20090305 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110811 |
Method GET_OPERATORS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_OP_AN | Call by reference | Type reference (TYPE) | POWL_ATTR_VALUE_TTY | Table type for context attribute values | 20090611 | |||
| 2 | ET_OP_NU | Call by reference | Type reference (TYPE) | POWL_ATTR_VALUE_TTY | Table type for context attribute values | 20090611 | |||
| 3 | ET_OP_TD | Call by reference | Type reference (TYPE) | POWL_ATTR_VALUE_TTY | Table type for context attribute values | 20090611 | |||
| 4 | ET_OP_TE | Call by reference | Type reference (TYPE) | POWL_ATTR_VALUE_TTY | Table type for context attribute values | 20090611 |
Method GET_OPERATORS on class CL_POWL_SELECT_UTIL has no exception.
Method GET_OPERATOR_FROM_OPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_META_TYPE | Call by reference | Type reference (TYPE) | POWL_SELECT_ATTR_TYPE_TY | Attribute's Data type | 20090305 | |||
| 2 | IV_OPTION | Call by reference | Type reference (TYPE) | TVARV_OPTI | ABAP: Selection option (EQ/BT/CP/...) | 20090305 | |||
| 3 | VALUE | Value transfer | Type reference (TYPE) | STRING | 20090305 |
Method GET_OPERATOR_FROM_OPTION on class CL_POWL_SELECT_UTIL has no exception.
Method GET_SIGN_FROM_OPERATOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_META_TYPE | Call by reference | Type reference (TYPE) | POWL_SELECT_ATTR_TYPE_TY | Attribute's Data type | 20090305 | |||
| 2 | IV_OPERATOR | Call by reference | Type reference (TYPE) | STRING | 20090305 | ||||
| 3 | VALUE | Value transfer | Type reference (TYPE) | STRING | 20090305 |
Method GET_SIGN_FROM_OPERATOR on class CL_POWL_SELECT_UTIL has no exception.
Method NORMALIZE_CHANGELOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_CHANGELOG | Call by reference | Type reference (TYPE) | CL_POWL_SELECT_HELPER=>TTY_CHANGELOG | 20100224 |
Method NORMALIZE_CHANGELOG on class CL_POWL_SELECT_UTIL has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 703 |