SAP ABAP Class CL_CHIP_QS_VARIABLE_HELPER (CHIP Query String Variables Help Class)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA-PB (Application Component) WD ABAP Page Builder
⤷
SWDP_CCP_API (Package) Web Dynpro ABAP: CCP Integration API
⤷
⤷
Properties
| Class | CL_CHIP_QS_VARIABLE_HELPER | |
| Short Description | CHIP Query String Variables Help Class | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_CCP_API | Web Dynpro ABAP: CCP Integration API |
| Created | 20090315 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CHIP_QS_VARIABLE_HELPER has no forward declaration.
Interfaces
Class CL_CHIP_QS_VARIABLE_HELPER has no interface implemented.
Friends
Class CL_CHIP_QS_VARIABLE_HELPER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | STRING | 20090315 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | TP_T_VARIABLE | 20090315 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | TP_S_QS_VARIABLE_NAMES | 20090315 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20090315 | ||
| 2 | Instance method | Public | Method | 20090315 | ||
| 3 | Instance method | Public | Method | 20090315 | ||
| 4 | Instance method | Private | Method | 20090315 |
Events
Class CL_CHIP_QS_VARIABLE_HELPER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TP_S_QS_VARIABLE_NAMES | Public | See coding | 20090315 | begin of tp_s_qs_variable_names,
n1 type string,
n2 type string,
n3 type string,
n4 type string,
end of tp_s_qs_variable_names
|
||
| 2 | TP_S_QS_VARIABLE_VALUES | Public | See coding | 20090315 | begin of tp_s_qs_variable_values,
v1 type string,
v2 type string,
v3 type string,
v4 type string,
end of tp_s_qs_variable_values
|
||
| 3 | TP_S_VARIABLE | Private | See coding | 20090315 | begin of TP_S_VARIABLE,
variable type string,
variable_full type string,
end of tp_s_variable
|
||
| 4 | TP_T_VARIABLE | Private | See coding | 20090315 | tp_t_variable type sorted table of tp_s_variable with unique key variable
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | URL | Call by reference | Type reference (TYPE) | STRING | 20090315 |
Method CONSTRUCTOR on class CL_CHIP_QS_VARIABLE_HELPER has no exception.
Method GET_URL_REPLACED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | URL | Value transfer | Type reference (TYPE) | STRING | 20090315 | ||||
| 2 | VARIABLE_VALUES | Call by reference | Type reference (TYPE) | CHIP_QS_VARIABLE_VALUES | CHIP Query String Variable Values | 20090315 |
Method GET_URL_REPLACED on class CL_CHIP_QS_VARIABLE_HELPER has no exception.
Method GET_VARIABLE_NAMES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VARIABLE_NAMES | Value transfer | Type reference (TYPE) | TP_S_QS_VARIABLE_NAMES | 20090315 |
Method GET_VARIABLE_NAMES on class CL_CHIP_QS_VARIABLE_HELPER has no exception.
Method RESET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | URL | Call by reference | Type reference (TYPE) | STRING | 20090315 |
Method RESET on class CL_CHIP_QS_VARIABLE_HELPER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 720 |