SAP ABAP Class CL_CONTROL_COMPOSITE (Control Composite)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO (Application Component) Workbench Tools: Editors, Painters, Modelers
     SEU_CONTROL_COMPOSITE (Package) Tools and Utilities for Controls: Composite and Loader
Properties
Class CL_CONTROL_COMPOSITE  
Short Description Control Composite    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SEU_CONTROL_COMPOSITE   Tools and Utilities for Controls: Composite and Loader 
Created 19990826   SAP 
Last change 20010222   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IXML Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_CONTROL_COMPOSITE has no interface implemented.
Friends
Class CL_CONTROL_COMPOSITE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACTIVE Instance attribute Private Type reference (TYPE) CONTCOMP-ACTIVE 'A'= Active, 'I'= Inactive 20000124
2 ACTIVE_CONST Static Attribute Public Type reference (TYPE) CONTCOMP-ACTIVE 'A' Constant: 'A' for Active 20000224
3 CHANGED Instance attribute Private Type reference (TYPE) BOOLEAN 'X' = Composite Has Been Changed 20000202
4 COMMENT Instance attribute Private Type reference (TYPE) COCOCOMMNT Short Text for Control Composite 20000121
5 CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Container of Control Composite 20000410
6 CONTROL_TREE_NODE Instance attribute Private Object reference (TYPE REF TO) IF_CONTROL_TREE_NODE Root Node of Control Tree 19990923
7 CREATION_DATE Instance attribute Private Type reference (TYPE) CONTCOMP-CDAT Created on 20000124
8 CREATION_NAME Instance attribute Private Type reference (TYPE) CONTCOMP-CNAM Name of author 20000124
9 CREATION_TIME Instance attribute Private Type reference (TYPE) CONTCOMP-CTIM Time created 20000126
10 C_TABLE Instance attribute Private Type reference (TYPE) COCOCTABLE Control Table 19990923
11 INACTIVE_CONST Static Attribute Public Type reference (TYPE) CONTCOMP-ACTIVE 'I' Constant 'I' for Inactive 20000224
12 MASTER_LANGUAGE Instance attribute Private Type reference (TYPE) TADIR-MASTERLANG Original language 20000121
13 NAME Instance attribute Private Type reference (TYPE) CC_NAME Name of Control Composite 19990826
14 OTHER_INACTIVE Instance attribute Private Type reference (TYPE) BOOLEAN 'X' = Inactive Version Exists 20000125
15 PACKAGE Instance attribute Private Type reference (TYPE) TADIR-DEVCLASS Package (Formerly: Development Class) 20000531
16 P_TABLE Instance attribute Private Type reference (TYPE) COCOPTABLE Plug-In Table 20000406
17 READONLY Instance attribute Private Type reference (TYPE) BOOLEAN X = Composite Was Read and not To Be Changed 20000202
18 ROOT_ELEMENT_NAME Static Attribute Private Type reference (TYPE) COCONAME 'ControlComposite' Name in Root Node 20000405
19 TEXT_DEL_TABLE Instance attribute Private Type reference (TYPE) COCOTXTTAB Table of Instance Texts To Be Deleted 20000218
20 TEXT_TABLE Instance attribute Private Type reference (TYPE) COCOTXTTAB Table of Instance Texts 20000217
21 UPDATE_DATE Instance attribute Private Type reference (TYPE) CONTCOMP-UDAT Changed on 20000124
22 UPDATE_NAME Instance attribute Private Type reference (TYPE) CONTCOMP-UNAM Last changed by 20000124
23 UPDATE_TIME Instance attribute Private Type reference (TYPE) CONTCOMP-UTIM Last changed at 20000126
24 XML_DOCUMENT Instance attribute Private Object reference (TYPE REF TO) IF_IXML_DOCUMENT XML Document 19990908
25 XML_STRING Instance attribute Private Type reference (TYPE) STRING XML Source String (Type STRING) 20000405
Methods
# Method Level Visibility Method type Description Created on
1 ADD_TO_CHECKLIST Instance method Private Method Adds a New Entry to Checklist 20000504
2 ASSIGN_CONTROL Instance method Public Method Assign Control to Control Composite 19990923
3 ASSIGN_PLUG_IN Instance method Public Method Assign a Plug-In to Control Composite 20000406
4 CHECK Instance method Public Method Checks Control Composite 20000412
5 CHECK_FOR_CONTAINER Instance method Public Method Checks Whether Control Composite Contains Container Entered 20000411
6 CHECK_PLUG_IN Instance method Private Method Checks a Control Composite Plug-In Recursively 20000505
7 CHECK_PLUG_INS Instance method Private Method Checks All Control Composite Plug-In Recursively 20000419
8 COPY_SOURCE Static method Public Method Copy Description of Control Composite 20000127
9 CREATE_AND_LOAD Static method Public Method Instantiate and Load Control Composite 19990826
10 CREATE_IN_CONTAINER Static method Public Method Runtime: Instantiate Composite in Container 19991125
11 CREATE_SOURCE Static method Public Method Create Description of Control Composite 20000208
12 DELETE Instance method Public Method Delete Control Composite 19991119
13 DELETE_SOURCE Static method Public Method Deleted Description of Control Composite 20000126
14 DESTROY Instance method Public Method Runtime: Destroy Composite and All Its Controls 19991125
15 GET_ACTIVE Instance method Public Method Returns Active Status of Control Composite 20000124
16 GET_ALL_CONTROL_NAMES Instance method Public Method Returns List of All Control Names 19991112
17 GET_ALL_PLUG_IN_NAMES Instance method Public Method Returns a List of All Plug-In Names 20000411
18 GET_COMMENT Instance method Public Method Returns Name of Control Composite 20000121
19 GET_CONTAINER Instance method Public Method Returns the Control Composite Container 20000410
20 GET_CONTROL Instance method Public Method Runtime: Returns Control Handle with Name Given 19990921
21 GET_CONTROL_NAME Instance method Public Method Returns Name of Control for Given Control Tree Node 19990923
22 GET_CONTROL_TREE Instance method Public Method Returns Root Node of Control Tree 19990922
23 GET_CREATION_INFO Instance method Public Method Returns Name of Author and Date of Creation 20000124
24 GET_LANGUAGE Instance method Public Method Returns the Original Language of the Composite 20000608
25 GET_MASTER_LANGUAGE Instance method Public Method Returns the Composite's Original Language (with Long Text) 20000121
26 GET_NAME Instance method Public Method Returns Name of Control Composite 20000121
27 GET_NEW_TEXT_ID Instance method Private Method Returns a New Unused Text ID 20000218
28 GET_PACKAGE Instance method Public Method Returns the Package of the Control Composite 20000531
29 GET_PLUG_IN Instance method Public Method Runtime: Returns Handle for Given Plug-In 20000406
30 GET_PLUG_IN_NAME Instance method Public Method Returns Name of Control for Given Control Tree Node 20000407
31 GET_SOURCE_COMMENT Static method Public Method Returns the Short Text for the Control Composite Name 20000413
32 GET_TEXT_STRING Instance method Public Method Returns Text String for Text ID Given 20000218
33 GET_TEXT_TABLES Instance method Public Method Returns Table of Instance Texts for Control Composite 20000225
34 GET_TOP_LEVEL_CONTROL Instance method Public Method 20000629
35 GET_UPDATE_INFO Instance method Public Method Returns "Last Changed By" Name and Date 20000124
36 GET_XML_STRING Instance method Public Method Returns XML String of Control Composite as STRING 20000217
37 HANDLE_ERROR Static method Public Method Internal Error Handling 19990929
38 HAS_INACTIVE Instance method Public Method Returns TRUE if Inactive Version of Composite Exists 20000125
39 IS_CHANGED Instance method Public Method Returns TRUE if Composite Was Changed 20000202
40 IS_READONLY Instance method Public Method Returns TRUE if Composite Was Read and not To Be Changed 20000202
41 LOAD Instance method Public Method Load Control Composite 20000221
42 LOCK Instance method Public Method Set Lock for Control Composite 20000216
43 LOCK_SOURCE Static method Public Method Set Lock for Control Composite with Name Given 20000216
44 LOOKUP_SOURCE Static method Public Method Search for Control Composite with Name Given 20000128
45 PARSE_XML Instance method Private Method Parse XML String in XML Document (DOM-Tree) 19991125
46 READ_FROM_DB Instance method Public Method Read Control Composite from Database 20000121
47 READ_FROM_FILE Static method Public Method Read Control Composite Description from File 19991125
48 READ_SOURCE Static method Public Method Read Control Composite Description 19991207
49 RENDER_XML Instance method Private Method Render XML Document (DOM-Tree) in XML String 19991125
50 SAVE_SOURCE Static method Public Method Write Control Composite Description 19991207
51 SAVE_TO_DB Instance method Public Method Save Control Composite to the Database 20000125
52 SET_ACTIVE Instance method Public Method Saves Active Status of Control Composite 20000125
53 SET_COMMENT Instance method Public Method Returns Name of Control Composite 20000121
54 SET_CONTAINER Instance method Public Method Saves the Control Composite Container 20000410
55 SET_CONTROL_TREE Instance method Public Method Saves Root Node of Control Tree 20000222
56 SET_LANGUAGE Instance method Public Method Saves Original Language of Control Composite 20000608
57 SET_NAME Instance method Public Method Saves Name of Control Composite 20000127
58 SET_PACKAGE Instance method Public Method Saves the Control Composite Package 20000531
59 SET_TEXT_STRING Instance method Public Method Saves Text String for Text ID Given 20000218
60 SET_TEXT_TABLES Instance method Public Method Saves Tables of Instance Texts for Composite 20000225
61 SET_UPDATE_INFO Instance method Public Method Saves "Last Changed By" Name and Date 20000124
62 SET_XML_STRING Instance method Public Method Saves XML String of Control Composite 20000405
63 STORE Instance method Public Method Returns Current Description of Composites in XML 19991119
64 UNASSIGN_CONTROL Instance method Public Method Remove Assignment of Control to Control Composite 19990923
65 UNASSIGN_PLUG_IN Instance method Public Method Remove Assignment of Plug-In to Control Composite 20000407
66 UNLOCK Instance method Public Method Remove Lock on Control Composite 20000126
67 UNLOCK_SOURCE Static method Public Method Unlock Control Composite with Name Given 20000203
68 WRITE_TO_FILE Static method Public Method Write Control Composite Description to File 19991125
Events
Class CL_CONTROL_COMPOSITE has no event.
Types
Class CL_CONTROL_COMPOSITE has no local type.
Method Signatures

Method ADD_TO_CHECKLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECKLIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST Liste der Prüffehler 20000504
2 Changing MESSAGE_TEXT Call by reference Type reference (TYPE) RSFB_SOURCE Tabelle der Fehlermeldungen 20000504
3 Importing MESSAGE_TYPE Call by reference Type reference (TYPE) CHAR1 'W' Fehlertyp (W,E); Default: W = Warning 20000504
4 Importing OBJECT_NAME Call by reference Type reference (TYPE) SEU_OBJKEY Typ des Entwicklungsobjekts 20000504
5 Importing REQUEST_EDIT Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST Workbench Request zum Editieren 20000504
6 Importing REQUEST_SHOW Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST Workbench Request zum Anzeigen 20000504
# Exception Resumable Description Created on
1 ERROR_OCCURED Fehler beim Hinzufügen 20000504
2 NO_CHECKLIST Input Parameter nicht gegeben 20000504
3 NO_MESSAGE_TEXT Input Parameter nicht gegeben 20000504
4 NO_OBJECT_NAME Input Parameter nicht gegeben 20000504

Method ASSIGN_CONTROL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTROL Call by reference Object reference (TYPE REF TO) CL_GUI_CONTROL Instanz-Handle des Control Proxys 19990923
2 Importing NAME Call by reference Type reference (TYPE) STRING Name des Controls 19990923
# Exception Resumable Description Created on
1 ALREADY_ASSIGNED Control ist schon zugeordnet 19990923
2 NO_CONTROL Input Parameter CONTROL nicht gegeben 19990923
3 TABLE_ERROR Fehler beim Einfügen in die Tabelle 19990923

Method ASSIGN_PLUG_IN 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 Name des PlugIns 20000406
2 Importing OBJECT_NAME Call by reference Type reference (TYPE) STRING Name des PlugIn-Objekts 20000526
3 Importing PLUG_IN Call by reference Object reference (TYPE REF TO) IF_CONTROL_COMPOSITE_PLUG_IN Interface-Handle des PlugIns 20000406
# Exception Resumable Description Created on
1 ALREADY_ASSIGNED PlugIn wurde schon zugeordnet 20000406
2 NO_NAME Input Parameter NAME nicht gegeben 20000502
3 NO_PLUG_IN Input Parameter PLUG_IN nicht gegeben 20000406
4 TABLE_ERROR Fehler beim Einfügen in Tabelle 20000406

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CC_TABLE Call by reference Type reference (TYPE) STANDARD TABLE Tabelle der geprüften Composites 20000419
2 Importing CHECKLIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST Liste der Prüffehler 20000413
3 Changing MESSAGE_TEXT Call by reference Type reference (TYPE) RSFB_SOURCE Tabelle der Fehlertexte 20000523
4 Importing PARENT_NAME Call by reference Type reference (TYPE) CC_NAME Name des enthaltenden Composites 20000516
# Exception Resumable Description Created on
1 ERROR_OCCURED Fehler beim Prüfen 20000418
2 NOT_OKAY Control Composite enthält Fehler 20000412

Method CHECK_FOR_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Instanz-Handle des Containers 20000411
# Exception Resumable Description Created on
1 NOT_FOUND Container wurde nicht gefunden 20000411
2 NO_CONTAINER Input Parameter CONTAINER nicht gegeben 20000411

Method CHECK_PLUG_IN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CC_TABLE Call by reference Type reference (TYPE) STANDARD TABLE Tabelle der geprüften Composites 20000505
2 Importing CHECKLIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST Liste der Prüffehler 20000505
3 Importing CONTROL_TREE_NODE Call by reference Object reference (TYPE REF TO) IF_CONTROL_TREE_NODE Knoten im Control-Baum 20000505
4 Changing MESSAGE_TEXT Call by reference Type reference (TYPE) RSFB_SOURCE Tabelle der Fehlertexte 20000523
5 Importing REQUEST_EDIT Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST Workbench Request zum Editieren 20000505
6 Importing REQUEST_SHOW Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST Workbench Request zum Anzeigen 20000505
# Exception Resumable Description Created on
1 ERROR_OCCURED Fehler beim Prüfen 20000505
2 NOT_OKAY Control Composite enthält Fehler 20000505
3 NO_NODE Input Parameter CONTROL_TREE_NODE nicht gegeben 20000505
4 WRONG_TYPE Knoten ist kein PlugIn-Knoten 20000505

Method CHECK_PLUG_INS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CC_TABLE Call by reference Type reference (TYPE) STANDARD TABLE Tabelle der geprüften Composites 20000419
2 Importing CHECKLIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST Liste der Prüffehler 20000419
3 Importing CONTROL_TREE_NODE Call by reference Object reference (TYPE REF TO) IF_CONTROL_TREE_NODE Knoten im Control-Baum 20000419
4 Changing MESSAGE_TEXT Call by reference Type reference (TYPE) RSFB_SOURCE Tabelle der Fehlermeldungen 20000523
5 Importing REQUEST_EDIT Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST Workbench Request zum Editieren 20000419
6 Importing REQUEST_SHOW Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST Workbench Request zum Anzeigen 20000419
# Exception Resumable Description Created on
1 ERROR_OCCURED Fehler beim Prüfen 20000419
2 NOT_OKAY Control Composite enthält Fehler 20000419
3 NO_NODE Input Parameter CONTROL_TREE_NODE nicht gegeben 20000419

Method COPY_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVE Value transfer Type reference (TYPE) CONTCOMP-ACTIVE 'A'=aktiv, 'I'=inaktiv 20000127
2 Importing NAME Value transfer Type reference (TYPE) CC_NAME Control Composite: Name 20000127
3 Importing TARGET_NAME Value transfer Type reference (TYPE) CC_NAME Name des Ziel-Composites 20000127
# Exception Resumable Description Created on
1 CANCELLED Operation wurde abgebrochen 20000127
2 ILLEGAL_NAME Name ist unzulässig 20000128
3 NOT_COPIED Fehler beim Kopieren 20000127
4 NOT_FOUND Quell-Composite existiert nicht 20000128
5 TARGET_EXISTS Name des Ziel-Composites existiert bereits 20000127

Method CREATE_AND_LOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVE Call by reference Type reference (TYPE) CONTCOMP-ACTIVE 'A'=aktive Source, 'I'=inaktive, ' '=inaktive zuerst suchen 20000215
2 Exporting CONTROL_COMPOSITE Call by reference Object reference (TYPE REF TO) CL_CONTROL_COMPOSITE neue Control Composite-Instanz 19990826
3 Exporting CONTROL_TREE_NODE Call by reference Object reference (TYPE REF TO) IF_CONTROL_TREE_NODE zugehörige Control Tree Interface-Instanz 19990920
4 Importing IS_INITIAL Call by reference Type reference (TYPE) BOOLEAN ' ' 'X' = erzeuge initiales Composite 20000215
5 Importing NAME Call by reference Type reference (TYPE) CC_NAME Name des Control Composites 19990826
6 Importing NO_TREE Call by reference Type reference (TYPE) BOOLEAN ' ' 'X' = erzeuge nur Composite, keinen Control Tree 20000217
# Exception Resumable Description Created on
1 NAME_EMPTY Import Parameter NAME ist leer 19990826
2 NOT_FOUND Composite wurde nicht gefunden 20000215
3 NOT_LOADED Fehler beim Laden des Composites 19990826

Method CREATE_IN_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER GUI Container für Composite 19991125
2 Exporting CONTROL_COMPOSITE Call by reference Object reference (TYPE REF TO) CL_CONTROL_COMPOSITE neue Control Composite-Instanz 19991125
3 Importing DYNPRO_NUMBER Call by reference Type reference (TYPE) SYDYNNR Dynpro-Nummer 20000427
4 Exporting ERROR_OBJECT Call by reference Object reference (TYPE REF TO) CL_CONTROL_LOADER_ERROR Fehlerobjekt 20000613
5 Importing IS_INITIAL Call by reference Type reference (TYPE) BOOLEAN ' ' 'X' = erzeuge initiales Composite 20000215
6 Importing NAME Call by reference Type reference (TYPE) CC_NAME Name desControl Composites 19991125
7 Importing POPUP_LEVEL Call by reference Type reference (TYPE) INT4 Popup-Level 20000427
8 Importing PROGRAM_NAME Call by reference Type reference (TYPE) SYREPID Programmname 20000427
9 Importing STACK_LEVEL Call by reference Type reference (TYPE) INT4 Stack-Level des Dynpro-Stacks 20000427
# Exception Resumable Description Created on
1 ERROR_LOADING Fehler beim Laden des Control Composites 19991125
2 NOT_FOUND Control Composite nicht gefunden 19991125
3 NO_CONTAINER Import Parameter CONTAINER ist leer 19991125
4 NO_NAME Import Parameter NAME ist leer 19991125

Method CREATE_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVE Value transfer Type reference (TYPE) CONTCOMP-ACTIVE 'A'=aktiv, 'I'=inaktiv 20000208
2 Exporting CONTROL_COMPOSITE Call by reference Object reference (TYPE REF TO) CL_CONTROL_COMPOSITE neue Composite-Instanz 20000208
3 Importing NAME Value transfer Type reference (TYPE) CC_NAME Control Composite: Name 20000208
# Exception Resumable Description Created on
1 CANCELLED Operation wurde abgebrochen 20000208
2 ILLEGAL_NAME Name ist unzulässig 20000208
3 NOT_CREATED Fehler beim Kopieren 20000208
4 TARGET_EXISTS Name des Ziel-Composites existiert bereits 20000208

Method DELETE Signature

Method DELETE on class CL_CONTROL_COMPOSITE has no parameter.
Method DELETE on class CL_CONTROL_COMPOSITE has no exception.

Method DELETE_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVE Value transfer Type reference (TYPE) CONTCOMP-ACTIVE 'A'=aktiv, 'I'=inaktiv 20000126
2 Changing CORR_REQUEST_ID Value transfer Type reference (TYPE) TRKORR Korrekturnummer 20000720
3 Importing LANGUAGE Call by reference Type reference (TYPE) CONTCOMPT-SPRSL Sprache für Composite-Texte 20000126
4 Importing NAME Value transfer Type reference (TYPE) CC_NAME Control Composite: Name 20000126
# Exception Resumable Description Created on
1 CANCELLED Löschen abgebrochen 20000126
2 ILLEGAL_NAME Name des Composite ist unzulässig 20000128
3 NOT_DELETED Fehler beim Löschen 20000126
4 NOT_FOUND Control Composite Name existiert nicht 20000128

Method DESTROY Signature

Method DESTROY on class CL_CONTROL_COMPOSITE has no parameter.
# Exception Resumable Description Created on
1 ERROR_DESTROYING could not load Control Composite 19991125

Method GET_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ACTIVE Value transfer Type reference (TYPE) CONTCOMP-ACTIVE 'A'=aktiv, 'I'=inaktiv 20000124

Method GET_ACTIVE on class CL_CONTROL_COMPOSITE has no exception.

Method GET_ALL_CONTROL_NAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CONTROL_NAME_TABLE Call by reference Type reference (TYPE) COCOCNTABL table of Control names 19991112

Method GET_ALL_CONTROL_NAMES on class CL_CONTROL_COMPOSITE has no exception.

Method GET_ALL_PLUG_IN_NAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PLUG_IN_NAME_TABLE Call by reference Type reference (TYPE) COCOCNTABL table of Plug-In names 20000411

Method GET_ALL_PLUG_IN_NAMES on class CL_CONTROL_COMPOSITE has no exception.

Method GET_COMMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMENT Value transfer Type reference (TYPE) COCOCOMMNT Kurztext zum Composite 20000121

Method GET_COMMENT on class CL_CONTROL_COMPOSITE has no exception.

Method GET_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CONTAINER Value transfer Object reference (TYPE REF TO) CL_GUI_CONTAINER Instanz-Handle des Containers 20000410

Method GET_CONTAINER on class CL_CONTROL_COMPOSITE has no exception.

Method GET_CONTROL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CONTROL Call by reference Object reference (TYPE REF TO) CL_GUI_CONTROL Instanz-Handle des Controls 19990921
2 Importing NAME Call by reference Type reference (TYPE) STRING Name des Controls 19990921
# Exception Resumable Description Created on
1 NOT_FOUND Control nicht gefunden 19990921
2 NO_NAME Input Parameter NAME nicht gegeben 19990924

Method GET_CONTROL_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTROL_TREE_NODE Call by reference Object reference (TYPE REF TO) IF_CONTROL_TREE_NODE Knoten im Control-Baum 19990923
2 Exporting NAME Call by reference Type reference (TYPE) STRING Name des Controls 19990923
# Exception Resumable Description Created on
1 NODE_TYPE_ERROR Falscher Knotentyp 19990923
2 NO_NODE Input Parameter CONTROL_TREE_NODE nicht gegeben 19990923

Method GET_CONTROL_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONTROL_TREE_NODE Value transfer Object reference (TYPE REF TO) IF_CONTROL_TREE_NODE Control Baumknoten 19990922

Method GET_CONTROL_TREE on class CL_CONTROL_COMPOSITE has no exception.

Method GET_CREATION_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CREATION_DATE Call by reference Type reference (TYPE) CONTCOMP-CDAT Erstellungsdatum 20000124
2 Exporting CREATION_NAME Call by reference Type reference (TYPE) CONTCOMP-CNAM Name des Autors 20000124
3 Exporting CREATION_TIME Call by reference Type reference (TYPE) CONTCOMP-CTIM Erstellungszeit 20000126

Method GET_CREATION_INFO on class CL_CONTROL_COMPOSITE has no exception.

Method GET_LANGUAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LANGUAGE Value transfer Type reference (TYPE) TADIR-MASTERLANG Originalsprache des Composites 20000608

Method GET_LANGUAGE on class CL_CONTROL_COMPOSITE has no exception.

Method GET_MASTER_LANGUAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting LANGUAGE_TEXT Value transfer Type reference (TYPE) T002T-SPTXT Langtext der Originalsprache 20000126
2 Exporting MASTER_LANGUAGE Value transfer Type reference (TYPE) TADIR-MASTERLANG Originalsprache des Composites 20000121

Method GET_MASTER_LANGUAGE on class CL_CONTROL_COMPOSITE has no exception.

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NAME Value transfer Type reference (TYPE) CC_NAME Name des Composites 20000121

Method GET_NAME on class CL_CONTROL_COMPOSITE has no exception.

Method GET_NEW_TEXT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TEXT_ID Value transfer Type reference (TYPE) CONTCOMPXT-TEXT_ID neue Text-Id 20000218
# Exception Resumable Description Created on
1 NO_MORE_IDS Es konnte keine neue Id erzeugt werden 20000221

Method GET_PACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PACKAGE Value transfer Type reference (TYPE) TADIR-DEVCLASS Paket des Composites 20000531

Method GET_PACKAGE on class CL_CONTROL_COMPOSITE has no exception.

Method GET_PLUG_IN 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 Name des PlugIns 20000406
2 Exporting PLUG_IN Call by reference Object reference (TYPE REF TO) IF_CONTROL_COMPOSITE_PLUG_IN Interface-Handle des PlugIns 20000406
# Exception Resumable Description Created on
1 NOT_FOUND PlugIn nicht gefunden 20000406
2 NO_NAME Input Parameter NAME nicht gegeben 20000406

Method GET_PLUG_IN_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTROL_TREE_NODE Call by reference Object reference (TYPE REF TO) IF_CONTROL_TREE_NODE Knoten im Control-Baum 20000407
2 Exporting NAME Call by reference Type reference (TYPE) STRING Name des PlugIns 20000407
# Exception Resumable Description Created on
1 NODE_TYPE_ERROR Falscher Knotentyp 20000407
2 NO_NODE Input Parameter CONTROL_TREE_NODE nicht gegeben 20000407

Method GET_SOURCE_COMMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting COMMENT Call by reference Type reference (TYPE) STRING Kurztext zum Control Composite 20000413
2 Importing NAME Value transfer Type reference (TYPE) CC_NAME Name des Control Composites 20000413
# Exception Resumable Description Created on
1 ILLEGAL_NAME Name des Composites ist unzulässig 20000413
2 NOT_FOUND Control Composite existiert nicht 20000413

Method GET_TEXT_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TEXT_ID Call by reference Type reference (TYPE) CONTCOMPXT-TEXT_ID Text-Id 20000218
2 Exporting TEXT_STRING Call by reference Type reference (TYPE) STRING Text-String 20000218
# Exception Resumable Description Created on
1 ILLEGAL_ID Text-Id ist unzulässig (z.B. leer) 20000218
2 NOT_FOUND kein Text zur gegebenen Id gefunden 20000218

Method GET_TEXT_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting TEXT_DEL_TABLE Call by reference Type reference (TYPE) COCOTXTTAB Tabelle der zu löschenden Instanztexte 20000225
2 Exporting TEXT_TABLE Call by reference Type reference (TYPE) COCOTXTTAB Tabelle der Instanztexte 20000225

Method GET_TEXT_TABLES on class CL_CONTROL_COMPOSITE has no exception.

Method GET_TOP_LEVEL_CONTROL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_GUI_CONTROL Handle des Top-level Controls 20000629

Method GET_TOP_LEVEL_CONTROL on class CL_CONTROL_COMPOSITE has no exception.

Method GET_UPDATE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting UPDATE_DATE Call by reference Type reference (TYPE) CONTCOMP-UDAT Änderungsdatum 20000124
2 Exporting UPDATE_NAME Call by reference Type reference (TYPE) CONTCOMP-UNAM Name des letzten Änderers 20000124
3 Exporting UPDATE_TIME Call by reference Type reference (TYPE) CONTCOMP-UTIM Änderungszeit 20000126

Method GET_UPDATE_INFO on class CL_CONTROL_COMPOSITE has no exception.

Method GET_XML_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning XML_STRING Value transfer Type reference (TYPE) STRING XML Source String 20000217

Method GET_XML_STRING on class CL_CONTROL_COMPOSITE has no exception.

Method HANDLE_ERROR Signature

Method HANDLE_ERROR on class CL_CONTROL_COMPOSITE has no parameter.
Method HANDLE_ERROR on class CL_CONTROL_COMPOSITE has no exception.

Method HAS_INACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HAS_INACTIVE Value transfer Type reference (TYPE) CONTCOMP-ACTIVE 'X' = es exist. eine inaktive Version 20000125

Method HAS_INACTIVE on class CL_CONTROL_COMPOSITE has no exception.

Method IS_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHANGED Value transfer Type reference (TYPE) BOOLEAN 'X' = TRUE 20000202

Method IS_CHANGED on class CL_CONTROL_COMPOSITE has no exception.

Method IS_READONLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning READONLY Value transfer Type reference (TYPE) BOOLEAN 'X' = TRUE 20000202

Method IS_READONLY on class CL_CONTROL_COMPOSITE has no exception.

Method LOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CONTROL_TREE_NODE Call by reference Object reference (TYPE REF TO) IF_CONTROL_TREE_NODE zugehörige Control Tree Interface-Instanz 20000221
# Exception Resumable Description Created on
1 NOT_LOADED Fehler beim Laden des Composites 20000221

Method LOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IGNORE_USER_LOCK Call by reference Type reference (TYPE) BOOLEAN 'X' = ignoriere Sperre durch den selben User 20000417
2 Importing READONLY Call by reference Type reference (TYPE) BOOLEAN 'X' = nur lesend zugreifen 20000216
# Exception Resumable Description Created on
1 CANCELLED Operation wurde abgebrochen 20000216
2 ERROR_OCCURED Fehler beim Sperren 20000216
3 ILLEGAL_NAME Name des Control Composite ist unzulässig 20000216

Method LOCK_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IGNORE_USER_LOCK Call by reference Type reference (TYPE) BOOLEAN 'X' = ignoriere Sperre durch den selben User 20000417
2 Exporting MASTERLANG Call by reference Type reference (TYPE) TADIR-MASTERLANG Anlegesprache des Composites 20000216
3 Importing NAME Value transfer Type reference (TYPE) CC_NAME Name des Control Composites 20000216
4 Exporting PACKAGE Call by reference Type reference (TYPE) TADIR-DEVCLASS Paket des Composites 20000531
5 Changing READONLY Call by reference Type reference (TYPE) BOOLEAN 'X' = nur lesend zugreifen 20000216
# Exception Resumable Description Created on
1 CANCELLED Operation wurde abgebrochen 20000216
2 ERROR_OCCURED Fehler beim Sperren 20000216
3 ILLEGAL_NAME Name des Control Composite ist unzulässig 20000216

Method LOOKUP_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVE Call by reference Type reference (TYPE) CONTCOMP-ACTIVE 'A'=aktiv, 'I'=inaktiv, ' '= egal 20000128
2 Importing NAME Value transfer Type reference (TYPE) CC_NAME Name des Control Composites 20000128
# Exception Resumable Description Created on
1 ILLEGAL_NAME Name des Control Composite ist unzulässig 20000128
2 NOT_FOUND Control Composite existiert nicht 20000128

Method PARSE_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting XML_DOCUMENT Call by reference Object reference (TYPE REF TO) IF_IXML_DOCUMENT XML document instance 19991125
2 Importing XML_STRING Call by reference Type reference (TYPE) STRING XML description of Control Composite 19991125
# Exception Resumable Description Created on
1 NOT_PARSED XML string could not be loaded 19991125

Method READ_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IGNORE_USER_LOCK Call by reference Type reference (TYPE) BOOLEAN 'X' = ignoriere Sperre durch den selben User 20000417
2 Changing READONLY Value transfer Type reference (TYPE) BOOLEAN nicht-ändernd lesen 20000121
# Exception Resumable Description Created on
1 CANCELLED Lesen wurde abgebrochen 20000121
2 NOT_FOUND XML Dokument wurde nicht gefunden 20000121

Method READ_FROM_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FILENAME Call by reference Type reference (TYPE) STRING Kompletter File-Name 19991125
2 Exporting OUT_STRING Call by reference Type reference (TYPE) STRING String für Inhalt des Files 20000405
# Exception Resumable Description Created on
1 ERROR_READING Fehler beim Lesen des Files 19991125
2 NOT_FOUND File nicht gefunden 19991125
3 NO_FILENAME Input Parameter FILENAME nicht gegeben 19991125

Method READ_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVE Call by reference Type reference (TYPE) CONTCOMP-ACTIVE 'A'=aktiv, 'I'=inaktiv 20000124
2 Exporting COMMENT Call by reference Type reference (TYPE) CONTCOMPT-TEXT Kurztext zum Control Composite 20000126
3 Importing IGNORE_USER_LOCK Call by reference Type reference (TYPE) BOOLEAN 'X' = ignoriere Sperre durch den selben User 20000417
4 Exporting MASTERLANG Call by reference Type reference (TYPE) TADIR-MASTERLANG Originalsprache 20000121
5 Importing NAME Value transfer Type reference (TYPE) CC_NAME Name des Control Composites 19991207
6 Exporting PACKAGE Call by reference Type reference (TYPE) TADIR-DEVCLASS Paket 20000531
7 Changing READONLY Value transfer Type reference (TYPE) SCRPFLAG nicht-ändernd lesen 19991207
8 Exporting SOURCE Call by reference Type reference (TYPE) STRING XML Dokument 19991207
9 Exporting TEXT_TABLE Call by reference Type reference (TYPE) COCOTXTTAB Tabelle der Instanz-Texte 20000217
10 Exporting WA_CONTCOMP Call by reference Type reference (TYPE) CONTCOMP Header-Info zum Control Composite 20000126
# Exception Resumable Description Created on
1 CANCELLED Lesen wurde abgebrochen 19991207
2 ERROR_OCCURED Fehler beim Lesen 20000216
3 ILLEGAL_NAME Name des Composites ist unzulässig 20000128
4 NOT_FOUND Control Composite existiert nicht 19991207

Method RENDER_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing XML_DOCUMENT Call by reference Object reference (TYPE REF TO) IF_IXML_DOCUMENT XML document instance 19991125
2 Exporting XML_STRING Call by reference Type reference (TYPE) STRING XML description of Control Composite 19991125
# Exception Resumable Description Created on
1 NOT_RENDERED Fehler beim Überführen in XML-String 19991125

Method SAVE_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVE Value transfer Type reference (TYPE) CONTCOMP-ACTIVE 'A'=aktiv, 'I'=inaktiv 20000125
2 Exporting AUTHOR Call by reference Type reference (TYPE) SY-UNAME Autor 20000210
3 Importing COMMENT Call by reference Type reference (TYPE) CONTCOMPT-TEXT Kurztext zum Control Composite 20000126
4 Exporting CREATION_DATE Call by reference Type reference (TYPE) SY-DATUM Anlege-Datum 20000210
5 Exporting CREATION_TIME Call by reference Type reference (TYPE) SY-UZEIT Anlege-Zeit 20000210
6 Importing LANGUAGE Call by reference Type reference (TYPE) CONTCOMPT-SPRSL Sprache für Composite-Texte 20000126
7 Importing NAME Value transfer Type reference (TYPE) CC_NAME Control Composite: Name 19991207
8 Exporting PACKAGE Call by reference Type reference (TYPE) TADIR-DEVCLASS Paket 20000531
9 Importing SOURCE Value transfer Type reference (TYPE) STRING XML source string 19991207
10 Importing TEXT_DEL_TABLE Call by reference Type reference (TYPE) COCOTXTTAB Tabelle der zu löschenden Instanz-Texte 20000218
11 Importing TEXT_TABLE Call by reference Type reference (TYPE) COCOTXTTAB Tabelle der Instanz-Texte 20000217
# Exception Resumable Description Created on
1 CANCELLED Sichern wurde abgebrochen 19991207
2 ILLEGAL_NAME Name des Control Composite ist unzulässig 20000128
3 NOT_SAVED Fehler beim Sichern 19991207

Method SAVE_TO_DB Signature

Method SAVE_TO_DB on class CL_CONTROL_COMPOSITE has no parameter.
# Exception Resumable Description Created on
1 CANCELLED Speichern wurde abgebrochen 20000125
2 NOT_SAVED Source konnte nicht gespeichert werden 20000126

Method SET_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVE Value transfer Type reference (TYPE) CONTCOMP-ACTIVE 'A'=aktiv, 'I'=inaktiv 20000125
2 Importing OTHER_INACTIVE Value transfer Type reference (TYPE) BOOLEAN 'X' = es exist. eine inaktive Version 20000125

Method SET_ACTIVE on class CL_CONTROL_COMPOSITE has no exception.

Method SET_COMMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMMENT Call by reference Type reference (TYPE) COCOCOMMNT Kurztext zum Composite 20000121

Method SET_COMMENT on class CL_CONTROL_COMPOSITE has no exception.

Method SET_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTAINER Value transfer Object reference (TYPE REF TO) CL_GUI_CONTAINER Container Instanz-Handle 20000410

Method SET_CONTAINER on class CL_CONTROL_COMPOSITE has no exception.

Method SET_CONTROL_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTROL_TREE_NODE Value transfer Object reference (TYPE REF TO) IF_CONTROL_TREE_NODE Control-Baumknoten 20000222

Method SET_CONTROL_TREE on class CL_CONTROL_COMPOSITE has no exception.

Method SET_LANGUAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LANGUAGE Value transfer Type reference (TYPE) TADIR-MASTERLANG Originalsprache des Composites 20000608

Method SET_LANGUAGE on class CL_CONTROL_COMPOSITE has no exception.

Method SET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) CC_NAME Name des Composites 20000127

Method SET_NAME on class CL_CONTROL_COMPOSITE has no exception.

Method SET_PACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PACKAGE Value transfer Type reference (TYPE) TADIR-DEVCLASS Paket des Composites 20000531

Method SET_PACKAGE on class CL_CONTROL_COMPOSITE has no exception.

Method SET_TEXT_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing TEXT_ID Call by reference Type reference (TYPE) CONTCOMPXT-TEXT_ID Text-Id (falls leer: neuer Text) 20000218
2 Importing TEXT_STRING Call by reference Type reference (TYPE) STRING Text-String (falls leer: Text löschen) 20000218
# Exception Resumable Description Created on
1 ILLEGAL_ID Text-Id ist unzulässig (z.B. leer) 20000218
2 NOT_FOUND kein Text zur gegebenen Id gefunden 20000218

Method SET_TEXT_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TEXT_DEL_TABLE Call by reference Type reference (TYPE) COCOTXTTAB Tabelle der zu löschenden Instanztexte 20000225
2 Importing TEXT_TABLE Call by reference Type reference (TYPE) COCOTXTTAB Tabelle der Instanztexte 20000225

Method SET_TEXT_TABLES on class CL_CONTROL_COMPOSITE has no exception.

Method SET_UPDATE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing UPDATE_DATE Call by reference Type reference (TYPE) CONTCOMP-UDAT Änderungsdatum 20000124
2 Importing UPDATE_NAME Call by reference Type reference (TYPE) CONTCOMP-UNAM Name des letzten Änderers 20000124
3 Importing UPDATE_TIME Call by reference Type reference (TYPE) CONTCOMP-UTIM Änderungszeit 20000126

Method SET_UPDATE_INFO on class CL_CONTROL_COMPOSITE has no exception.

Method SET_XML_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing XML_STRING Call by reference Type reference (TYPE) STRING XML Source String 20000405

Method SET_XML_STRING on class CL_CONTROL_COMPOSITE has no exception.

Method STORE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting XML_STRING Call by reference Type reference (TYPE) STRING XML Source des Control Composites 19991119
# Exception Resumable Description Created on
1 NOT_STORED an error occured before or during storing 19991119

Method UNASSIGN_CONTROL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CONTROL Call by reference Object reference (TYPE REF TO) CL_GUI_CONTROL Instanz-Handle des Controls 19991119
2 Importing NAME Call by reference Type reference (TYPE) STRING Name des Controls 19990923
# Exception Resumable Description Created on
1 NOT_FOUND Name nicht in Tabelle gefunden 19990923
2 NO_NAME Input Parameter NAME nicht gegeben 19991025
3 TABLE_ERROR Fehler beim Löschen aus der Tabelle 19990923

Method UNASSIGN_PLUG_IN 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 Name des PlugIns 20000407
2 Exporting PLUG_IN Call by reference Object reference (TYPE REF TO) IF_CONTROL_COMPOSITE_PLUG_IN Instanz-Handle des PlugIns 20000407
# Exception Resumable Description Created on
1 NOT_FOUND Name nicht in Tabelle gefunden 20000407
2 NO_NAME Input Parameter NAME nicht gegeben 20000407
3 TABLE_ERROR Fehler beim Löschen aus der Tabelle 20000407

Method UNLOCK Signature

Method UNLOCK on class CL_CONTROL_COMPOSITE has no parameter.
# Exception Resumable Description Created on
1 ERROR_OCCURED Fehler beim Entsperren 20000321

Method UNLOCK_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Value transfer Type reference (TYPE) CC_NAME Name des Control Composites 20000203
# Exception Resumable Description Created on
1 ERROR_OCCURED Fehler beim Entsperren 20000203
2 ILLEGAL_NAME Name des Control Composite ist unzulässig 20000203

Method WRITE_TO_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FILENAME Call by reference Type reference (TYPE) STRING Komplette File-Name 19991125
2 Importing IN_STRING Call by reference Type reference (TYPE) STRING String mit Inhalt für File 20000405
# Exception Resumable Description Created on
1 ERROR_OPENING Fehler beim Öffnen des Files 19991125
2 ERROR_WRITING Fehler beim Schreiben des Files 19991125
3 NO_FILENAME Input Parameter FILENAME nicht gegeben 19991125
4 NO_STRING Input Parameter IN_STRING nicht gegeben 19991125
History
Last changed by/on SAP  20010222 
SAP Release Created in 46D