SAP ABAP Class CL_WD_DEMO_DYN_MODEL (Model Class for DemoDynamic)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_DEMO (Package) Demo Applications
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 20050411
Properties
Class CL_WD_DEMO_DYN_MODEL  
Short Description Model Class for DemoDynamic    
Super Class CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status S  System Program 
Category 0   
Package SWDP_DEMO   Demo Applications 
Created 20050411   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WD_DEMO_DYN_MODEL has no forward declaration.
Interfaces
Class CL_WD_DEMO_DYN_MODEL has no interface implemented.
Friends
Class CL_WD_DEMO_DYN_MODEL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 NO_STRUCT Constant Public Type reference (TYPE) WDR_TEXT_KEY '001' Text Element Name 20050411
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_FORM_FROM_NODE Static method Public Method Creates a form from a node reference 20060705
2 CREATE_NODEINFO_FROM_STRUCT Static method Public Method Obsolete -> if_wd_context_node_info->add_new_child_node 20060705
3 CREATE_TABLE_FROM_NODE Static method Public Method Creates a table from a node reference 20060705
4 FILL_NODE Static method Public Method Fills the node with data 20060705
5 GET_FLIGHTS Static method Public Method Displays all flights 20070412
6 GET_TABLE_DATA Static method Public Method Displays all data from a database table 20060705
7 GET_TEXT Instance method Public Method 20050411
8 IS_STRUCTURE_OR_TABLE Static method Public Method Specifies whether a name is a structure or a table 20060705
Events
Class CL_WD_DEMO_DYN_MODEL has no event.
Types
Class CL_WD_DEMO_DYN_MODEL has no local type.
Method Signatures

Method CREATE_FORM_FROM_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESC_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Context-Knoten 20060705
2 Importing ID_PREFIX Value transfer Type reference (TYPE) STRING Präfix für die IDs der Elemente 20060705
3 Importing INPUTLENGTH Value transfer Type reference (TYPE) I 20 20060705
4 Importing NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Context-Knoten 20060705
5 Importing UI_PARENT Value transfer Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER UI-Container, in dem die Tabelle liegen soll 20060705

Method CREATE_FORM_FROM_NODE on class CL_WD_DEMO_DYN_MODEL has no exception.

Method CREATE_NODEINFO_FROM_STRUCT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MANDATORY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20060705
2 Importing IS_MULTIPLE Call by reference Type reference (TYPE) ABAP_BOOL Soll der Knoten mehrere Elemente haben können? 20060705
3 Returning NEW_NODE Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE_INFO Referenz zu neuer Knoten-Info 20060705
4 Importing NODE_NAME Value transfer Type reference (TYPE) STRING Knotenname (Großbuchstaben!) 20060705
5 Importing PARENT_INFO Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE_INFO Referenz auf Parent-Knoten 20060705
6 Importing STRUCTURE_NAME Value transfer Type reference (TYPE) STRING Strukturname (Großbuchstaben!) 20060705

Method CREATE_NODEINFO_FROM_STRUCT on class CL_WD_DEMO_DYN_MODEL has no exception.

Method CREATE_TABLE_FROM_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Referenz auf den Context-Knoten 20060705
2 Importing ON_LEAD_SELECT Value transfer Type reference (TYPE) STRING Eventhandler für Selektion 20060705
3 Returning TABLE Value transfer Object reference (TYPE REF TO) CL_WD_TABLE Referenz auf die neue Tabelle 20060705
4 Importing TABLE_ID Call by reference Type reference (TYPE) STRING Id der Tabelle 20060705
5 Importing UI_PARENT Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER UI-Container, in dem die Tabelle liegen soll 20060705

Method CREATE_TABLE_FROM_NODE on class CL_WD_DEMO_DYN_MODEL has no exception.

Method FILL_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHILD_NAME Value transfer Type reference (TYPE) STRING Name des aktuellen Knotens 20060705
2 Returning NODE Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Neu angelegter Context-Knoten 20060705
3 Importing PARENT_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Parent-Element 20060705
4 Importing VALUES Call by reference Type reference (TYPE) ANY Tabelle mit den Daten 20060705
5 Importing VALUE_KIND Call by reference Type reference (TYPE) STRING 'TABLE' 20060705

Method FILL_NODE on class CL_WD_DEMO_DYN_MODEL has no exception.

Method GET_FLIGHTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FLIGHTS Value transfer Type reference (TYPE) WD_FLIGHTTAB Tabelle für SFLIGHT 20070412

Method GET_FLIGHTS on class CL_WD_DEMO_DYN_MODEL has no exception.

Method GET_TABLE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DATA Call by reference Type reference (TYPE) ANY TABLE 20060705
2 Importing ROW_COUNT Call by reference Type reference (TYPE) I 50 20060705
3 Importing TAB_NAME Call by reference Type reference (TYPE) STRING 20060705

Method GET_TABLE_DATA on class CL_WD_DEMO_DYN_MODEL has no exception.

Method GET_TEXT Signature

Method GET_TEXT on class CL_WD_DEMO_DYN_MODEL has no parameter.
Method GET_TEXT on class CL_WD_DEMO_DYN_MODEL has no exception.

Method IS_STRUCTURE_OR_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING Strukturname in UPPERCASE 20060705
2 Returning RC Value transfer Type reference (TYPE) I 1: Struktur, 2: Tabelle, 0: falsch 20060705

Method IS_STRUCTURE_OR_TABLE on class CL_WD_DEMO_DYN_MODEL has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710