SAP ABAP Class CL_AXT_UI_OVP (OVP Generator Utility)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-GTF-EEW (Application Component) Easy Enhancement Workbench
     AXT_TEMPLATES (Package) Generation templates for Extensibility
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_AXT_UI_VIEW2 UI View 2 Generator Util 20090309
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_AXT_UI_ASSIGN_TARGET A viewarea/OVP/window 20090204
Properties
Class CL_AXT_UI_OVP  
Short Description OVP Generator Utility    
Super Class CL_AXT_UI_VIEW2 UI View 2 Generator Util 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package AXT_TEMPLATES   Generation templates for Extensibility 
Created 20090130   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_AXT_UI_ASSIGN_TARGET A viewarea/OVP/window 20090204
Friends
Class CL_AXT_UI_OVP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_IP_TO_CREATE Instance attribute Public Object reference (TYPE REF TO) CL_AXT_UI_BOUND_PLUG UI Bound Plug Gen. Utility 20090827
2 MO_IP_TO_EDIT_OVERVIEW Instance attribute Public Object reference (TYPE REF TO) CL_AXT_UI_BOUND_PLUG UI Bound Plug Gen. Utility 20091016
3 MO_IP_TO_OVERVIEW Instance attribute Public Object reference (TYPE REF TO) CL_AXT_UI_BOUND_PLUG UI Bound Plug Gen. Utility 20090827
4 MO_OP_BACK Instance attribute Public Object reference (TYPE REF TO) CL_AXT_UI_BOUND_PLUG UI Bound Plug Gen. Utility 20090831
5 MT_BACK_PLUGS Instance attribute Private Type reference (TYPE) AXTT_UI_BACK_PLUGS List of outbound plugs for back navigation 20091016
6 MV_DELETEABLE Instance attribute Public Type reference (TYPE) AXT_BOOLEAN Boolean 20090827
7 MV_EDITABLE Instance attribute Public Type reference (TYPE) AXT_BOOLEAN Boolean 20090827
8 MV_MAIN Instance attribute Public Type reference (TYPE) AXT_BOOLEAN Boolean 20090827
9 MV_UI_OBJECT Instance attribute Private Type reference (TYPE) BSP_DLC_OBJECT_TYPE UI Object Type 20100301
Methods
# Method Level Visibility Method type Description Created on
1 ADD_BACK_PLUG Instance method Public Method 20091016
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090204
3 CREATE Static method Public Method 20090204
4 CREATE_TABEXT_DETAIL Static method Public Method 20111206
5 LOAD Static method Public Method 20090204
Events
Class CL_AXT_UI_OVP has no event.
Types
Class CL_AXT_UI_OVP has no local type.
Method Signatures

Method ADD_BACK_PLUG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PLUG Call by reference Object reference (TYPE REF TO) CL_AXT_UI_BOUND_PLUG UI Bound Plug Gen. Utility 20091016
2 Importing IV_OBJECT_NAME Call by reference Type reference (TYPE) CRMT_EXT_OBJ_NAME External Name of Object 20091016

Method ADD_BACK_PLUG on class CL_AXT_UI_OVP has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ASSIGN_TARGET Call by reference Object reference (TYPE REF TO) IF_AXT_UI_ASSIGN_TARGET UI gen. util for windows 20090204
2 Importing IO_UI_COMP Call by reference Object reference (TYPE REF TO) CL_AXT_UI_COMPONENT UI component generator utility 20090204
3 Importing IV_DELETEABLE Call by reference Type reference (TYPE) AXT_BOOLEAN Boolean 20090827
4 Importing IV_EDITABLE Call by reference Type reference (TYPE) AXT_BOOLEAN Boolean 20090827
5 Importing IV_EXISTS Call by reference Type reference (TYPE) AXT_BOOLEAN Boolean 20090204
6 Importing IV_INCLUDE Call by reference Type reference (TYPE) SEOCLSNAME Object Type Name 20090204
7 Importing IV_MAIN Call by reference Type reference (TYPE) AXT_BOOLEAN Boolean 20090827
8 Importing IV_NAME Call by reference Type reference (TYPE) AXT_VIEW Name 20090204
9 Importing IV_SUPER_CLASS Call by reference Type reference (TYPE) SEOCLSNAME Object Type Name 20090204
10 Importing IV_UI_OBJECT Call by reference Type reference (TYPE) BSP_DLC_OBJECT_TYPE UI Object Type 20100301

Method CONSTRUCTOR on class CL_AXT_UI_OVP has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ASSIGN_TARGET Call by reference Object reference (TYPE REF TO) IF_AXT_UI_ASSIGN_TARGET A viewarea/OVP/window 20090204
2 Importing IO_UI_COMP Call by reference Object reference (TYPE REF TO) CL_AXT_UI_COMPONENT UI component generator utility 20090204
3 Importing IV_DELETEABLE Call by reference Type reference (TYPE) AXT_BOOLEAN ABAP_TRUE Boolean 20090827
4 Importing IV_EDITABLE Call by reference Type reference (TYPE) AXT_BOOLEAN ABAP_TRUE Boolean 20090827
5 Importing IV_MAIN Call by reference Type reference (TYPE) AXT_BOOLEAN ABAP_TRUE Boolean 20090827
6 Importing IV_NAME Call by reference Type reference (TYPE) AXT_VIEW Name 20090204
7 Importing IV_UI_OBJECT Call by reference Type reference (TYPE) BSP_DLC_OBJECT_TYPE UI Object Type 20100301
8 Returning RO_OVP Value transfer Object reference (TYPE REF TO) CL_AXT_UI_OVP OVP Generator Utility 20090204

Method CREATE on class CL_AXT_UI_OVP has no exception.

Method CREATE_TABEXT_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ASSIGN_TARGET Call by reference Object reference (TYPE REF TO) IF_AXT_UI_ASSIGN_TARGET A viewarea/OVP/window 20111206
2 Importing IO_UI_COMP Call by reference Object reference (TYPE REF TO) CL_AXT_UI_COMPONENT UI component generator utility 20111206
3 Importing IV_BINDING_SOURCE Call by reference Type reference (TYPE) STRING 20111206
4 Importing IV_DELETEABLE Call by reference Type reference (TYPE) AXT_BOOLEAN ABAP_TRUE Boolean 20111206
5 Importing IV_NAME Call by reference Type reference (TYPE) AXT_VIEW Name 20111206
6 Importing IV_TABLE_ID Call by reference Type reference (TYPE) AXT_TABLE_ID Table ID 20111206
7 Returning RO_OVP Value transfer Object reference (TYPE REF TO) CL_AXT_UI_OVP OVP Generator Utility 20111206

Method CREATE_TABEXT_DETAIL on class CL_AXT_UI_OVP has no exception.

Method LOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_UI_COMP Call by reference Object reference (TYPE REF TO) CL_AXT_UI_COMPONENT UI component generator utility 20090204
2 Importing IV_NAME Call by reference Type reference (TYPE) AXT_VIEW Name 20090204
3 Returning RO_OVP Value transfer Object reference (TYPE REF TO) CL_AXT_UI_OVP OVP Generator Utility 20090204

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