SAP ABAP Class /BCV/CL_UIF_VAR_MAPPING (Auxiliary Class for Variable ID Mapping)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-BCV (Application Component) Business Context Viewer
⤷
/BCV/UIF (Package) BCV User Interface Layer

⤷

⤷

Properties
Class | /BCV/CL_UIF_VAR_MAPPING | |
Short Description | Auxiliary Class for Variable ID Mapping | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /BCV/UIF | BCV User Interface Layer |
Created | 20120329 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /BCV/CL_UIF_VAR_MAPPING has no forward declaration.
Interfaces
Class /BCV/CL_UIF_VAR_MAPPING has no interface implemented.
Friends
Class /BCV/CL_UIF_VAR_MAPPING 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) | TY_T_MAPPING | Variable Mapping Table | 20120329 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | Constructor | 20120329 |
2 | ![]() |
Instance method | Public | Method | Get New Variable ID | 20120329 |
3 | ![]() |
Instance method | Public | Method | Get Old Variable ID | 20120329 |
4 | ![]() |
Instance method | Public | Method | Get Query ID | 20120329 |
Events
Class /BCV/CL_UIF_VAR_MAPPING has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_MAPPING | Private | See coding | Variable Mapping Structure | 20120329 | BEGIN OF ty_s_mapping,
query_id TYPE /bcv/qrm_query_id,
var_id_old TYPE /bcv/qrm_variable_id,
var_id_new TYPE /bcv/qrm_variable_id,
END OF ty_s_mapping
|
|
2 | TY_S_VARIABLE | Public | See coding | Variable Structure | 20120329 | BEGIN OF ty_s_variable,
query_id TYPE /bcv/qrm_query_id,
variable_id TYPE /bcv/qrm_variable_id,
END OF ty_s_variable
|
|
3 | TY_T_MAPPING | Private | See coding | Variable Mapping Table | 20120329 | ty_t_mapping TYPE SORTED TABLE OF ty_s_mapping
WITH UNIQUE KEY query_id var_id_old
WITH UNIQUE SORTED KEY second_key COMPONENTS var_id_new
|
|
4 | TY_T_VARIABLE | Public | See coding | Variable Table | 20120329 | ty_t_variable TYPE STANDARD TABLE OF ty_s_variable
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_VARIABLE | Call by reference | Type reference (TYPE) | TY_T_VARIABLE | Query/Variable Table | 20120329 |
Method CONSTRUCTOR on class /BCV/CL_UIF_VAR_MAPPING has no exception.
Method GET_NEW_VARIABLE_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_OLD_VAR_ID | Call by reference | Type reference (TYPE) | /BCV/QRM_VARIABLE_ID | Variable ID (old) | 20120329 | ||
2 | ![]() |
IV_QUERY_ID | Call by reference | Type reference (TYPE) | /BCV/QRM_QUERY_ID | Query ID | 20120329 | ||
3 | ![]() |
RV_NEW_VAR_ID | Value transfer | Type reference (TYPE) | /BCV/QRM_VARIABLE_ID | Variable ID (new) | 20120329 |
Method GET_NEW_VARIABLE_ID on class /BCV/CL_UIF_VAR_MAPPING has no exception.
Method GET_OLD_VARIABLE_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NEW_VAR_ID | Call by reference | Type reference (TYPE) | /BCV/QRM_VARIABLE_ID | Variable ID (new) | 20120329 | ||
2 | ![]() |
RV_OLD_VAR_ID | Value transfer | Type reference (TYPE) | /BCV/QRM_VARIABLE_ID | Variable ID (old) | 20120329 |
Method GET_OLD_VARIABLE_ID on class /BCV/CL_UIF_VAR_MAPPING has no exception.
Method GET_QUERY_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NEW_VAR_ID | Call by reference | Type reference (TYPE) | /BCV/QRM_VARIABLE_ID | Variable ID (new) | 20120329 | ||
2 | ![]() |
RV_QUERY_ID | Value transfer | Type reference (TYPE) | /BCV/QRM_QUERY_ID | Query ID | 20120329 |
Method GET_QUERY_ID on class /BCV/CL_UIF_VAR_MAPPING has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 732 |