SAP ABAP Class CL_CPE_VALUE_HELP (CPE Value Help)
Hierarchy
☛
PI_BASIS (Software Component) Basis Plug-In
⤷
CA-GTF-CPE (Application Component) Commodity Pricing Engine
⤷
CPE_BASIS (Package) Commodity Pricing Engine: Basic Objects
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20101203 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CPE_VALUE_HELP | Interface for BAdI: CPE_VALUE_HELP_SAP | 20101203 |
Properties
| Class | CL_CPE_VALUE_HELP | |
| Short Description | CPE Value Help | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CPE_BASIS | Commodity Pricing Engine: Basic Objects |
| Created | 20101116 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CPE_VALUE_HELP has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20101203 | ||
| 2 | IF_CPE_VALUE_HELP | Interface for BAdI: CPE_VALUE_HELP_SAP | 20101203 |
Friends
Class CL_CPE_VALUE_HELP has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20101122 | |||||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | CPE_VALUE_HELP_CUST | Interface for BAdI: CPE_VALUE_HELP_CUST | 20101117 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | CPE_VALUE_HELP_SAP | Interface for BAdI: CPE_VALUE_HELP_SAP | 20101117 | |||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | CPE_VALUE_HELP_PART | Interface for BAdI: CPE_VALUE_HELP_SAP | 20101117 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | CPE_VALUE_HELP_CALL_STR | CPE Caller Data for Formula Evaluation | 20101116 | |||
| 6 | Static Attribute | Private | Type reference (TYPE) | TT_OBJECT_LIST | 20101116 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | CHAR20 | Char 20 | 20101117 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Only for SAP ABAP UI | 20101117 | |
| 2 | Instance method | Public | Constructor | Constructor | 20101116 | |
| 3 | Static method | Public | Method | Get Instance | 20101116 | |
| 4 | Static method | Private | Method | Get Table Name by using Parameter ID | 20101123 | |
| 5 | Instance method | Private | Method | Get Value Help List for Formula Key | 20101123 | |
| 6 | Instance method | Public | Method | Get Value List | 20101116 |
Events
Class CL_CPE_VALUE_HELP has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_OBJECT_LIST | Private | See coding | 20101116 | tt_object_list TYPE STANDARD TABLE OF ty_object_list
|
||
| 2 | TY_OBJECT_LIST | Private | See coding | 20101116 | BEGIN OF ty_object_list,
parameter TYPE char20,
table_name type tabname,
value_obj TYPE REF TO cl_cpe_value_help,
END OF ty_object_list
|
Method Signatures
Method CALL_ABAP_UI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_SELECTED | Call by reference | Type reference (TYPE) | STRING | 20101117 | ||||
| 2 | IT_VALUE | Call by reference | Type reference (TYPE) | TABLE | 20101117 | ||||
| 3 | IV_RET_FIELD | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20101117 | |||
| 4 | IV_STRUCT_NAME | Call by reference | Type reference (TYPE) | TABNAME | Comment | 20101117 |
Method CALL_ABAP_UI on class CL_CPE_VALUE_HELP has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_CALLER_DATA | Call by reference | Type reference (TYPE) | CPE_VALUE_HELP_CALL_STR | CPE Caller Data for Formula Evaluation | 20101116 | |||
| 2 | IV_PARAMETER | Call by reference | Type reference (TYPE) | CHAR20 | Char 20 | 20101117 |
Method CONSTRUCTOR on class CL_CPE_VALUE_HELP has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_TABLE_NAME | Call by reference | Type reference (TYPE) | TABNAME | Control Structure for Testing the Table Name (Apart fr. SAA) | 20101123 | |||
| 2 | ER_OBJECT | Value transfer | Object reference (TYPE REF TO) | CL_CPE_VALUE_HELP | CPE Value Help | 20101116 | |||
| 3 | IS_CALLER_DATA | Call by reference | Type reference (TYPE) | CPE_VALUE_HELP_CALL_STR | CPE Caller Data for Formula Evaluation | 20101116 | |||
| 4 | IV_PARAMETER | Call by reference | Type reference (TYPE) | CHAR20 | Comment | 20101116 |
Method GET_INSTANCE on class CL_CPE_VALUE_HELP has no exception.
Method GET_TABNAME_BY_PARA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_TABLE_NAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20101123 | |||
| 2 | IV_PARAMETER | Call by reference | Type reference (TYPE) | CHAR20 | Char 20 | 20101123 |
Method GET_TABNAME_BY_PARA on class CL_CPE_VALUE_HELP has no exception.
Method GET_VALUE_FORMULA_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_VALUE_LIST | Call by reference | Type reference (TYPE) | TABLE | 20101123 | ||||
| 2 | IS_CALLER_DATA | Call by reference | Type reference (TYPE) | CPE_VALUE_HELP_CALL_STR | CPE Value Help Caller Structure | 20101123 | |||
| 3 | IS_SELECTION | Call by reference | Type reference (TYPE) | RSDSSELOPT | Structure of generic SELECT-OPTION for (dynamic selections) | 20101123 | |||
| 4 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | SPRAS | 'E' | Language Key | 20101123 |
Method GET_VALUE_FORMULA_KEY on class CL_CPE_VALUE_HELP has no exception.
Method GET_VALUE_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_VALUE | Call by reference | Type reference (TYPE) | TABLE | 20101116 | ||||
| 2 | IS_SELECTION | Call by reference | Type reference (TYPE) | RSDSSELOPT | Structure of generic SELECT-OPTION for (dynamic selections) | 20101116 |
Method GET_VALUE_LIST on class CL_CPE_VALUE_HELP has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 731 |