SAP ABAP Class CL_WCF_BSP_BASE_OVP (Base class: Overview page controller)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-GTF-EEW (Application Component) Easy Enhancement Workbench
     AXT_RUNTIME (Package) Extensibility Runtime components
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BSP_WD_OVW_VIEWSET Generic Overview Viewset 20090826
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BSP_WD_DYN_BTN_CONTROL Dynamic Button control Interface 20090826
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BSP_WD_EVENT_HANDLER Event Handler Interface 20090826
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WCF_BSP_VIEW_CONTEXT WCF View Context 20090826
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ACDLL4_UIFFLIGHT_OVP 20100614
2 Inheritance (c INHERITING FROM c_ref)  CL_ACGETTER_UIFFLIGHT_OVP 20100614
3 Inheritance (c INHERITING FROM c_ref)  CL_AXT_BASE_OVP_TABEXT_DETAIL Base class for table extension detail OVP 20111130
4 Inheritance (c INHERITING FROM c_ref)  CL_AXT_BASE_WCF_OVP Base class for OV page 20090827
Properties
Class CL_WCF_BSP_BASE_OVP  
Short Description Base class: Overview page controller    
Super Class CL_BSP_WD_OVW_VIEWSET Generic Overview Viewset 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package AXT_RUNTIME   Extensibility Runtime components 
Created 20090826   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WCF_BSP_BASE_OVP has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_BSP_WD_DYN_BTN_CONTROL Dynamic Button control Interface 20090826
2 IF_BSP_WD_EVENT_HANDLER Event Handler Interface 20090826
3 IF_WCF_BSP_VIEW_CONTEXT WCF View Context 20090826
Friends
# Friend Modeled only Created on Description
1 IF_WCF_BSP_COMMAND 20090929 WCF Command
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_BUTTON_SERVICE Instance attribute Private Object reference (TYPE REF TO) CL_WCF_BSP_BUTTON_SERVICE WCF Button Service 20090827
2 MO_CONFIRM_DEL_POPUP Instance attribute Private Object reference (TYPE REF TO) IF_BSP_WD_POPUP Popup Access Interface 20090826
3 MO_CREATE_POPUP Instance attribute Private Object reference (TYPE REF TO) IF_BSP_WD_POPUP Popup Access Interface 20091210
4 MO_DL_HTMLB_EVENT Instance attribute Private Object reference (TYPE REF TO) CL_HTMLB_EVENT HTMLB Basic Event 20100510
5 MO_DL_HTMLB_EVENT_EX Instance attribute Private Object reference (TYPE REF TO) IF_HTMLB_DATA Input Data from HTMLB 20100510
6 MT_BACK_PLUGS Instance attribute Private Type reference (TYPE) AXTT_UI_BACK_PLUGS List of outbound plugs for back navigation 20091016
7 MV_DELETEABLE Instance attribute Private Type reference (TYPE) AXT_BOOLEAN Boolean 20090827
8 MV_EDITABLE Instance attribute Private Type reference (TYPE) AXT_BOOLEAN Boolean 20090827
9 MV_EDIT_MODE Instance attribute Protected Type reference (TYPE) AXT_BOOLEAN Boolean 20091026
10 MV_MAIN Instance attribute Private Type reference (TYPE) AXT_BOOLEAN Boolean 20090827
11 MV_MAIN_ENTITY Instance attribute Protected Type reference (TYPE) CRMT_EXT_OBJ_NAME External Name of Object 20090826
12 MV_TA_LOCKED Instance attribute Private Type reference (TYPE) AXT_BOOLEAN A transaction lock has occured 20100910
Methods
# Method Level Visibility Method type Description Created on
1 DO_CREATE_ROOT Instance method Protected Method 20091204
2 DO_DETERMINE_CONFIG_KEYS Instance method Protected Method 20100225
3 EH_ONCANCEL Instance method Protected Method 20090902
4 EH_ONCLOSE_CONFIRM_DEL_POPUP Instance method Protected Method 20090826
5 EH_ONCREATE_POPUP_CLOSED Instance method Private Method 20091210
6 EH_ONDELETE Instance method Protected Method 20090826
7 EH_ONDONE Instance method Protected Method 20090929
8 EH_ONSAVE Instance method Protected Method 20090902
9 GET_OPTIONS Instance method Protected Method 20090826
10 GET_TRANSACTION Instance method Public Method 20090903
11 GO_BACK Instance method Public Method 20091016
12 HANDLE_CREATE Instance method Private Method 20091210
13 IP_TO_CREATE Instance method Public Method 20090826
14 IP_TO_EDIT_OVERVIEW Instance method Public Method 20091007
15 IP_TO_OVERVIEW Instance method Public Method 20090826
16 ON_BEFORE_WA_CONTENT_CHANGE Instance method Private Event handling method 20090826
17 ON_TA_LOCK_SET Instance method Protected Event handling method A lock has been set for a TA 20100909
18 OP_BACK Instance method Public Method 20090831
19 PREPARE_CONTEXT_CHANGE Instance method Protected Method Trigger data loss, with follow-up event 20100510
20 SAVE_TRANSACTION Instance method Protected Method 20100510
Events
Class CL_WCF_BSP_BASE_OVP has no event.
Types
Class CL_WCF_BSP_BASE_OVP has no local type.
Method Signatures

Method DO_CREATE_ROOT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_ENTITY Call by reference Object reference (TYPE REF TO) IF_BOL_BO_PROPERTY_ACCESS Access Interface for BO Attributes 20091210
2 Exporting EO_RAISED_POPUP Call by reference Object reference (TYPE REF TO) IF_BSP_WD_POPUP Popup Access Interface 20091210
3 Importing IO_CLOSED_POPUP Call by reference Object reference (TYPE REF TO) IF_BSP_WD_POPUP Popup Access Interface 20091210

Method DO_CREATE_ROOT on class CL_WCF_BSP_BASE_OVP has no exception.

Method DO_DETERMINE_CONFIG_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OBJECT_SUB_TYPE Call by reference Type reference (TYPE) BSP_DLC_OBJECT_SUB_TYPE Object Subtype 20100225
2 Exporting EV_OBJECT_TYPE Call by reference Type reference (TYPE) BSP_DLC_OBJECT_TYPE UI Object Type 20100225

Method DO_DETERMINE_CONFIG_KEYS on class CL_WCF_BSP_BASE_OVP has no exception.

Method EH_ONCANCEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HTMLB_EVENT Call by reference Object reference (TYPE REF TO) CL_HTMLB_EVENT HTMLB Basic Event 20090902
2 Importing HTMLB_EVENT_EX Call by reference Object reference (TYPE REF TO) IF_HTMLB_DATA Input Data from HTMLB 20090902

Method EH_ONCANCEL on class CL_WCF_BSP_BASE_OVP has no exception.

Method EH_ONCLOSE_CONFIRM_DEL_POPUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HTMLB_EVENT Call by reference Object reference (TYPE REF TO) CL_HTMLB_EVENT HTMLB Basic Event 20090826
2 Importing HTMLB_EVENT_EX Call by reference Object reference (TYPE REF TO) IF_HTMLB_DATA Input Data from HTMLB 20090826

Method EH_ONCLOSE_CONFIRM_DEL_POPUP on class CL_WCF_BSP_BASE_OVP has no exception.

Method EH_ONCREATE_POPUP_CLOSED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HTMLB_EVENT Call by reference Object reference (TYPE REF TO) CL_HTMLB_EVENT HTMLB Basic Event 20091210
2 Importing HTMLB_EVENT_EX Call by reference Object reference (TYPE REF TO) IF_HTMLB_DATA Input Data from HTMLB 20091210

Method EH_ONCREATE_POPUP_CLOSED on class CL_WCF_BSP_BASE_OVP has no exception.

Method EH_ONDELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HTMLB_EVENT Call by reference Object reference (TYPE REF TO) CL_HTMLB_EVENT HTMLB Basic Event 20090826
2 Importing HTMLB_EVENT_EX Call by reference Object reference (TYPE REF TO) IF_HTMLB_DATA Input Data from HTMLB 20090826

Method EH_ONDELETE on class CL_WCF_BSP_BASE_OVP has no exception.

Method EH_ONDONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HTMLB_EVENT Call by reference Object reference (TYPE REF TO) CL_HTMLB_EVENT HTMLB Basic Event 20090929
2 Importing HTMLB_EVENT_EX Call by reference Object reference (TYPE REF TO) IF_HTMLB_DATA Input Data from HTMLB 20090929

Method EH_ONDONE on class CL_WCF_BSP_BASE_OVP has no exception.

Method EH_ONSAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HTMLB_EVENT Call by reference Object reference (TYPE REF TO) CL_HTMLB_EVENT HTMLB Basic Event 20090902
2 Importing HTMLB_EVENT_EX Call by reference Object reference (TYPE REF TO) IF_HTMLB_DATA Input Data from HTMLB 20090902

Method EH_ONSAVE on class CL_WCF_BSP_BASE_OVP has no exception.

Method GET_OPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BACK_PLUGS Call by reference Type reference (TYPE) AXTT_UI_BACK_PLUGS List of outbound plugs for back navigation 20091016
2 Exporting EV_DELETEABLE Call by reference Type reference (TYPE) AXT_BOOLEAN Boolean 20090827
3 Exporting EV_EDITABLE Call by reference Type reference (TYPE) AXT_BOOLEAN Boolean 20090827
4 Exporting EV_MAIN Call by reference Type reference (TYPE) AXT_BOOLEAN Boolean 20090827

Method GET_OPTIONS on class CL_WCF_BSP_BASE_OVP has no exception.

Method GET_TRANSACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_TRANSACTION Value transfer Object reference (TYPE REF TO) IF_BOL_TRANSACTION_CONTEXT Access Interface for Transaction Contexts 20090903

Method GET_TRANSACTION on class CL_WCF_BSP_BASE_OVP has no exception.

Method GO_BACK Signature

Method GO_BACK on class CL_WCF_BSP_BASE_OVP has no parameter.
Method GO_BACK on class CL_WCF_BSP_BASE_OVP has no exception.

Method HANDLE_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_POPUP Call by reference Object reference (TYPE REF TO) IF_BSP_WD_POPUP Popup Access Interface 20091210

Method HANDLE_CREATE on class CL_WCF_BSP_BASE_OVP has no exception.

Method IP_TO_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COLLECTION Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL Business Object Collection Interface 20090826

Method IP_TO_CREATE on class CL_WCF_BSP_BASE_OVP has no exception.

Method IP_TO_EDIT_OVERVIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COLLECTION Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL Business Object Collection Interface 20091007

Method IP_TO_EDIT_OVERVIEW on class CL_WCF_BSP_BASE_OVP has no exception.

Method IP_TO_OVERVIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COLLECTION Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL Business Object Collection Interface 20090826

Method IP_TO_OVERVIEW on class CL_WCF_BSP_BASE_OVP has no exception.

Method ON_BEFORE_WA_CONTENT_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA_LOSS_HANDLER Call by reference Attribute reference (LIKE) 20090826

Method ON_BEFORE_WA_CONTENT_CHANGE on class CL_WCF_BSP_BASE_OVP has no exception.

Method ON_TA_LOCK_SET Signature

Method ON_TA_LOCK_SET on class CL_WCF_BSP_BASE_OVP has no parameter.
Method ON_TA_LOCK_SET on class CL_WCF_BSP_BASE_OVP has no exception.

Method OP_BACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATA_COLLECTION Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL Business Object Collection Interface 20090928

Method OP_BACK on class CL_WCF_BSP_BASE_OVP has no exception.

Method PREPARE_CONTEXT_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_HTMLB_EVENT Call by reference Object reference (TYPE REF TO) CL_HTMLB_EVENT HTMLB Basic Event 20100510
2 Importing IO_HTMLB_EVENT_EX Call by reference Object reference (TYPE REF TO) IF_HTMLB_DATA Input Data from HTMLB 20100510
3 Returning RV_DATA_LOSS_TRIGGERED Value transfer Type reference (TYPE) AXT_BOOLEAN Boolean 20100510

Method PREPARE_CONTEXT_CHANGE on class CL_WCF_BSP_BASE_OVP has no exception.

Method SAVE_TRANSACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SUCCESS Value transfer Type reference (TYPE) AXT_BOOLEAN Boolean 20100510

Method SAVE_TRANSACTION on class CL_WCF_BSP_BASE_OVP has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 701