SAP ABAP Class /BOFU/CL_CUIBB_LIST_HANDLER (View handler class for List views)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-BRC-FBI (Application Component) Integration of FPM and Persistency Frameworks like BOPF
⤷
/BOFU/FBI_RUNTIME_V1_CUBB (Package) FBI Runtime: Version 1 of Runtime: Freestyle feeders

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_CUIBB_VIEW_HANDLER | Custom View Handler Base Implementation | 20090824 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOFU/IF_CUIBB_LIST_HANDLER | View handler from List view | 20090824 |
Properties
Class | /BOFU/CL_CUIBB_LIST_HANDLER | |
Short Description | View handler class for List views | |
Super Class | /BOFU/CL_CUIBB_VIEW_HANDLER | Custom View Handler Base Implementation |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /BOFU/FBI_RUNTIME_V1_CUBB | FBI Runtime: Version 1 of Runtime: Freestyle feeders |
Created | 20090824 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | /BOFU/IF_CUIBB_LIST_HANDLER | View handler from List view | 20090824 |
Friends
Class /BOFU/CL_CUIBB_LIST_HANDLER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | /BOFU/IF_CUIBB_TABLE_MANAGER | 20090824 | |||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | 20090824 | |||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | DATA | 20090824 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | /BOFU/CL_CUIBB_ASSISTANCE=>TY_T_KEYS | 20090824 |
Methods
Events
Class /BOFU/CL_CUIBB_LIST_HANDLER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_FIELD_PROPERTY | Public | See coding | 20090824 | BEGIN OF ty_s_field_property,
key TYPE /bobf/conf_key,
name TYPE string,
visible TYPE wdy_boolean,
mandatory TYPE wdy_boolean,
read_only TYPE wdy_boolean,
enabled TYPE wdy_boolean,
END OF ty_s_field_property
|
||
2 | TY_S_SUFFIX | Private | See coding | 20090824 | BEGIN OF ty_s_suffix,
name TYPE string,
suffix TYPE string,
END OF ty_s_suffix
|
||
3 | TY_T_FIELD_PROPERTY | Public | See coding | 20090824 | ty_t_field_property TYPE TABLE OF ty_s_field_property
|
Method Signatures
Method ADAPT_ACTION_PROPERTIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_ACTION_USAGE | Call by reference | Type reference (TYPE) | FPMGB_T_ACTIONUSAGE | 20090824 | |||
2 | ![]() |
IT_DATA | Call by reference | Type reference (TYPE) | ANY TABLE | 20090824 |
Method ADAPT_ACTION_PROPERTIES on class /BOFU/CL_CUIBB_LIST_HANDLER has no exception.
Method ADAPT_CHANGELIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_CHANGELIST | Call by reference | Type reference (TYPE) | TY_T_CHANGELOG | 20090824 |
Method ADAPT_CHANGELIST on class /BOFU/CL_CUIBB_LIST_HANDLER has no exception.
Method ADAPT_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_DATA | Value transfer | Object reference (TYPE REF TO) | DATA | 20090824 | |||
2 | ![]() |
EV_NO_BIND | Call by reference | Type reference (TYPE) | BOOLE_D | 20090824 | |||
3 | ![]() |
IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | 20090824 | |||
4 | ![]() |
IT_DATA | Call by reference | Type reference (TYPE) | ANY TABLE | 20090824 |
Method ADAPT_DATA on class /BOFU/CL_CUIBB_LIST_HANDLER has no exception.
Method ADAPT_LIST_PROPERTIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_FIELD_PROPERTIES | Call by reference | Type reference (TYPE) | TY_T_FIELD_PROPERTY | 20090824 | |||
2 | ![]() |
IT_DATA | Call by reference | Type reference (TYPE) | ANY TABLE | 20090824 |
Method ADAPT_LIST_PROPERTIES on class /BOFU/CL_CUIBB_LIST_HANDLER has no exception.
Method APPLY_FILTERING_AND_SORTING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_SELECTED_INDEXES | Call by reference | Type reference (TYPE) | RSTABIXTAB | 20090824 | |||
2 | ![]() |
IV_IS_FILTER_SET | Call by reference | Type reference (TYPE) | BOOLE_D | 20090824 | |||
3 | ![]() |
IV_IS_SORTING_SET | Call by reference | Type reference (TYPE) | BOOLE_D | 20090824 | |||
4 | ![]() |
IV_LEAD_INDEX | Call by reference | Type reference (TYPE) | SYTABIX | 20090824 |
Method APPLY_FILTERING_AND_SORTING on class /BOFU/CL_CUIBB_LIST_HANDLER has no exception.
Method APPLY_LIST_PROPERTY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_DATA_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20090824 | |||
2 | ![]() |
IO_FBI_VIEW | Call by reference | Object reference (TYPE REF TO) | /BOFU/IF_FBI_VIEW | 20090824 | |||
3 | ![]() |
IR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20090824 | |||
4 | ![]() |
IT_FIELD_USAGES | Call by reference | Type reference (TYPE) | FPMGB_T_FIELDUSAGE | 20090824 |
Method APPLY_LIST_PROPERTY on class /BOFU/CL_CUIBB_LIST_HANDLER has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_REG_VIEW | Call by reference | Type reference (TYPE) | /BOFU/CL_CUIBB_ASSISTANCE=>TY_S_REG_VIEWS | 20090824 |
Method CONSTRUCTOR on class /BOFU/CL_CUIBB_LIST_HANDLER has no exception.
Method GET_BOUND_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_BOUND_DATA | Value transfer | Object reference (TYPE REF TO) | DATA | 20090824 |
Method GET_BOUND_TABLE on class /BOFU/CL_CUIBB_LIST_HANDLER has no exception.
Method GET_FIELD_USAGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_FIELD_USAGES | Call by reference | Type reference (TYPE) | FPMGB_T_FIELDUSAGE | 20090824 | |||
2 | ![]() |
IO_CONTEXT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | 20090824 |
Method GET_FIELD_USAGES on class /BOFU/CL_CUIBB_LIST_HANDLER has no exception.
Method GET_INDEXES_BY_KEYS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_INDEXES | Call by reference | Type reference (TYPE) | RSTABIXTAB | 20090824 | |||
2 | ![]() |
IT_DATA | Call by reference | Type reference (TYPE) | ANY TABLE | 20090824 | |||
3 | ![]() |
IT_KEYS | Call by reference | Type reference (TYPE) | /BOFU/CL_CUIBB_ASSISTANCE=>TY_T_KEYS | 20090824 |
Method GET_INDEXES_BY_KEYS on class /BOFU/CL_CUIBB_LIST_HANDLER has no exception.
Method GET_INDEX_BY_KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_DATA | Call by reference | Type reference (TYPE) | ANY TABLE | 20090824 | |||
2 | ![]() |
IV_KEY | Call by reference | Type reference (TYPE) | /BOBF/CONF_KEY | 20090824 | |||
3 | ![]() |
RV_INDEX | Value transfer | Type reference (TYPE) | I | 20090824 |
Method GET_INDEX_BY_KEY on class /BOFU/CL_CUIBB_LIST_HANDLER has no exception.
Method GET_INDEX_BY_KEY_FROM_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_KEY | Call by reference | Type reference (TYPE) | /BOBF/CONF_KEY | 20090824 | |||
2 | ![]() |
RV_INDEX | Value transfer | Type reference (TYPE) | I | 20090824 |
Method GET_INDEX_BY_KEY_FROM_CONTEXT on class /BOFU/CL_CUIBB_LIST_HANDLER has no exception.
Method GET_KEYS_BY_INDEXES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_KEYS | Call by reference | Type reference (TYPE) | /BOFU/CL_CUIBB_ASSISTANCE=>TY_T_KEYS | 20090824 | |||
2 | ![]() |
IT_DATA | Call by reference | Type reference (TYPE) | ANY TABLE | 20090824 | |||
3 | ![]() |
IT_INDEXES | Call by reference | Type reference (TYPE) | RSTABIXTAB | 20090824 |
Method GET_KEYS_BY_INDEXES on class /BOFU/CL_CUIBB_LIST_HANDLER has no exception.
Method GET_KEY_BY_INDEX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_DATA | Call by reference | Type reference (TYPE) | ANY TABLE | 20090824 | |||
2 | ![]() |
IV_INDEX | Call by reference | Type reference (TYPE) | SYTABIX | 20090824 | |||
3 | ![]() |
RV_KEY | Value transfer | Type reference (TYPE) | /BOBF/CONF_KEY | 20090824 |
Method GET_KEY_BY_INDEX on class /BOFU/CL_CUIBB_LIST_HANDLER has no exception.
Method GET_LEAD_SELECT_KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_KEY | Value transfer | Type reference (TYPE) | /BOBF/CONF_KEY | 20090824 |
Method GET_LEAD_SELECT_KEY on class /BOFU/CL_CUIBB_LIST_HANDLER has no exception.
Method GET_SELECTED_KEYS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SELECTED_KEYS | Call by reference | Type reference (TYPE) | /BOFU/CL_CUIBB_ASSISTANCE=>TY_T_KEYS | 20090824 |
Method GET_SELECTED_KEYS on class /BOFU/CL_CUIBB_LIST_HANDLER has no exception.
Method GET_UI_TABLE_DESR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_TABLE_DESR | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | 20090824 |
Method GET_UI_TABLE_DESR on class /BOFU/CL_CUIBB_LIST_HANDLER has no exception.
Method INIT_LIST_USAGES Signature
Method INIT_LIST_USAGES on class /BOFU/CL_CUIBB_LIST_HANDLER has no parameter.
Method INIT_LIST_USAGES on class /BOFU/CL_CUIBB_LIST_HANDLER has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 702 |