SAP ABAP Class IF_ESF_CODE_LIST_PROVIDER (IF_ESF_CODE_LIST_PROVIDER)
Meta Relationship - Used By
Properties
| Class | IF_ESF_CODE_LIST_PROVIDER | |
| Short Description | ||
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20061128 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_ESF_CODE_LIST_PROVIDER has no forward declaration.
Interfaces
Class IF_ESF_CODE_LIST_PROVIDER has no interface implemented.
Friends
Class IF_ESF_CODE_LIST_PROVIDER has no friend class.
Attributes
Class IF_ESF_CODE_LIST_PROVIDER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20061128 | ||
| 2 | Instance method | Public | Method | 20061128 | ||
| 3 | Instance method | Public | Method | 20061128 | ||
| 4 | Instance method | Public | Method | 20061128 |
Events
Class IF_ESF_CODE_LIST_PROVIDER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_CODE_VALUES | Public | See coding | 20061128 | tt_code_values TYPE STANDARD TABLE OF ty_code_value WITH DEFAULT KEY
|
||
| 2 | TT_CODE_VALUES_W_DESCRIPTIONS | Public | See coding | 20061128 | tt_code_values_w_descriptions TYPE STANDARD TABLE OF
ty_code_value_w_description WITH DEFAULT KEY
|
||
| 3 | TY_CODE_VALUE | Public | See coding | 20061128 | BEGIN OF ty_code_value,
content TYPE string,
list_id TYPE string,
END OF ty_code_value
|
||
| 4 | TY_CODE_VALUE_W_DESCRIPTION | Public | See coding | 20061128 | BEGIN OF ty_code_value_w_description.
INCLUDE TYPE ty_code_value AS code_value.
TYPES: description TYPE string,
END OF ty_code_value_w_description
|
Method Signatures
Method INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_CODE_TYPE_NAME | Call by reference | Type reference (TYPE) | STRING | 20061128 |
Method INIT on class IF_ESF_CODE_LIST_PROVIDER has no exception.
Method RETRIEVE_CODE_DESCRIPTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_CODE_VALUES | Call by reference | Type reference (TYPE) | TT_CODE_VALUES | 20061128 | ||||
| 2 | IN_LANGUAGE_CODE | Call by reference | Type reference (TYPE) | SPRAS | Language Key | 20061128 | |||
| 3 | OUT_CODE_DESCRIPTIONS | Value transfer | Type reference (TYPE) | TT_CODE_VALUES_W_DESCRIPTIONS | 20061128 |
Method RETRIEVE_CODE_DESCRIPTIONS on class IF_ESF_CODE_LIST_PROVIDER has no exception.
Method RETRIEVE_CODE_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_LANGUAGE_CODE | Call by reference | Type reference (TYPE) | SPRAS | Language Key | 20061128 | |||
| 2 | IN_LIST_ID | Call by reference | Type reference (TYPE) | STRING | 20061128 | ||||
| 3 | OUT_CODE_LIST | Value transfer | Type reference (TYPE) | TT_CODE_VALUES_W_DESCRIPTIONS | 20061128 |
Method RETRIEVE_CODE_LIST on class IF_ESF_CODE_LIST_PROVIDER has no exception.
Method RETRIEVE_CODE_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_CONTEXT_ATTRIBUTES | Call by reference | Type reference (TYPE) | SESF_STRING_TAB | 20061128 | ||||
| 2 | IN_CONTEXT_PARAMETERS | Call by reference | Type reference (TYPE) | ANY | 20061128 | ||||
| 3 | OUT_CODE_VALUES | Value transfer | Type reference (TYPE) | TT_CODE_VALUES | 20061128 |
Method RETRIEVE_CODE_VALUES on class IF_ESF_CODE_LIST_PROVIDER has no exception.
Meta Relationship - Used By (full list)
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |