SAP ABAP Class /BOFU/IF_CODE_LIST_PROVIDER (Interface to Codelist)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | /BOFU/IF_BADI_CODE_LIST_PROV | Interface for BAdI: /SCMTMS/CODE_LIST_PROVIDER | 20081127 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOFU/CL_CODE_LIST_PROVIDER | Generic DDIC based TMS code list | 20090216 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOFU/CL_DUMMY_CODE_LST_PRVD | Dummy code list provider (has no functionality) | 20081127 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOFU/CL_GET_BUPA_ID | Class for BAdI Impl.: /SCMTMS/BUPA_INTERNAL_ID | 20081127 |
Properties
| Class | /BOFU/IF_CODE_LIST_PROVIDER | |
| Short Description | Interface to Codelist | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20081127 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class /BOFU/IF_CODE_LIST_PROVIDER has no interface implemented.
Friends
Class /BOFU/IF_CODE_LIST_PROVIDER has no friend class.
Attributes
Class /BOFU/IF_CODE_LIST_PROVIDER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20081127 | ||
| 2 | Instance method | Public | Method | 20081127 | ||
| 3 | Instance method | Public | Method | 20081127 | ||
| 4 | Instance method | Public | Method | 20081127 | ||
| 5 | Instance method | Public | Method | 20081127 |
Events
Class /BOFU/IF_CODE_LIST_PROVIDER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_CODETYPE_AND_CTXT_KEYFIELDS | Public | See coding | 20131027 | tt_codetype_and_ctxt_keyfields TYPE STANDARD TABLE OF ty_codetype_and_ctxt_keyfields WITH DEFAULT KEY
|
||
| 2 | TT_CODE_VALUES | Public | See coding | 20081127 | tt_code_values TYPE STANDARD TABLE OF ty_code_value WITH DEFAULT KEY
|
||
| 3 | TT_CODE_VALUES_W_DESCRIPTIONS | Public | See coding | 20081127 | tt_code_values_w_descriptions TYPE STANDARD TABLE OF
ty_code_value_w_description WITH DEFAULT KEY
|
||
| 4 | TT_CTXT_KEYFIELD | Public | See coding | 20131027 | tt_ctxt_keyfield TYPE STANDARD TABLE OF TY_CTXT_KEYFIELD WITH DEFAULT KEY
|
||
| 5 | TT_CTXT_KEYFIELD_VALUE | Public | See coding | 20131027 | tt_ctxt_keyfield_value TYPE STANDARD TABLE OF TY_CTXT_KEYFIELD_VALUE WITH DEFAULT KEY
|
||
| 6 | TT_CTXT_KEY_FIELD_VAL | Public | See coding | 20131027 | tt_ctxt_key_field_val TYPE TABLE OF /bofu/s_ext_param_value
|
||
| 7 | TT_DFIES | Public | See coding | 20131027 | tt_dfies TYPE STANDARD TABLE OF dfies WITH DEFAULT KEY
|
||
| 8 | TY_CODETYPE_AND_CTXT_KEYFIELDS | Public | See coding | 20131027 | BEGIN OF ty_codetype_and_ctxt_keyfields,
code_type_name TYPE string,
ctxt_keyfields TYPE tt_ctxt_keyfield,
END OF ty_codetype_and_ctxt_keyfields
|
||
| 9 | TY_CODE_VALUE | Public | See coding | 20081127 | BEGIN OF ty_code_value,
content TYPE string,
list_id TYPE string,
END OF ty_code_value
|
||
| 10 | TY_CODE_VALUE_W_DESCRIPTION | Public | See coding | 20081127 | BEGIN OF ty_code_value_w_description.
INCLUDE TYPE ty_code_value AS code_value.
TYPES: description TYPE string,
tooltip TYPE string,
END OF ty_code_value_w_description
|
||
| 11 | TY_CTXT_KEYFIELD | Public | See coding | 20131027 | BEGIN OF TY_CTXT_KEYFIELD,
context_key_field type /BOFU/S_FBIV_CONTEXT_KEY_MAP_H-context_key_field,
END OF TY_CTXT_KEYFIELD
|
||
| 12 | TY_CTXT_KEYFIELD_VALUE | Public | See coding | 20131027 | BEGIN OF TY_CTXT_KEYFIELD_value,
context_key_field_value type /BOFU/S_FBIV_CONTEXT_KEY_MAP_H-context_key_field_value,
END OF TY_CTXT_KEYFIELD_value
|
Method Signatures
Method CHECK_CODE_EXISTENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_CODE_VALUE | Call by reference | Type reference (TYPE) | STRING | 20081127 | ||||
| 2 | OUT_EXISTS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20081127 |
Method CHECK_CODE_EXISTENCE on class /BOFU/IF_CODE_LIST_PROVIDER has no exception.
Method INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_CTXT_KEYFIELDS_DDIC | Call by reference | Type reference (TYPE) | /BOFU/IF_CODE_LIST_PROVIDER=>TT_CTXT_KEYFIELD | 20131027 | ||||
| 2 | IN_CODE_TYPE_NAME | Call by reference | Type reference (TYPE) | STRING | 20081127 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for Code list provider | 20081127 |
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 | 20081127 | ||||
| 2 | IN_CTXT_KEY_FIELD_DDIC | Call by reference | Type reference (TYPE) | /BOFU/IF_CODE_LIST_PROVIDER=>TT_CTXT_KEYFIELD | 20131027 | ||||
| 3 | IN_CTXT_KEY_FIELD_VALS | Call by reference | Type reference (TYPE) | TT_CTXT_KEY_FIELD_VAL | 20131027 | ||||
| 4 | IN_LANGUAGE_CODE | Call by reference | Type reference (TYPE) | LANG | 20081127 | ||||
| 5 | OUT_CODE_DESCRIPTIONS | Value transfer | Type reference (TYPE) | TT_CODE_VALUES_W_DESCRIPTIONS | 20081127 |
Method RETRIEVE_CODE_DESCRIPTIONS on class /BOFU/IF_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) | LANG | 20081127 | ||||
| 2 | IN_LIST_ID | Call by reference | Type reference (TYPE) | STRING | 20081127 | ||||
| 3 | OUT_CODE_LIST | Value transfer | Type reference (TYPE) | TT_CODE_VALUES_W_DESCRIPTIONS | 20081127 |
Method RETRIEVE_CODE_LIST on class /BOFU/IF_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) | /BOFU/T_STRING | The fields from the contxt struct. which are currently bound | 20081127 | |||
| 2 | IN_CONTEXT_PARAMETERS | Call by reference | Type reference (TYPE) | ANY | Context binding data | 20081127 | |||
| 3 | OUT_CODE_VALUES | Value transfer | Type reference (TYPE) | TT_CODE_VALUES | Codes | 20081127 |
Method RETRIEVE_CODE_VALUES on class /BOFU/IF_CODE_LIST_PROVIDER has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |