SAP ABAP Class CL_WCF_BSP_BASE_TABLE_VIEW (Base class: Table view)
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_VIEW_CONTROLLER Basis Class for WD View Controller 20090827
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BSP_WD_DYN_BTN_CONTROL Dynamic Button control Interface 20090827
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WCF_BSP_VIEW_CONTEXT WCF View Context 20090827
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ACDLL4_EMBED_QUERY_TAB 20100614
2 Inheritance (c INHERITING FROM c_ref)  CL_ACGETTER_EMBED_QUERY_T 20100614
3 Inheritance (c INHERITING FROM c_ref)  CL_AXT_BASE_TABLE_VIEW Base class for extensibility table view 20100108
4 Inheritance (c INHERITING FROM c_ref)  CL_AXT_WCF_BSP_BASE_TABLE_VIEW Base class for extensibility table view 20091216
Properties
Class CL_WCF_BSP_BASE_TABLE_VIEW  
Short Description Base class: Table view    
Super Class CL_BSP_WD_VIEW_CONTROLLER Basis Class for WD View Controller 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package AXT_RUNTIME   Extensibility Runtime components 
Created 20090827   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_BSP_WD_CONTEXT_NODE_TV Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_BSP_WD_DYN_BTN_CONTROL Dynamic Button control Interface 20090827
2 IF_WCF_BSP_VIEW_CONTEXT WCF View Context 20090827
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 MV_DELETEABLE Instance attribute Public Type reference (TYPE) AXT_BOOLEAN Boolean 20090827
3 MV_EDITABLE Instance attribute Public Type reference (TYPE) AXT_BOOLEAN Boolean 20090827
4 MV_FRONTEND_ROW_CREATION Instance attribute Private Type reference (TYPE) AXT_BOOLEAN Boolean 20091118
5 MV_FRONTEND_SELECTION Instance attribute Public Type reference (TYPE) AXT_BOOLEAN Boolean 20091028
6 MV_HAS_DETAIL_PAGE Instance attribute Public Type reference (TYPE) AXT_BOOLEAN Boolean 20110120
7 MV_MIN_EMPTY_LINES Instance attribute Public Type reference (TYPE) I 20090827
8 MV_ROW_TEMPLATES Instance attribute Public Type reference (TYPE) AXT_BOOLEAN Use row templates in table tag 20100906
9 MV_SELECTION_MODE Instance attribute Private Type reference (TYPE) STRING CL_BSP_WD_CONTEXT_NODE_TV=>SELMODE_SINGLE 20090901
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE_REJECTED_ENTITIES Instance method Protected Method Activate all rejected entities to send them again 20100118
2 ADD_EMPTY_LINE Instance method Private Method 20090831
3 CREATE_EMPTY_ENTITY Instance method Protected Method 20100618
4 CREATE_FRONTEND_TEMPLATE Instance method Protected Method 20100618
5 EH_ONDELETE Instance method Protected Method 20090827
6 EH_ONEDIT Instance method Protected Method 20090904
7 EH_ONINSERT Instance method Protected Method 20090827
8 EH_ONOCA Instance method Protected Method 20090827
9 EH_ONSELECT Instance method Protected Method 20090827
10 EH_ONSORT Instance method Protected Method 20090827
11 GET_NO_OF_VISIBLE_BUTTONS Instance method Public Method Delivers Number of Visible Buttons (non-Toolbar) 20120611
12 GET_OPTIONS Instance method Protected Method 20090827
13 OP_TO_DETAILS Instance method Public Method 20090831
14 OP_TO_EDIT_DETAILS Instance method Public Method 20091007
15 PREPARE_EMPTY_LINE Instance method Private Method 20090827
16 PREPARE_FRONTEND_TEMPLATE Instance method Private Method 20091118
Events
Class CL_WCF_BSP_BASE_TABLE_VIEW has no event.
Types
Class CL_WCF_BSP_BASE_TABLE_VIEW has no local type.
Method Signatures

Method ACTIVATE_REJECTED_ENTITIES Signature

Method ACTIVATE_REJECTED_ENTITIES on class CL_WCF_BSP_BASE_TABLE_VIEW has no parameter.
Method ACTIVATE_REJECTED_ENTITIES on class CL_WCF_BSP_BASE_TABLE_VIEW has no exception.

Method ADD_EMPTY_LINE Signature

Method ADD_EMPTY_LINE on class CL_WCF_BSP_BASE_TABLE_VIEW has no parameter.
Method ADD_EMPTY_LINE on class CL_WCF_BSP_BASE_TABLE_VIEW has no exception.

Method CREATE_EMPTY_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PARENT Call by reference Object reference (TYPE REF TO) CL_CRM_BOL_ENTITY Entity 20100618
2 Importing IV_RELATION Call by reference Type reference (TYPE) CRMT_RELATION_NAME Relation Name 20100618
3 Returning RO_ENTITY Value transfer Object reference (TYPE REF TO) CL_CRM_BOL_ENTITY Entity 20100618

Method CREATE_EMPTY_ENTITY on class CL_WCF_BSP_BASE_TABLE_VIEW has no exception.

Method CREATE_FRONTEND_TEMPLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PARENT Call by reference Object reference (TYPE REF TO) CL_CRM_BOL_ENTITY Entity 20100618
2 Importing IV_RELATION Call by reference Type reference (TYPE) CRMT_RELATION_NAME Relation Name 20100618
3 Returning RO_TEMPLATE Value transfer Object reference (TYPE REF TO) IF_BOL_BO_PROPERTY_ACCESS Access Interface for BO Attributes 20100618

Method CREATE_FRONTEND_TEMPLATE on class CL_WCF_BSP_BASE_TABLE_VIEW 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 20090827
2 Importing HTMLB_EVENT_EX Call by reference Object reference (TYPE REF TO) IF_HTMLB_DATA 20090827

Method EH_ONDELETE on class CL_WCF_BSP_BASE_TABLE_VIEW has no exception.

Method EH_ONEDIT 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 20090904
2 Importing HTMLB_EVENT_EX Call by reference Object reference (TYPE REF TO) IF_HTMLB_DATA 20090904

Method EH_ONEDIT on class CL_WCF_BSP_BASE_TABLE_VIEW has no exception.

Method EH_ONINSERT 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 20090827
2 Importing HTMLB_EVENT_EX Call by reference Object reference (TYPE REF TO) IF_HTMLB_DATA 20090827

Method EH_ONINSERT on class CL_WCF_BSP_BASE_TABLE_VIEW has no exception.

Method EH_ONOCA 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 20090827
2 Importing HTMLB_EVENT_EX Call by reference Object reference (TYPE REF TO) IF_HTMLB_DATA 20090827

Method EH_ONOCA on class CL_WCF_BSP_BASE_TABLE_VIEW has no exception.

Method EH_ONSELECT 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 20090827
2 Importing HTMLB_EVENT_EX Call by reference Object reference (TYPE REF TO) IF_HTMLB_DATA 20090827

Method EH_ONSELECT on class CL_WCF_BSP_BASE_TABLE_VIEW has no exception.

Method EH_ONSORT 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 20090827
2 Importing HTMLB_EVENT_EX Call by reference Object reference (TYPE REF TO) IF_HTMLB_DATA 20090827

Method EH_ONSORT on class CL_WCF_BSP_BASE_TABLE_VIEW has no exception.

Method GET_NO_OF_VISIBLE_BUTTONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) I 20120611

Method GET_NO_OF_VISIBLE_BUTTONS on class CL_WCF_BSP_BASE_TABLE_VIEW has no exception.

Method GET_OPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DELETEABLE Call by reference Type reference (TYPE) AXT_BOOLEAN Offer delete buttons for lines 20090827
2 Exporting EV_EDITABLE Call by reference Type reference (TYPE) AXT_BOOLEAN Offer edit button 20090827
3 Exporting EV_FRONTEND_ROW_CREATION Call by reference Type reference (TYPE) AXT_BOOLEAN Enable fast row creation 20091118
4 Exporting EV_FRONTEND_SELECTION Call by reference Type reference (TYPE) AXT_BOOLEAN Enable frontend row selection, no backend event 20091028
5 Exporting EV_HAS_DETAIL_PAGE Call by reference Type reference (TYPE) AXT_BOOLEAN Offer navigation to details as OCA 20110120
6 Exporting EV_MIN_EMPTY_LINES Call by reference Type reference (TYPE) I Add empty lines to ensure minimum number entered here 20090827
7 Exporting EV_ROW_TEMPLATES Call by reference Type reference (TYPE) AXT_BOOLEAN OBSOLETE 20100906
8 Exporting EV_SELECTION_MODE Call by reference Type reference (TYPE) STRING 20090901

Method GET_OPTIONS on class CL_WCF_BSP_BASE_TABLE_VIEW has no exception.

Method OP_TO_DETAILS 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_TO_DETAILS on class CL_WCF_BSP_BASE_TABLE_VIEW has no exception.

Method OP_TO_EDIT_DETAILS 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 20091007

Method OP_TO_EDIT_DETAILS on class CL_WCF_BSP_BASE_TABLE_VIEW has no exception.

Method PREPARE_EMPTY_LINE Signature

Method PREPARE_EMPTY_LINE on class CL_WCF_BSP_BASE_TABLE_VIEW has no parameter.
Method PREPARE_EMPTY_LINE on class CL_WCF_BSP_BASE_TABLE_VIEW has no exception.

Method PREPARE_FRONTEND_TEMPLATE Signature

Method PREPARE_FRONTEND_TEMPLATE on class CL_WCF_BSP_BASE_TABLE_VIEW has no parameter.
Method PREPARE_FRONTEND_TEMPLATE on class CL_WCF_BSP_BASE_TABLE_VIEW has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 701