SAP ABAP Class IF_CONTROL_COMPOSITE_SUPPORTFA (Factory Interface for Controls in Control Composites)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CCF_COLUMN_TREE Control Composite: Factory Class for Simple Tree Control 20000222
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CCF_EASY_SPLITTER_CONTAINER CL_CCF_EASY_SPLITTER_CONTAINER 20000324
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CCF_SIMPLE_CONTAINER Control Composite: Factory Class for Simple Container 20000407
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CCF_SIMPLE_TREE Control Composite: Factory Class for Simple Tree Control 20000222
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CCF_SPLITTER_CONTAINER Control Composite: Factory Class for Splitter Container 20000407
Properties
Class IF_CONTROL_COMPOSITE_SUPPORTFA  
Short Description Factory Interface for Controls in Control Composites    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20000221   SAP 
Last change 20000308   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_CONTROL_COMPOSITE_SUPPORTFA has no forward declaration.
Interfaces
Class IF_CONTROL_COMPOSITE_SUPPORTFA has no interface implemented.
Friends
Class IF_CONTROL_COMPOSITE_SUPPORTFA has no friend class.
Attributes
Class IF_CONTROL_COMPOSITE_SUPPORTFA has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE Static method Public Method Creates a Control at Design Time or Runtim 20000221
2 CREATE_INITIAL Static method Public Method Creates a Control (Only Needed at Design Time) 20000221
3 GET_CONTROL_DESCRIPTION Static method Public Method Returns Information on the Control 20000222
Events
Class IF_CONTROL_COMPOSITE_SUPPORTFA has no event.
Types
Class IF_CONTROL_COMPOSITE_SUPPORTFA has no local type.
Method Signatures

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CONTROL Value transfer Object reference (TYPE REF TO) CL_GUI_CONTROL Handle der neuen Control-Instanz (Proxy-Objekt) 20000221
2 Importing CONTROL_TREE_NODE Value transfer Object reference (TYPE REF TO) IF_CONTROL_TREE_NODE Wurzelknoten des beschreibenden Control-Baums 20000221
3 Exporting ERROR_TEXT Call by reference Type reference (TYPE) STRING Fehlerbeschreibung 20000221
4 Importing FOR_DESIGN Value transfer Type reference (TYPE) BOOLEAN 'X' = erzeuge Control im Design-Mode 20000221
5 Importing LIFETIME Value transfer Type reference (TYPE) I Control Lebensdauer (Dynpro or IMode) 20000221
6 Importing LOADER_REF Value transfer Object reference (TYPE REF TO) OBJECT Referenz auf Control Composite im Control Loader 20000221
7 Importing PARENT Value transfer Object reference (TYPE REF TO) CL_GUI_CONTAINER enthaltender Container 20000221
8 Importing SHELLSTYLE Value transfer Type reference (TYPE) I Shellstyle 20000221
# Exception Resumable Description Created on
1 CLASS_NAME_MISMATCH Name im Control-Baumknoten passt nicht zum Klassennamen 20000221
2 CNTL_ERROR Control-Fehler 20000221
3 CNTL_SYSTEM_ERROR Control-Fehler 20000221
4 CONTROL_ERROR Fehler beim Erzeugen des Controls bzw. eines Subcontrols 20000221
5 CREATE_ERROR Control-Fehler 20000221
6 LIFETIME_ERROR Control-Fehler 20000221
7 NO_NODE Input Parameter CONTROL_TREE_NODE nicht gegeben 20000221
8 NO_PARENT Input Parameter PARENT nicht gegeben 20000221
9 TREE_ERROR Fehler beim Traversieren des Control Baums 20000221
10 WRONG_NODE_TYPE ein Baumknoten hat den falschen Typ 20000221

Method CREATE_INITIAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CONTROL Value transfer Object reference (TYPE REF TO) CL_GUI_CONTROL Handle der neuen Control-Instanz (Proxy-Objekt) 20000221
2 Importing CONTROL_TREE_NODE Value transfer Object reference (TYPE REF TO) IF_CONTROL_TREE_NODE Wurzelknoten des beschreibenden Control-Baums 20000221
3 Exporting ERROR_TEXT Call by reference Type reference (TYPE) STRING Fehlerbeschreibung 20000221
4 Importing LIFETIME Value transfer Type reference (TYPE) I Control Lebensdauer (Dynpro or IMode) 20000221
5 Importing LOADER_REF Value transfer Object reference (TYPE REF TO) OBJECT Referenz auf Control Composite im Control Loader 20000221
6 Importing PARENT Value transfer Object reference (TYPE REF TO) CL_GUI_CONTAINER enthaltender Container 20000221
7 Importing SHELLSTYLE Value transfer Type reference (TYPE) I Shellstyle 20000221
# Exception Resumable Description Created on
1 CLASS_NAME_MISMATCH Name im Control-Baumknoten passt nicht zum Klassennamen 20000221
2 CNTL_ERROR Control-Fehler 20000221
3 CNTL_SYSTEM_ERROR Control-Fehler 20000221
4 CONTROL_ERROR Fehler beim Erzeugen des Controls bzw. eines Subcontrols 20000221
5 CREATE_ERROR Control-Fehler 20000221
6 LIFETIME_ERROR Control-Fehler 20000221
7 NO_NODE Input Parameter CONTROL_TREE_NODE nicht gegeben 20000221
8 NO_PARENT Input Parameter PARENT nicht gegeben 20000221
9 TREE_ERROR Fehler beim Traversieren des Control Baums 20000221
10 WRONG_NODE_TYPE ein Baumknoten hat den falschen Typ 20000221

Method GET_CONTROL_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CLASS_NAME Call by reference Type reference (TYPE) STRING Name der Verschalungsklasse 20000222
2 Exporting TEXT_IN_CONTROL_BOX Call by reference Type reference (TYPE) STRING Eintrag in der Control Box im Control Composer 20000222

Method GET_CONTROL_DESCRIPTION on class IF_CONTROL_COMPOSITE_SUPPORTFA has no exception.
History
Last changed by/on SAP  20000308 
SAP Release Created in