SAP ABAP Class CL_WDY_RG_CONTROLLER (Help Methods for Generating Source Code in Templates)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA-GEN (Application Component) Web Screen ABAP Generation
     SWDP_RUNTIME_GENERATION_DT (Package) Web Dynpro: Create Data and Source Code at Design Time
Properties
Class CL_WDY_RG_CONTROLLER  
Short Description Help Methods for Generating Source Code in Templates    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_RUNTIME_GENERATION_DT   Web Dynpro: Create Data and Source Code at Design Time 
Created 20040618   SAP 
Last change 20070911   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)
2 WDYN Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 WDYRT Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_WDY_RG_CONTROLLER has no interface implemented.
Friends
Class CL_WDY_RG_CONTROLLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 F_ABSTRACT_VIEW Instance attribute Private Object reference (TYPE REF TO) IF_WDY_MD_ABSTRACT_VIEW 20040630
2 F_CACHE Instance attribute Private See coding Dynamically Initialized Data 20040701
3 F_COMP_INTF_DEFINITION Instance attribute Private Object reference (TYPE REF TO) IF_WDY_MD_COMPONENT_INTF_DEF 20040630
4 F_COMP_INTF_IMPLEMENTATION Instance attribute Private Object reference (TYPE REF TO) IF_WDY_MD_COMPONENT_INTF_IMPL 20040630
5 F_INFO Instance attribute Public Type reference (TYPE) WDY_RG_S_CTLR_INFO Prepared Metadata of Controller 20040618
6 F_IS_LOCAL_GENERATION Instance attribute Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE Generation Only for Syntax Check (No External References) 20040618
7 F_META_OBJECT Instance attribute Public Object reference (TYPE REF TO) IF_WDY_MD_CONTROLLER 20040630
8 F_NAME Instance attribute Public Type reference (TYPE) STRING 20040704
9 F_SVC_META Instance attribute Public Object reference (TYPE REF TO) CL_WDY_RG_META_SERVICE Help Methods for Generating Source Code in Templates 20040618
10 F_SVC_NAME Instance attribute Public Object reference (TYPE REF TO) CL_WDY_RG_NAME_SERVICE Returns Name of Implementing Class for Metadata 20040618
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20040618
2 GET_ACTIONS Instance method Public Method Returns List of Actions 20040628
3 GET_ASSISTANCE_CLASS_NAME Instance method Public Method Returns the Name of Optional Assistance Class 20050504
4 GET_CONTEXT Instance method Public Method Returns the Context Data of Controller 20040618
5 GET_ERROR_HANDLERS Instance method Public Method Returns List of Error Handlers 20040628
6 GET_EVENTS Instance method Public Method Returns List of Events 20040628
7 GET_EVENT_HANDLERS Instance method Public Method Returns List of Event Handlers 20040628
8 GET_GENERAL_METHODS Instance method Public Method Returns List of General Methods 20040706
9 GET_IMPLEMENTED_INTERFACE_INFO Instance method Public Method Returns Information About Implemented Interfaces 20040713
10 GET_PARENT_NAME Instance method Public Method Returns Component Name 20040618
11 GET_PARTS Instance method Public Method Returns List of Parts 20040618
12 GET_PROPERTIES Instance method Public Method Returns Properties 20040618
13 GET_SUPPLY_METHODS Instance method Public Method Returns List of Supply Methods 20040628
14 GET_USAGES Instance method Public Method Returns List of Usages 20040630
15 GET_VIEW Instance method Public Method Returns View Description (if Exists) Otherwise Initial 20040618
16 GET_VISIBILITY Instance method Public Method Returns Visibility (External/Global/Local) 20040618
Events
Class CL_WDY_RG_CONTROLLER has no event.
Types
Class CL_WDY_RG_CONTROLLER has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WDY_MD_CONTROLLER 20040618
2 Importing LOCAL_GENERATION Call by reference Type reference (TYPE) ABAP_BOOL Generierung ohne globale Bezüge (interner Syntaxcheck) 20040618

Method CONSTRUCTOR on class CL_WDY_RG_CONTROLLER has no exception.

Method GET_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) WDY_MD_ACTIONS Liste von Aktionen 20040628

Method GET_ACTIONS on class CL_WDY_RG_CONTROLLER has no exception.

Method GET_ASSISTANCE_CLASS_NAME Signature

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

Method GET_ASSISTANCE_CLASS_NAME on class CL_WDY_RG_CONTROLLER has no exception.

Method GET_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_WDY_RG_CTX_NODE_HIERARCHY Zusammenfassung wichtiger direkter und indirekter Metadaten 20040618

Method GET_CONTEXT on class CL_WDY_RG_CONTROLLER has no exception.

Method GET_ERROR_HANDLERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) WDY_MD_PROCEDURES Liste von Prozeduren 20040628

Method GET_ERROR_HANDLERS on class CL_WDY_RG_CONTROLLER has no exception.

Method GET_EVENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) WDY_MD_EVENTS Liste von Ereignissen 20040628

Method GET_EVENTS on class CL_WDY_RG_CONTROLLER has no exception.

Method GET_EVENT_HANDLERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) WDY_MD_EVENT_HANDLERS Liste von Ereignisbehandlern 20040628

Method GET_EVENT_HANDLERS on class CL_WDY_RG_CONTROLLER has no exception.

Method GET_GENERAL_METHODS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) WDY_MD_PROCEDURES Liste von Prozeduren 20040706

Method GET_GENERAL_METHODS on class CL_WDY_RG_CONTROLLER has no exception.

Method GET_IMPLEMENTED_INTERFACE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) WDY_RG_S_CTLR_INTF_INFO Infos zu implementierten Schnittstellen 20040713

Method GET_IMPLEMENTED_INTERFACE_INFO on class CL_WDY_RG_CONTROLLER has no exception.

Method GET_PARENT_NAME Signature

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

Method GET_PARENT_NAME on class CL_WDY_RG_CONTROLLER has no exception.

Method GET_PARTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) WDY_RG_S_CTLR_PART Aufbereitete Metadaten eines Kontrollers 20040618

Method GET_PARTS on class CL_WDY_RG_CONTROLLER has no exception.

Method GET_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) WDY_RG_T_CTLR_ATTRIBUTES Liste von Datenbeschreibungen mit Name und Typ 20040618

Method GET_PROPERTIES on class CL_WDY_RG_CONTROLLER has no exception.

Method GET_SUPPLY_METHODS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) WDY_MD_PROCEDURES Liste von Prozeduren 20040628

Method GET_SUPPLY_METHODS on class CL_WDY_RG_CONTROLLER has no exception.

Method GET_USAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) WDY_MD_CONTROLLER_USAGES 20040630

Method GET_USAGES on class CL_WDY_RG_CONTROLLER has no exception.

Method GET_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_WDY_RG_VIEW Rekursive Beschreibungsdaten für UI Controls 20040618

Method GET_VIEW on class CL_WDY_RG_CONTROLLER has no exception.

Method GET_VISIBILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) WDY_RG_D_CTRL_VISIBILITY Sichtbarkeiten von Web Dynpro 'CONTROLLERN' 20040618

Method GET_VISIBILITY on class CL_WDY_RG_CONTROLLER has no exception.
History
Last changed by/on SAP  20070911 
SAP Release Created in 700