SAP ABAP Class CL_BSSP_DETAIL_FORM_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 20121008
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB Generic UI Building Block 20121008
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_FORM Generic Form UI Building Block 20121008
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_MULTI_INSTANTIABLE FPM Multi Instantiation 20121008
Properties
Class CL_BSSP_DETAIL_FORM_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 20121008   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_BSSP_ODATA_ACCESS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_CHIP_FEEDER Chip Feeder 20121008
2 IF_FPM_GUIBB Generic UI Building Block 20121008
3 IF_FPM_GUIBB_FORM Generic Form UI Building Block 20121008
4 IF_FPM_MULTI_INSTANTIABLE FPM Multi Instantiation 20121008
Friends
Class CL_BSSP_DETAIL_FORM_ODATA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_CHIP_API Instance attribute Protected Object reference (TYPE REF TO) IF_CHIP_API CHIP API 20121008
2 MO_FPM Instance attribute Protected Object reference (TYPE REF TO) IF_FPM Interface for accessing FPM functionality 20121008
3 MO_ODATA Instance attribute Protected Object reference (TYPE REF TO) CL_BSSP_ODATA_ACCESS oData Acess for Sidepanel (see also CL_FPM_CSDL_ACCESS) 20121008
4 MO_SERVICES Instance attribute Protected Object reference (TYPE REF TO) CL_BSSP_SIDE_PANEL_SERVICES Side Panel Services 20121008
5 MO_STRUCDESCR Instance attribute Protected Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20121008
6 MS_CONFIG Instance attribute Protected Type reference (TYPE) S_CONFIGURATION 20121008
7 MS_CONFIG_KEY Instance attribute Protected Type reference (TYPE) WDY_CONFIG_KEY Key Components of Configuration Tables 20121008
8 MT_CHIPINPORT Instance attribute Protected Type reference (TYPE) CHIP_NAME_VALUES Table of Field/Value Pairs 20121008
9 MT_CONV2INT Instance attribute Protected Type reference (TYPE) T_CQFIELD_INFO 20130121
10 MT_FIELDMAPPING Instance attribute Protected Type reference (TYPE) T_FIELDMAPPING 20121008
11 MV_APPL_ID Instance attribute Protected Type reference (TYPE) BSSP_APPLICATION Application Identifier 20121008
12 MV_COMP_NAME Instance attribute Protected Type reference (TYPE) FPM_COMPONENT_NAME Web Dynpro: Component Name 20121008
13 MV_ENTITY_TYPE Instance attribute Protected Type reference (TYPE) STRING 20121008
14 MV_ERPCLIENT Instance attribute Protected Type reference (TYPE) SY-MANDT Client ID of Current User 20121010
15 MV_NAMESPACE Instance attribute Protected Type reference (TYPE) STRING 20121008
16 MV_OBJTYPE Instance attribute Protected Type reference (TYPE) SWO_OBJTYP Object Type 20121008
17 MV_RFCDEST Instance attribute Protected Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20121008
18 MV_RFCDEST_ODATA Instance attribute Protected Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20121008
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_DATA_RESET Instance method Private Method 20121008
2 CONFIG_HANDLER Instance method Private Event handling method 20121008
3 CONTEXT_CHANGED Instance method Private Event handling method 20121008
4 GET_FIELDMAPPING Instance method Protected Method 20121008
5 GET_FIELD_INFO Instance method Protected Method 20121016
6 GET_ODATA_REL_URL Instance method Protected Method 20121008
7 HANDLE_MENU_ACTION Instance method Private Event handling method 20121008
8 WIRING_REFRESH Instance method Private Event handling method 20121008
Events
Class CL_BSSP_DETAIL_FORM_ODATA has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_CONFIGURATION Protected See coding 20121008 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 20121008 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 20121008 t_fieldmapping TYPE STANDARD TABLE OF s_fieldmapping
Method Signatures

Method CHECK_DATA_RESET Signature

Method CHECK_DATA_RESET on class CL_BSSP_DETAIL_FORM_ODATA has no parameter.
Method CHECK_DATA_RESET on class CL_BSSP_DETAIL_FORM_ODATA has no exception.

Method CONFIG_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPORT_EVENT Value transfer Attribute reference (LIKE) 20121008

Method CONFIG_HANDLER on class CL_BSSP_DETAIL_FORM_ODATA has no exception.

Method CONTEXT_CHANGED Signature

Method CONTEXT_CHANGED on class CL_BSSP_DETAIL_FORM_ODATA has no parameter.
Method CONTEXT_CHANGED on class CL_BSSP_DETAIL_FORM_ODATA has no exception.

Method GET_FIELDMAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELDMAPPING Call by reference Type reference (TYPE) T_FIELDMAPPING 20121008

Method GET_FIELDMAPPING on class CL_BSSP_DETAIL_FORM_ODATA has no exception.

Method GET_FIELD_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CURR_FIELD Call by reference Type reference (TYPE) T_CQFIELD_INFO 20121016
2 Exporting ET_FIELD_INFO Call by reference Type reference (TYPE) CL_BSSP_ODATA_ACCESS=>TT_FIELDINFO 20121016
3 Exporting ET_QUAN_FIELD Call by reference Type reference (TYPE) T_CQFIELD_INFO 20121016

Method GET_FIELD_INFO on class CL_BSSP_DETAIL_FORM_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 Changing CV_URL Call by reference Type reference (TYPE) STRING 20121008

Method GET_ODATA_REL_URL on class CL_BSSP_DETAIL_FORM_ODATA has no exception.

Method HANDLE_MENU_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Value transfer Attribute reference (LIKE) 20121008

Method HANDLE_MENU_ACTION on class CL_BSSP_DETAIL_FORM_ODATA has no exception.

Method WIRING_REFRESH Signature

Method WIRING_REFRESH on class CL_BSSP_DETAIL_FORM_ODATA has no parameter.
Method WIRING_REFRESH on class CL_BSSP_DETAIL_FORM_ODATA has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 747