SAP ABAP Class CL_BSSP_DETAIL_LIST_ODATA (Reports (oData-Based))
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-GTF-SP-GEN (Application Component) Generic Applications
⤷
BSSP1 (Package) Generic Applications
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_CHIP_FEEDER | Chip Feeder | 20121011 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB | Generic UI Building Block | 20121011 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20121011 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_MULTI_INSTANTIABLE | FPM Multi Instantiation | 20121011 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_BSSP_HDBREP_GRIR | Reporting based on HDB GR/IR Monitor | 20121015 |
Properties
| Class | CL_BSSP_DETAIL_LIST_ODATA | |
| Short Description | Reports (oData-Based) | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | BSSP1 | Generic Applications |
| Created | 20121011 | SAP |
| Last change | 20130531 | 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) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_CHIP_FEEDER | Chip Feeder | 20121011 | ||
| 2 | IF_FPM_GUIBB | Generic UI Building Block | 20121011 | ||
| 3 | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20121011 | ||
| 4 | IF_FPM_MULTI_INSTANTIABLE | FPM Multi Instantiation | 20121011 |
Friends
Class CL_BSSP_DETAIL_LIST_ODATA has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_CHIP_API | CHIP API | 20121011 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_FPM | Interface for accessing FPM functionality | 20121011 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_BSSP_ODATA_ACCESS | oData Acess for Sidepanel (see also CL_FPM_CSDL_ACCESS) | 20121011 | |||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_BSSP_SIDE_PANEL_SERVICES | Side Panel Services | 20121011 | |||
| 5 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | Runtime Type Services | 20121011 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | S_CONFIGURATION | 20121011 | ||||
| 7 | Instance attribute | Protected | Type reference (TYPE) | WDY_CONFIG_KEY | Key Components of Configuration Tables | 20121011 | |||
| 8 | Instance attribute | Protected | Type reference (TYPE) | CHIP_NAME_VALUES | Table of Field/Value Pairs | 20121011 | |||
| 9 | Instance attribute | Protected | Type reference (TYPE) | T_CQFIELD_INFO | 20130121 | ||||
| 10 | Instance attribute | Protected | Type reference (TYPE) | T_FIELDMAPPING | 20121011 | ||||
| 11 | Instance attribute | Protected | Type reference (TYPE) | BSSP_APPLICATION | Application Identifier | 20121011 | |||
| 12 | Instance attribute | Protected | Type reference (TYPE) | FPM_COMPONENT_NAME | Web Dynpro: Component Name | 20121011 | |||
| 13 | Instance attribute | Protected | Type reference (TYPE) | STRING | 20121011 | ||||
| 14 | Instance attribute | Protected | Type reference (TYPE) | SY-MANDT | Client ID of Current User | 20121011 | |||
| 15 | Instance attribute | Protected | Type reference (TYPE) | STRING | 20121011 | ||||
| 16 | Instance attribute | Protected | Type reference (TYPE) | SWO_OBJTYP | Object Type | 20121011 | |||
| 17 | Instance attribute | Protected | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20121011 | |||
| 18 | Instance attribute | Protected | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20121011 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20121011 | ||
| 2 | Instance method | Private | Event handling method | 20121011 | ||
| 3 | Instance method | Private | Event handling method | 20121011 | ||
| 4 | Instance method | Protected | Method | 20121011 | ||
| 5 | Instance method | Protected | Method | 20121016 | ||
| 6 | Instance method | Protected | Method | 20121011 | ||
| 7 | Instance method | Private | Event handling method | 20121011 | ||
| 8 | Instance method | Private | Event handling method | 20121011 |
Events
Class CL_BSSP_DETAIL_LIST_ODATA has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_CONFIGURATION | Protected | See coding | 20121011 | BEGIN OF s_configuration,
suffix TYPE bssp_tag_suffix,
hide_chip TYPE bssp_hide_chip,
END OF s_configuration
|
||
| 2 | S_CQFIELD_INFO | Protected | See coding | 20121016 | BEGIN OF s_cqfield_info,
name TYPE string,
cq_field TYPE string,
conv2int TYPE boole_d,
END OF s_cqfield_info
|
||
| 3 | S_FIELDMAPPING | Protected | See coding | 20121011 | BEGIN OF s_fieldmapping,
fieldname TYPE fieldname,
odataname TYPE string,
END OF s_fieldmapping
|
||
| 4 | T_CQFIELD_INFO | Protected | See coding | 20121016 | t_cqfield_info TYPE STANDARD TABLE OF s_cqfield_info
|
||
| 5 | T_FIELDMAPPING | Protected | See coding | 20121011 | t_fieldmapping TYPE STANDARD TABLE OF s_fieldmapping
|
Method Signatures
Method CHECK_DATA_RESET Signature
Method CHECK_DATA_RESET on class CL_BSSP_DETAIL_LIST_ODATA has no parameter.
Method CHECK_DATA_RESET on class CL_BSSP_DETAIL_LIST_ODATA has no exception.
Method CONFIG_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INPORT_EVENT | Call by reference | Attribute reference (LIKE) | 20121011 |
Method CONFIG_HANDLER on class CL_BSSP_DETAIL_LIST_ODATA has no exception.
Method CONTEXT_CHANGED Signature
Method CONTEXT_CHANGED on class CL_BSSP_DETAIL_LIST_ODATA has no parameter.
Method CONTEXT_CHANGED on class CL_BSSP_DETAIL_LIST_ODATA has no exception.
Method GET_FIELDMAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_FIELDMAPPING | Call by reference | Type reference (TYPE) | T_FIELDMAPPING | 20121011 |
Method GET_FIELDMAPPING on class CL_BSSP_DETAIL_LIST_ODATA has no exception.
Method GET_FIELD_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CURR_FIELD | Call by reference | Type reference (TYPE) | T_CQFIELD_INFO | 20121016 | ||||
| 2 | ET_FIELD_INFO | Call by reference | Type reference (TYPE) | CL_BSSP_ODATA_ACCESS=>TT_FIELDINFO | 20121016 | ||||
| 3 | ET_QUAN_FIELD | Call by reference | Type reference (TYPE) | T_CQFIELD_INFO | 20121016 |
Method GET_FIELD_INFO on class CL_BSSP_DETAIL_LIST_ODATA has no exception.
Method GET_ODATA_REL_URL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_URL | Call by reference | Type reference (TYPE) | STRING | 20121011 |
Method GET_ODATA_REL_URL on class CL_BSSP_DETAIL_LIST_ODATA has no exception.
Method HANDLE_MENU_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Attribute reference (LIKE) | 20121011 |
Method HANDLE_MENU_ACTION on class CL_BSSP_DETAIL_LIST_ODATA has no exception.
Method WIRING_REFRESH Signature
Method WIRING_REFRESH on class CL_BSSP_DETAIL_LIST_ODATA has no parameter.
Method WIRING_REFRESH on class CL_BSSP_DETAIL_LIST_ODATA has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 747 |