SAP ABAP Class CL_SALV_CSQ_PARAMS (Runtime Parameters manager)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-ALV-ABA (Application Component) Web Dynpro ALV for ABAP
⤷
SALV_CSQ (Package) Tools
⤷
⤷
Properties
| Class | CL_SALV_CSQ_PARAMS | |
| Short Description | Runtime Parameters manager | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SALV_CSQ | Tools |
| Created | 20080814 | SAP |
| Last change | 20110908 | 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) |
Interfaces
Class CL_SALV_CSQ_PARAMS has no interface implemented.
Friends
Class CL_SALV_CSQ_PARAMS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20080831 | |||||
| 2 | Constant | Public | Attribute reference (LIKE) | C_AREA_CSQ | C_AREA_CSQ | 20090122 | |||
| 3 | Constant | Public | Type reference (TYPE) | SALV_CSQ_PARAM_AREA | 'SALV_CSQ' | 20080831 | |||
| 4 | Constant | Public | Type reference (TYPE) | SALV_CSQ_PARAM_AREA | 'SALV_CSQ_BP' | 20080903 | |||
| 5 | Constant | Public | See coding | 20090123 | |||||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'DUMMY' | 20080814 | |||
| 7 | Constant | Public | Attribute reference (LIKE) | FLAG | FLAG | 20090121 | |||
| 8 | Constant | Public | Type reference (TYPE) | SYUNAME | SPACE | 20080827 | |||
| 9 | Constant | Public | Attribute reference (LIKE) | PARAM | PARAM | 20090121 | |||
| 10 | Constant | Public | See coding | 20090123 | |||||
| 11 | Constant | Public | See coding | 20080814 | |||||
| 12 | Constant | Public | See coding | 20080814 | |||||
| 13 | Static Attribute | Private | See coding | 20080814 | |||||
| 14 | Static Attribute | Private | Type reference (TYPE) | SYUNAME | 20080814 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20080903 | ||
| 2 | Static method | Public | Method | 20080827 | ||
| 3 | Static method | Public | Method | 20080814 | ||
| 4 | Static method | Public | Method | 20080814 | ||
| 5 | Static method | Public | Method | 20090515 |
Events
Class CL_SALV_CSQ_PARAMS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_PARAM_VALUE | Public | See coding | 20080814 | begin of ys_param_value,
uname type syuname,
area type salv_csq_param_area,
param type salv_csq_param_name,
seqno type y_seqno,
value type salv_csq_param_value,
change_user type syuname,
change_timestamp type timestamp,
end of ys_param_value
|
||
| 2 | YT_PARAM_VALUE | Public | See coding | 20080814 | yt_param_value type table of ys_param_value with default key
|
||
| 3 | Y_SEQNO | Public | Type reference (TYPE) | INT4 | 20080814 | |
Method Signatures
Method DELETE_PARAMETER_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PARAM_AREA | Value transfer | Type reference (TYPE) | SALV_CSQ_PARAM_AREA | C_AREA_CSQ | 20080903 | |||
| 2 | PARAM_NAME | Value transfer | Type reference (TYPE) | SALV_CSQ_PARAM_NAME | 20080903 | ||||
| 3 | USER | Value transfer | Type reference (TYPE) | SYUNAME | SY-UNAME | 20080903 |
Method DELETE_PARAMETER_VALUES on class CL_SALV_CSQ_PARAMS has no exception.
Method GET_NEXT_SEQNO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PARAM_AREA | Value transfer | Type reference (TYPE) | SALV_CSQ_PARAM_AREA | C_AREA_CSQ | 20080831 | |||
| 2 | PARAM_NAME | Value transfer | Type reference (TYPE) | SALV_CSQ_PARAM_NAME | 20080827 | ||||
| 3 | SEQNO | Value transfer | Type reference (TYPE) | SALV_CSQ_SEQNO | Sequence number | 20080827 |
Method GET_NEXT_SEQNO on class CL_SALV_CSQ_PARAMS has no exception.
Method GET_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PARAM_AREA | Value transfer | Type reference (TYPE) | SALV_CSQ_PARAM_AREA | C_AREA_CSQ | 20080814 | |||
| 2 | PARAM_NAME | Value transfer | Type reference (TYPE) | SALV_CSQ_PARAM_NAME | 20080814 | ||||
| 3 | PARAM_VALUE | Value transfer | Type reference (TYPE) | SALV_CSQ_PARAM_VALUE | 20080814 | ||||
| 4 | SEQNO | Value transfer | Type reference (TYPE) | Y_SEQNO | 20080814 | ||||
| 5 | USER | Value transfer | Type reference (TYPE) | SYUNAME | SY-UNAME | 20080814 |
Method GET_PARAMETER on class CL_SALV_CSQ_PARAMS has no exception.
Method GET_PARAMETERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INCLUDE_DEFAULTS | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20080814 | |||
| 2 | PARAM_AREA | Value transfer | Type reference (TYPE) | SALV_CSQ_PARAM_AREA | C_AREA_CSQ | 20080814 | |||
| 3 | PARAM_NAME | Value transfer | Type reference (TYPE) | SALV_CSQ_PARAM_NAME | Parameter name | 20080814 | |||
| 4 | T_PARAMS | Value transfer | Type reference (TYPE) | YT_PARAM_VALUE | 20080814 | ||||
| 5 | USER | Value transfer | Type reference (TYPE) | SYUNAME | SY-UNAME | 20080814 |
Method GET_PARAMETERS on class CL_SALV_CSQ_PARAMS has no exception.
Method SET_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PARAM_AREA | Value transfer | Type reference (TYPE) | SALV_CSQ_PARAM_AREA | 20090515 | ||||
| 2 | PARAM_NAME | Value transfer | Type reference (TYPE) | SALV_CSQ_PARAM_NAME | 20090515 | ||||
| 3 | PARAM_VALUE | Call by reference | Type reference (TYPE) | SALV_CSQ_PARAM_VALUE | 20090515 | ||||
| 4 | SEQNO | Value transfer | Type reference (TYPE) | Y_SEQNO | 20090515 | ||||
| 5 | USER | Value transfer | Type reference (TYPE) | SYUNAME | 20090515 |
Method SET_PARAMETER on class CL_SALV_CSQ_PARAMS has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 712 |