SAP ABAP Interface IF_BSP_WD_APPL_MODEL (Model Description for BSP WD Applications)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-WKB (Application Component) Development Workbench
     CRM_BSP_WD_TOOLS (Package) Development Tools for WEBCUIF Applications
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_BSP_WD_APPL_MODEL Application Model for BSP WD Applications 20031125
Properties
Interface IF_BSP_WD_APPL_MODEL  
Short Description Model Description for BSP WD Applications    
General Data
Package CRM_BSP_WD_TOOLS   Development Tools for WEBCUIF Applications 
Created 20031125   SAP 
Last changed 20130531   SAP 
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 IF_BSP_WD_APPL_MODEL has no interface.
Friends
Interface IF_BSP_WD_APPL_MODEL has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_DDLB_NODE Constant Public Type reference (TYPE) CHAR1 'D' Single-Character Indicator 20090325
2 CO_MAPPED_MODEL_NODE Constant Public Type reference (TYPE) CHAR1 'A' Single-Character Indicator 20060403
3 CO_MAPPED_VALUE_NODE Constant Public Type reference (TYPE) CHAR1 'B' Single-Character Indicator 20060403
4 CO_MODEL_NODE Constant Public Type reference (TYPE) CHAR1 'M' Single-Character Indicator 20060403
5 CO_VALUE_NODE Constant Public Type reference (TYPE) CHAR1 'V' Single-Character Indicator 20060403
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_IS_NEW_CNODE_ATTR_VALID Instance method Public Method Checks Whether a New Attribute Name is Possible 20050624
2 CHECK_IS_OWN_CONTROLLER Instance method Public Method Checks Whether Controller Originally Belongs to Component 20090609
3 CHECK_IS_TREE_CNODE Instance method Public Method Checks Whether a Context Node Represents a Tree Structure 20040427
4 GET_APPLICATION_CLASS Instance method Public Method Returns the Application Class 20031125
5 GET_APPLICATION_EVENTS Instance method Public Method Provides the Context Class of a Controller 20060413
6 GET_APPLICATION_NAME Instance method Public Method Returns the Name of the BSP Application 20031128
7 GET_APPL_CNTR_IMPLCLASS Instance method Public Method Provides the Implementation Class of the Appl. Controller 20040922
8 GET_BASE_ENTITY Instance method Public Method Returns the Basis Entity of a Context Node 20060116
9 GET_BINDING_CNODES Instance method Public Method Returns All Context Nodes That Bind the Specified Node 20090218
10 GET_BINDING_TARGET Instance method Public Method Returns Context Node Type 20060512
11 GET_CNODE_SWITCH_ID Instance method Public Method Returns Switch ID for a Context Node 20080520
12 GET_CNODE_TYPE Instance method Public Method Returns Context Node Type 20060403
13 GET_COMPONENT_IMPLCLASS Instance method Public Method Returns Implementation Class of the Component Controller 20040827
14 GET_CONTEXT_NODES Instance method Public Method Provides the Context Node of a Context 20031125
15 GET_CONTEXT_NODE_ATTR Instance method Public Method Provides the Attributes of a Context Node 20031125
16 GET_CONTROLLER_IMPLCLASS Instance method Public Method Provides the Implementation Class of a Controller 20031128
17 GET_CUSTOM_CONTROLLERS Instance method Public Method Provides a List of Custom Controllers for the Application 20031125
18 GET_DEPENDANT_CONTEXT_NODES Instance method Public Method Provides the Dependent Context Nodes for a Context Node 20070706
19 GET_DYNAMIC_VIEWS Instance method Public Method Returns a List of Dynamic Views 20090331
20 GET_DYNAMIC_VIEWSETS Instance method Public Method Returns a List of Dynamic View Sets 20060110
21 GET_EVENT_HANDLERS Instance method Public Method Provides the Context Class of a Controller 20031126
22 GET_FIRST_LEVEL_MIMES Instance method Public Method Provides the Assigned MIME Objects from the First Level 20040108
23 GET_FLOW_LOGIC_PAGES Instance method Public Method Returns the Pages with Flow Logic 20040108
24 GET_HOST_WINDOW Instance method Public Method Provides View for Surrounding Window 20110705
25 GET_INBOUND_PLUGS Instance method Public Method Provides the Context Class of a Controller 20031126
26 GET_MISSED_GET_I_METHODS Instance method Public Method Provides the List of Missing GET_I_ Methods 20041201
27 GET_OUTBOUND_PLUGS Instance method Public Method Provides the Context Class of a Controller 20031126
28 GET_PAGE_FRAGMENTS Instance method Public Method Provides Page Fragments 20040108
29 GET_ROOT_CONTEXT_NODES Instance method Public Method Provides the Context Node of a Context 20050413
30 GET_RUNTIME_CONTEXT Instance method Public Method Provides the Context Class of a Controller (Runtime Type) 20031125
31 GET_RUNTIME_CONTEXT_NODES Instance method Public Method Provides the Context Node of a Context 20060731
32 GET_START_URL Instance method Public Method Provides the URL of the Start Page 20031211
33 GET_SUBCONTEXT_NODES Instance method Public Method Provides the Dependent Context Nodes for a Context Node 20050413
34 GET_TREE_CHILD_NODES Instance method Public Method Provides the Lower-Level Node of a Tree Node 20040427
35 GET_TREE_ROOT_NODES Instance method Public Method Provides the Root Node of a Tree 20040427
36 GET_TYPED_CONTEXT Instance method Public Method Provides the Context Class of a Controller(Design Time Type) 20031125
37 GET_VIEWS Instance method Public Method Provides All Views of the Application 20031126
38 GET_VIEW_CONTROLLERS Instance method Public Method Provides a List of the View Controllers of the Application 20031125
39 GET_VIEW_IMPLCLASS Instance method Public Method Provides the Implementation Class of a View Controller 20031128
40 GET_WINDOWS Instance method Public Method Provides All Windows of the Application/Components 20040922
41 IS_OBSOLETE Instance method Public Method Checks Whether a Controller Is Marked as Obsolete 20080228
Events
Interface IF_BSP_WD_APPL_MODEL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTYPE_CNTR_CNODE_ENTRY Public See coding 20090218 begin of GTYPE_CNTR_CNODE_ENTRY, CONTROLLER_TYPE type CHAR1, CONTROLLER_NAME type O2PAGEEXT, CNODE_NAME type SEOCMPNAME, end of GTYPE_CNTR_CNODE_ENTRY
2 GTYPE_CNTR_CNODE_TAB Public See coding 20090218 GTYPE_CNTR_CNODE_TAB type standard table of GTYPE_CNTR_CNODE_ENTRY with non-unique default key
Method Signatures

Method CHECK_IS_NEW_CNODE_ATTR_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTEXT_NODE_CLASS Call by reference Type reference (TYPE) SEOCLSNAME 'CL_BSP_WD_CONTEXT_NODE' 20050624
2 Importing IV_NEW_ATTR_NAME Call by reference Type reference (TYPE) SEOCMPNAME Komponentenname 20050624
3 Returning RV_VALID Value transfer Type reference (TYPE) ABAP_BOOL 20050624

Method CHECK_IS_NEW_CNODE_ATTR_VALID on Interface IF_BSP_WD_APPL_MODEL has no exception.

Method CHECK_IS_OWN_CONTROLLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTROLLER_NAME Call by reference Type reference (TYPE) O2PAGEEXT Name einer BSP-Seite/-Controller (in Groß-/Kleinschreibung) 20090609
2 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20090609

Method CHECK_IS_OWN_CONTROLLER on Interface IF_BSP_WD_APPL_MODEL has no exception.

Method CHECK_IS_TREE_CNODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CNODE_CLASS Call by reference Type reference (TYPE) SEOCLSNAME Objekttypname 20040427
2 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20040427

Method CHECK_IS_TREE_CNODE on Interface IF_BSP_WD_APPL_MODEL has no exception.

Method GET_APPLICATION_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_APPL_CLASS Value transfer Type reference (TYPE) SEOCLSNAME Objekttypname 20031125

Method GET_APPLICATION_CLASS on Interface IF_BSP_WD_APPL_MODEL has no exception.

Method GET_APPLICATION_EVENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTROLLER_CLASS Call by reference Type reference (TYPE) SEOCLSNAME Controller Implementierungsklasse 20060413
2 Returning RT_RESULT Value transfer Type reference (TYPE) CRM_BSP_WD_STRINGTAB 20060413

Method GET_APPLICATION_EVENTS on Interface IF_BSP_WD_APPL_MODEL has no exception.

Method GET_APPLICATION_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NAME Value transfer Type reference (TYPE) O2APPLNAME Name einer BSP-Applikation 20031128

Method GET_APPLICATION_NAME on Interface IF_BSP_WD_APPL_MODEL has no exception.

Method GET_APPL_CNTR_IMPLCLASS Signature

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

Method GET_APPL_CNTR_IMPLCLASS on Interface IF_BSP_WD_APPL_MODEL has no exception.

Method GET_BASE_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTEXT_NODE_CLASS Call by reference Type reference (TYPE) SEOCLSNAME Objekttypname 20060116
2 Importing IV_IGNORE_SUPER_CLASSES Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Kennzeichen: Basisklassen nicht berücksichtigen 20080226
3 Returning RV_RESULT Value transfer Type reference (TYPE) CRMT_EXT_OBJ_NAME Externer Name eines Objekts 20060116

Method GET_BASE_ENTITY on Interface IF_BSP_WD_APPL_MODEL has no exception.

Method GET_BINDING_CNODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SOURCE_CNODE_NAME Call by reference Type reference (TYPE) SEOCMPNAME Name des Kontextknotens 20090218
2 Importing IV_SOURCE_CONTROLLER_NAME Call by reference Type reference (TYPE) O2PAGEEXT Controller Name 20090218
3 Importing IV_SOURCE_CONTROLLER_TYPE Call by reference Type reference (TYPE) CHAR1 Controller Typ 20090218
4 Returning RT_RESULT Value transfer Type reference (TYPE) GTYPE_CNTR_CNODE_TAB 20090218

Method GET_BINDING_CNODES on Interface IF_BSP_WD_APPL_MODEL has no exception.

Method GET_BINDING_TARGET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_TARGET_CNODE_NAME Call by reference Type reference (TYPE) SEOCMPNAME Name des Zielkontextknotens 20060512
2 Exporting EV_TARGET_CONTROLLER_NAME Call by reference Type reference (TYPE) O2PAGEEXT Zielcontroller Name 20060512
3 Exporting EV_TARGET_CONTROLLER_TYPE Call by reference Type reference (TYPE) CHAR1 Zielcontroller Typ 20060512
4 Importing IV_CNODE_NAME Call by reference Type reference (TYPE) SEOCMPNAME Kontextknotenname 20060512
5 Importing IV_CONTEXT_CLASS Call by reference Type reference (TYPE) SEOCLSNAME Kontextknotenklasse 20060512

Method GET_BINDING_TARGET on Interface IF_BSP_WD_APPL_MODEL has no exception.

Method GET_CNODE_SWITCH_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CNODE_NAME Call by reference Type reference (TYPE) SEOCMPNAME Komponentenname 20080520
2 Importing IV_CONTEXT_CLASS Call by reference Type reference (TYPE) SEOCLSNAME Objekttypname 20080520
3 Returning RV_SWITCH_ID Value transfer Type reference (TYPE) SFW_SWITCH_ID ID eines Schalters im Switch Framework 20080520

Method GET_CNODE_SWITCH_ID on Interface IF_BSP_WD_APPL_MODEL has no exception.

Method GET_CNODE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CNODE_CLASS Call by reference Type reference (TYPE) SEOCLSNAME Kontextknotenklasse 20060403
2 Importing IV_CNODE_NAME Call by reference Type reference (TYPE) SEOCMPNAME Kontextknotenname 20060403
3 Importing IV_CONTEXT_CLASS Call by reference Type reference (TYPE) SEOCLSNAME Kontextknotenklasse 20060403
4 Returning RV_TYPE Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20060403
# Exception Resumable Description Created on
1 LOOP_IN_BINDING 20080523

Method GET_COMPONENT_IMPLCLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) SEOCLSNAME 20040827
# Exception Resumable Description Created on
1 COMPONENT_NOT_EXISTING Komponentencontroller existiert nicht 20040827
2 FAILED Fehlgeschlagen 20040827

Method GET_CONTEXT_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTEXT_CLASS Call by reference Type reference (TYPE) SEOCLSNAME Objekttypname 20031125
2 Returning RT_CONTEXT_NODES Value transfer Type reference (TYPE) CRMT_BSP_WD_ELEM_DESCR_TAB Tabelle von BSP WD Element Beschreibungen 20031125

Method GET_CONTEXT_NODES on Interface IF_BSP_WD_APPL_MODEL has no exception.

Method GET_CONTEXT_NODE_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTEXT_NODE_CLASS Call by reference Type reference (TYPE) SEOCLSNAME 20031125
2 Importing IV_MARK_EXT_ATTRIBUTES Call by reference Type reference (TYPE) ABAP_BOOL Erweiterungsattribute mit 'EXT.' auszeichnen 20080505
3 Importing IV_NO_DYN_ATTRIBUTES Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080123
4 Returning RT_ATTRIBUTES Value transfer Type reference (TYPE) BSP_WD_CNODE_ATTR_TAB 20031126

Method GET_CONTEXT_NODE_ATTR on Interface IF_BSP_WD_APPL_MODEL has no exception.

Method GET_CONTROLLER_IMPLCLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTROLLER_NAME Call by reference Type reference (TYPE) O2PAGEEXT 20031128
2 Returning RV_RESULT Value transfer Type reference (TYPE) SEOCLSNAME Objekttypname 20031128
# Exception Resumable Description Created on
1 CONTROLLER_NOT_EXISTING 20031128
2 FAILED 20031128

Method GET_CUSTOM_CONTROLLERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_USE_COMPLETE_NAMES Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20071113
2 Returning RT_RESULT Value transfer Type reference (TYPE) CRMT_BSP_WD_ELEM_DESCR_TAB 20031125

Method GET_CUSTOM_CONTROLLERS on Interface IF_BSP_WD_APPL_MODEL has no exception.

Method GET_DEPENDANT_CONTEXT_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARENT_CNODE_CLASS Call by reference Type reference (TYPE) SEOCLSNAME Objekttypname 20070706
2 Returning RT_CONTEXT_NODES Value transfer Type reference (TYPE) CRMT_BSP_WD_ELEM_DESCR_TAB Tabelle von BSP WD Element Beschreibungen 20070706

Method GET_DEPENDANT_CONTEXT_NODES on Interface IF_BSP_WD_APPL_MODEL has no exception.

Method GET_DYNAMIC_VIEWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_RESULT Value transfer Type reference (TYPE) CRMT_BSP_WD_ELEM_DESCR_TAB Tabelle von BSP WD Element Beschreibungen 20090331

Method GET_DYNAMIC_VIEWS on Interface IF_BSP_WD_APPL_MODEL has no exception.

Method GET_DYNAMIC_VIEWSETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_RESULT Value transfer Type reference (TYPE) CRMT_BSP_WD_ELEM_DESCR_TAB Tabelle von BSP WD Element Beschreibungen 20060110

Method GET_DYNAMIC_VIEWSETS on Interface IF_BSP_WD_APPL_MODEL has no exception.

Method GET_EVENT_HANDLERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTROLLER_CLASS Call by reference Type reference (TYPE) SEOCLSNAME Objekttypname 20031126
2 Returning RT_RESULT Value transfer Type reference (TYPE) CRMT_ATTR_NAME_TAB 20031126

Method GET_EVENT_HANDLERS on Interface IF_BSP_WD_APPL_MODEL has no exception.

Method GET_FIRST_LEVEL_MIMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MIMES Value transfer Type reference (TYPE) SKWF_OBJDPS Tabelle von MIME Objekten 20040108

Method GET_FIRST_LEVEL_MIMES on Interface IF_BSP_WD_APPL_MODEL has no exception.

Method GET_FLOW_LOGIC_PAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_RESULT Value transfer Type reference (TYPE) BSP_WD_VIEW_TAB Tabelle von BSP Views 20040108

Method GET_FLOW_LOGIC_PAGES on Interface IF_BSP_WD_APPL_MODEL has no exception.

Method GET_HOST_WINDOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VIEW_NAME Call by reference Type reference (TYPE) STRING Name eines Views 20110705
2 Returning RV_RESULT Value transfer Type reference (TYPE) STRING Name des Host Windows 20110705

Method GET_HOST_WINDOW on Interface IF_BSP_WD_APPL_MODEL has no exception.

Method GET_INBOUND_PLUGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTROLLER_CLASS Call by reference Type reference (TYPE) SEOCLSNAME Objekttypname 20031126
2 Returning RT_RESULT Value transfer Type reference (TYPE) CRMT_ATTR_NAME_TAB 20031126

Method GET_INBOUND_PLUGS on Interface IF_BSP_WD_APPL_MODEL has no exception.

Method GET_MISSED_GET_I_METHODS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ATTR Call by reference Type reference (TYPE) CRMT_ATTR_NAME_TAB Komponentenname 20041201
2 Importing IV_CNODE_CLASS Call by reference Type reference (TYPE) NAME_KOMP Komponentenname 20041201
3 Returning RT_RESULT Value transfer Type reference (TYPE) CRMT_ATTR_NAME_TAB Komponentenname 20041201
# Exception Resumable Description Created on
1 FAILED 20041201

Method GET_OUTBOUND_PLUGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTROLLER_CLASS Call by reference Type reference (TYPE) SEOCLSNAME Objekttypname 20031126
2 Returning RT_RESULT Value transfer Type reference (TYPE) CRMT_ATTR_NAME_TAB 20031126

Method GET_OUTBOUND_PLUGS on Interface IF_BSP_WD_APPL_MODEL has no exception.

Method GET_PAGE_FRAGMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_RESULT Value transfer Type reference (TYPE) BSP_WD_VIEW_TAB Tabelle von BSP Views 20040108

Method GET_PAGE_FRAGMENTS on Interface IF_BSP_WD_APPL_MODEL has no exception.

Method GET_ROOT_CONTEXT_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTEXT_CLASS Call by reference Type reference (TYPE) SEOCLSNAME Objekttypname 20050413
2 Returning RT_CONTEXT_NODES Value transfer Type reference (TYPE) CRMT_BSP_WD_ELEM_DESCR_TAB Tabelle von BSP WD Element Beschreibungen 20050413

Method GET_ROOT_CONTEXT_NODES on Interface IF_BSP_WD_APPL_MODEL has no exception.

Method GET_RUNTIME_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTROLLER_CLASS Call by reference Type reference (TYPE) SEOCLSNAME Objekttypname 20031125
2 Importing IV_REDEFINED_BASE_IMPL_ONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Kennzeichen: Basis Implentierung ignorieren 20081016
3 Returning RV_CONTEXT_CLASS Value transfer Type reference (TYPE) SEOCLSNAME Objekttypname 20031125
# Exception Resumable Description Created on
1 BASE_IMPL_NOT_REDEFINED 20081016

Method GET_RUNTIME_CONTEXT_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTEXT_CLASS Call by reference Type reference (TYPE) SEOCLSNAME Objekttypname 20060731
2 Returning RT_CONTEXT_NODES Value transfer Type reference (TYPE) CRMT_BSP_WD_ELEM_DESCR_TAB Tabelle von BSP WD Element Beschreibungen 20060731

Method GET_RUNTIME_CONTEXT_NODES on Interface IF_BSP_WD_APPL_MODEL has no exception.

Method GET_START_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_URL Value transfer Type reference (TYPE) STRING 20031211

Method GET_START_URL on Interface IF_BSP_WD_APPL_MODEL has no exception.

Method GET_SUBCONTEXT_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTEXT_CLASS Call by reference Type reference (TYPE) SEOCLSNAME Objekttypname 20050413
2 Importing IV_PARENT_CNODE Call by reference Type reference (TYPE) SEOSCONAME Kontextknotenname 20050413
3 Returning RT_CONTEXT_NODES Value transfer Type reference (TYPE) CRMT_BSP_WD_ELEM_DESCR_TAB Tabelle von BSP WD Element Beschreibungen 20050413

Method GET_SUBCONTEXT_NODES on Interface IF_BSP_WD_APPL_MODEL has no exception.

Method GET_TREE_CHILD_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TREE_PROXY_CLASS Call by reference Type reference (TYPE) SEOCLSNAME Objekttypname 20040427
2 Returning RT_RESULT Value transfer Type reference (TYPE) CRMT_BSP_WD_ELEM_DESCR_TAB Tabelle von BSP WD Element Beschreibungen 20040427

Method GET_TREE_CHILD_NODES on Interface IF_BSP_WD_APPL_MODEL has no exception.

Method GET_TREE_ROOT_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CNODE_CLASS Call by reference Type reference (TYPE) SEOCLSNAME Objekttypname 20040427
2 Returning RT_RESULT Value transfer Type reference (TYPE) CRMT_BSP_WD_ELEM_DESCR_TAB Tabelle von BSP WD Element Beschreibungen 20040427

Method GET_TREE_ROOT_NODES on Interface IF_BSP_WD_APPL_MODEL has no exception.

Method GET_TYPED_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTROLLER_CLASS Call by reference Type reference (TYPE) SEOCLSNAME Objekttypname 20031125
2 Returning RV_CONTEXT_CLASS Value transfer Type reference (TYPE) SEOCLSNAME Objekttypname 20031125

Method GET_TYPED_CONTEXT on Interface IF_BSP_WD_APPL_MODEL has no exception.

Method GET_VIEWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_IGNORE_RT_REP Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20070821
2 Returning RT_RESULT Value transfer Type reference (TYPE) BSP_WD_VIEW_TAB Tabelle von BSP Views 20031126

Method GET_VIEWS on Interface IF_BSP_WD_APPL_MODEL has no exception.

Method GET_VIEW_CONTROLLERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_RESULT Value transfer Type reference (TYPE) CRMT_BSP_WD_ELEM_DESCR_TAB 20031125

Method GET_VIEW_CONTROLLERS on Interface IF_BSP_WD_APPL_MODEL has no exception.

Method GET_VIEW_IMPLCLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PAGE_NAME Call by reference Type reference (TYPE) O2PAGEEXT 20031128
2 Returning RV_RESULT Value transfer Type reference (TYPE) SEOCLSNAME Objekttypname 20031128

Method GET_VIEW_IMPLCLASS on Interface IF_BSP_WD_APPL_MODEL has no exception.

Method GET_WINDOWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_IGNORE_RT_REP Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20061116
2 Returning RT_RESULT Value transfer Type reference (TYPE) BSP_WD_VIEW_TAB Tabelle von BSP Views 20040922

Method GET_WINDOWS on Interface IF_BSP_WD_APPL_MODEL has no exception.

Method IS_OBSOLETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTROLLER_NAME Call by reference Type reference (TYPE) O2PAGEEXT Name einer BSP-Seite/-Controller (in Groß-/Kleinschreibung) 20080228
2 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20080228
# Exception Resumable Description Created on
1 CONTROLLER_NOT_EXISTING 20080228
History
Last changed by/on SAP  20130531 
SAP Release Created in 40