Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WB_PROGRAM | Workbench: Program | 19991216 |
Properties
| Class | CL_WB_CONTROL_COMPOSER | |
| Short Description | Control Composer (Workbench Tool) | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SEU_CONTROL_COMPOSER | Control Composer |
| Created | 19991216 | SAP |
| Last change | 20000405 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WB_CONTROL_COMPOSER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_WB_PROGRAM | Workbench: Program | 19991216 |
Friends
Class CL_WB_CONTROL_COMPOSER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | CC_NAME | Name of Composite To Be Edited | 20000121 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_CONTROL_COMPOSER | Control Composer Instance | 19991216 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_CONTROL_COMPOSITE | Instance of Composite To Be Edited | 20000121 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | SEU_ACTION | Editing Mode (Display, Change...) | 19991220 | |||
| 5 | Static Attribute | Private | Type reference (TYPE) | BOOLEAN | 'X'= System Distinguishes Between Active & Inactive Sources | 20000203 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | For Activators Only: Activate Control Composite | 20000207 | |
| 2 | Instance method | Public | Method | Activate Control Composites | 20000204 | |
| 3 | Static method | Private | Method | Activate Composite in Worklist | 20000204 | |
| 4 | Static method | Private | Method | Toggle Active/Inactive Status of Composite | 20000203 | |
| 5 | Static method | Public | Method | For Activators Only: Check Control Composite | 20000207 | |
| 6 | Instance method | Public | Method | Check Control Composites | 20000412 | |
| 7 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20000203 | |
| 8 | Static method | Public | Method | Copy Control Composite | 20000207 | |
| 9 | Static method | Public | Method | Create Control Composite | 20000208 | |
| 10 | Static method | Public | Method | Delete Control Composite | 20000209 | |
| 11 | Static method | Public | Method | Specify Active/Inactive Status of Composite | 20000203 | |
| 12 | Instance method | Public | Method | Return to active version | 20000608 | |
| 13 | Instance method | Public | Method | Save Control Composite to File | 19991229 | |
| 14 | Instance method | Public | Method | Load and Edit Control Composite | 20000211 | |
| 15 | Instance method | Public | Method | Get Control Composite Name | 20000131 | |
| 16 | Instance method | Public | Method | Get Control Composite Tool Instance | 20000131 | |
| 17 | Instance method | Public | Method | Get Control Composite Handle | 20000425 | |
| 18 | Instance method | Public | Event handling method | Event Handler: Refresh Main Screen | 20000113 | |
| 19 | Instance method | Public | Event handling method | Event Handler: Navigate to Plug-In | 20000413 | |
| 20 | Static method | Private | Method | Handle Internal Error | 20000225 | |
| 21 | Instance method | Public | Method | Gets Display/Change Status of Current Composite | 20000607 | |
| 22 | Static method | Public | Method | Query:Does System Distinguish Between Active/Inactive Source | 20000203 | |
| 23 | Instance method | Public | Method | Create and Load Control Composite | 20000131 | |
| 24 | Instance method | Public | Method | Save Control Composites | 20000204 | |
| 25 | Instance method | Private | Method | Edit Control Composite | 20000113 | |
| 26 | Static method | Private | Method | Add Composite to Worklist | 20000203 | |
| 27 | Instance method | Public | Method | Reload Composer Tool | 20000607 | |
| 28 | Instance method | Public | Method | Reload Control Composite | 20000225 | |
| 29 | Static method | Public | Method | Rename Control Composite | 20000210 | |
| 30 | Instance method | Public | Method | Save Control Composites | 19991229 | |
| 31 | Instance method | Public | Method | Assign Tool Instance to Control Composer | 19991227 | |
| 32 | Instance method | Public | Method | Toggle Between Active and Inactive Version | 20000224 | |
| 33 | Static method | Public | Method | Toggle Active/Inactive Status of Composite | 20000203 | |
| 34 | Instance method | Public | Method | Toggle Between Display and Change Mode | 19991229 | |
| 35 | Instance method | Public | Method | Unload Currently Loaded Control Composite | 20000131 | |
| 36 | Static method | Private | Method | Remove Composite from Worklist | 20000203 | |
| 37 | Instance method | Public | Method | Read Control Composite from File | 19991229 |
Events
Class CL_WB_CONTROL_COMPOSER has no event.
Types
Class CL_WB_CONTROL_COMPOSER has no local type.
Method Signatures
Method ACTIVATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPOSITE_NAME | Call by reference | Type reference (TYPE) | E071-OBJ_NAME | Name des zu aktivierenden Composites | 20000207 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Aktivieren | 20000207 | ||
| 2 | Composite dieses Namens wurde nicht gefunden | 20000207 |
Method ACTIVATE_COMPOSITE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LOCK | Call by reference | Type reference (TYPE) | BOOLEAN | ' ' | 'X' = Sperren nach Aktivieren | 20000216 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Aktivieren wurde abgebrochen | 20000204 | ||
| 2 | Composite konnte nicht aktiviert werden (Fehler) | 20000204 | ||
| 3 | Composite dieses Namens konnte nicht gefunden werden | 20000207 |
Method ACTIVATE_COMPOSITE_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPOSITE_NAME | Call by reference | Type reference (TYPE) | CC_NAME | Name des Composites | 20000204 | |||
| 2 | NOT_ACTIVATED | Call by reference | Type reference (TYPE) | BOOLEAN | 'X' = Fehler muss angezeigt werden | 20000204 | |||
| 3 | WB_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_WB_MANAGER | Instanz des Workbench Managers | 20000417 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Eintragen in Arbeitsbereich | 20000204 |
Method CALC_COMPOSITE_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACTIVE | Call by reference | Type reference (TYPE) | CONTCOMP-ACTIVE | 'A' = aktiv, 'I' = inaktiv | 20000203 | |||
| 2 | COMPOSITE_NAME | Call by reference | Type reference (TYPE) | CC_NAME | Name des Composites | 20000203 | |||
| 3 | MODE | Call by reference | Type reference (TYPE) | C | Parameter fuer Funkt'baustein | 20000203 | |||
| 4 | OTHER_INACTIVE | Call by reference | Type reference (TYPE) | BOOLEAN | 'X' = exist. fremde inaktive Source | 20000203 |
Method CALC_COMPOSITE_ACTIVE on class CL_WB_CONTROL_COMPOSER has no exception.
Method CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHECKLIST | Call by reference | Object reference (TYPE REF TO) | CL_WB_CHECKLIST | Fehlerobjekt für Prüfergebnisse | 20000207 | |||
| 2 | COMPOSITE_NAME | Call by reference | Type reference (TYPE) | E071-OBJ_NAME | Name des zu aktivierenden Composites | 20000207 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Aktivieren | 20000207 | ||
| 2 | Composite dieses Namens wurde nicht gefunden | 20000207 |
Method CHECK_COMPOSITE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHECKLIST | Call by reference | Object reference (TYPE REF TO) | CL_WB_CHECKLIST | Fehlerobjekt für Prüfergebnisse | 20000412 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Prüfen | 20000412 | ||
| 2 | Control Composite enthält Fehler | 20000417 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_WB_CONTROL_COMPOSER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WB_CONTROL_COMPOSER has no exception.
Method COPY_COMPOSITE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACTIVE | Call by reference | Type reference (TYPE) | CONTCOMP-ACTIVE | 'A' = aktive Source; 'I'=inaktive Source; ' '=beide | 20000210 | |||
| 2 | SOURCE_COMPOSITE_NAME | Call by reference | Type reference (TYPE) | CC_NAME | Name des Quell-Composites | 20000207 | |||
| 3 | TARGET_COMPOSITE_NAME | Call by reference | Type reference (TYPE) | CC_NAME | Name des Ziel-Composites | 20000207 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Lesen wurde abgebrochen | 20000207 | ||
| 2 | Fehler beim Anlegen oder Lesen | 20000207 | ||
| 3 | Composite-Name ist unzulässig | 20000207 | ||
| 4 | Composite mit diesem Namen nicht gefunden | 20000207 |
Method CREATE_COMPOSITE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPOSITE_NAME | Call by reference | Type reference (TYPE) | CC_NAME | Name des Composites | 20000208 | |||
| 2 | CONTROL_COMPOSITE | Call by reference | Object reference (TYPE REF TO) | CL_CONTROL_COMPOSITE | Neue Composite Instanz | 20000209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Anlegen wurde abgebrochen | 20000208 | ||
| 2 | Fehler beim Anlegen | 20000208 | ||
| 3 | Composite-Name ist unzulässig | 20000208 |
Method DELETE_COMPOSITE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPOSITE_NAME | Call by reference | Type reference (TYPE) | CC_NAME | Name des Composites | 20000209 | |||
| 2 | CORR_REQUEST_ID | Value transfer | Type reference (TYPE) | TRKORR | Korrekturnummer | 20000720 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Anlegen wurde abgebrochen | 20000209 | ||
| 2 | Fehler beim Löschen | 20000209 | ||
| 3 | Composite-Name ist unzulässig | 20000209 |
Method DETERMINE_COMPOSITE_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACTIVE | Call by reference | Type reference (TYPE) | CONTCOMP-ACTIVE | 'A' = aktiv, 'I' = inaktiv | 20000203 | |||
| 2 | COMPOSITE_NAME | Call by reference | Type reference (TYPE) | CC_NAME | Name des Composites | 20000203 | |||
| 3 | OTHER_INACTIVE | Call by reference | Type reference (TYPE) | BOOLEAN | 'X' = exist. fremde inaktive Source | 20000203 | |||
| 4 | READONLY | Call by reference | Type reference (TYPE) | BOOLEAN | 'X' = Source nur lesen | 20000203 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Composite Name ist unzulässig | 20000203 |
Method DISCARD_INACTIVE Signature
Method DISCARD_INACTIVE on class CL_WB_CONTROL_COMPOSER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation wurde abgebrochen | 20000608 | ||
| 2 | Operation konnte nicht ausgeführt werden (Fehler) | 20000608 | ||
| 3 | es existiert keine inaktive Version | 20000608 |
Method DOWNLOAD_COMPOSITE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPOSITE_NAME | Call by reference | Type reference (TYPE) | CC_NAME | File-Name des Control Composites | 20000119 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Control Composite existiert nicht | 20000128 | ||
| 2 | Fehler beim Download | 19991229 |
Method EDIT_COMPOSITE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPOSITE_NAME | Call by reference | Type reference (TYPE) | CC_NAME | Name des Control Composites | 20000211 | |||
| 2 | CONTROL_COMPOSITE | Call by reference | Object reference (TYPE REF TO) | CL_CONTROL_COMPOSITE | neue Control Composite Instanz | 20000211 | |||
| 3 | IS_INITIAL | Call by reference | Type reference (TYPE) | BOOLEAN | ' ' | 'X' = Composite ist frisch erzeugt | 20000211 | ||
| 4 | READONLY | Call by reference | Type reference (TYPE) | BOOLEAN | 'X'= nur Lesezugriff | 20000211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Lesen wurde abgebrochen | 20000211 | ||
| 2 | Fehler beim Anlegen oder Lesen | 20000211 | ||
| 3 | Composite-Name ist unzulässig | 20000211 | ||
| 4 | Composite mit diesem Namen nicht gefunden | 20000211 |
Method GET_COMPOSITE_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPOSITE_NAME | Value transfer | Type reference (TYPE) | CC_NAME | Name des momentan geladenen Composites | 20000131 |
Method GET_COMPOSITE_NAME on class CL_WB_CONTROL_COMPOSER has no exception.
Method GET_CONTROL_COMPOSER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTROL_COMPOSER | Value transfer | Object reference (TYPE REF TO) | CL_CONTROL_COMPOSER | Tool Instanz | 20000131 |
Method GET_CONTROL_COMPOSER on class CL_WB_CONTROL_COMPOSER has no exception.
Method GET_CONTROL_COMPOSITE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTROL_COMPOSITE | Value transfer | Object reference (TYPE REF TO) | CL_CONTROL_COMPOSITE | Instanz-Handle des momentan geladenen Composites | 20000425 |
Method GET_CONTROL_COMPOSITE on class CL_WB_CONTROL_COMPOSER has no exception.
Method HANDLE_COMPOSER_MODIFIED Signature
Method HANDLE_COMPOSER_MODIFIED on class CL_WB_CONTROL_COMPOSER has no parameter.
Method HANDLE_COMPOSER_MODIFIED on class CL_WB_CONTROL_COMPOSER has no exception.
Method HANDLE_COMPOSER_NAVIGATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE | Call by reference | Type reference (TYPE) | 20000413 |
Method HANDLE_COMPOSER_NAVIGATION on class CL_WB_CONTROL_COMPOSER has no exception.
Method HANDLE_ERROR Signature
Method HANDLE_ERROR on class CL_WB_CONTROL_COMPOSER has no parameter.
Method HANDLE_ERROR on class CL_WB_CONTROL_COMPOSER has no exception.
Method IS_READONLY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | READONLY | Value transfer | Type reference (TYPE) | BOOLEAN | 'X' = Composite nur anzeigen | 20000607 |
Method IS_READONLY on class CL_WB_CONTROL_COMPOSER has no exception.
Method IS_WITH_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | WITH_ACTIVE | Value transfer | Type reference (TYPE) | BOOLEAN | 'X' = aktive und inaktive Sourcen, ' ' = nur aktive S. | 20000203 |
Method IS_WITH_ACTIVE on class CL_WB_CONTROL_COMPOSER has no exception.
Method LOAD_COMPOSITE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPOSITE_NAME | Call by reference | Type reference (TYPE) | CC_NAME | Name des Control Composites | 20000131 | |||
| 2 | CONTROL_COMPOSITE | Call by reference | Object reference (TYPE REF TO) | CL_CONTROL_COMPOSITE | neue Control Composite Instanz | 20000131 | |||
| 3 | IS_INITIAL | Call by reference | Type reference (TYPE) | BOOLEAN | ' ' | 'X' = Composite ist frisch erzeugt | 20000209 | ||
| 4 | READONLY | Call by reference | Type reference (TYPE) | BOOLEAN | 'X'= nur Lesezugriff | 20000131 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Lesen wurde abgebrochen | 20000131 | ||
| 2 | Fehler beim Anlegen oder Lesen | 20000131 | ||
| 3 | Composite-Name ist unzulässig | 20000203 | ||
| 4 | Composite mit diesem Namen nicht gefunden | 20000131 |
Method POSSIBLY_SAVE_COMPOSITE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DID_SAVE | Call by reference | Type reference (TYPE) | BOOLEAN | 'X' = es wurde gesichert | 20000322 | |||
| 2 | POPUP_TITLE | Call by reference | Type reference (TYPE) | STRING | ' ' | wenn leer, kein Abfrage-Popup | 20000216 | ||
| 3 | UNLOCK | Call by reference | Type reference (TYPE) | BOOLEAN | ' ' | 'X' = Entsperren nach Sichern | 20000204 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Speichern wurde abgebrochen (Benutzer-Eingabe) | 20000204 | ||
| 2 | Es soll nicht gespeichert werden (Benutzer-Eingabe) | 20000204 | ||
| 3 | Composite wurde nicht gespeichert (Fehler) | 20000204 |
Method PROCESS_COMPOSITE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_WB_DATA_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_WB_DATA_CONTAINER | Data Container | 20000720 | |||
| 2 | P_WB_REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_WB_REQUEST | Request | 20000113 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Aktion wurde abgebrochen | 20000113 | ||
| 2 | Fehler bei Requestbearbeitung aufgetreten | 20000113 | ||
| 3 | Objekt nicht gefunden | 20000113 | ||
| 4 | Werkzeug unterstützt die Operation nicht | 20000113 | ||
| 5 | fehlende Berechtigung | 20000113 | ||
| 6 | Programmzustand paßt nicht zum Werkzeug | 20000113 |
Method REGISTER_COMPOSITE_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPOSITE_NAME | Call by reference | Type reference (TYPE) | CC_NAME | Name des Composites | 20000203 | |||
| 2 | IS_DELETED | Call by reference | Type reference (TYPE) | BOOLEAN | 'X' = Source ist gelöscht | 20000203 | |||
| 3 | REGISTERED | Call by reference | Type reference (TYPE) | BOOLEAN | 'X' = Composite wurde erfolgreich eingetragen | 20000203 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Eintragen in Arbeitsbereich | 20000203 |
Method RELOAD_COMPOSER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | READONLY | Call by reference | Type reference (TYPE) | BOOLEAN | 'X' = nur lesend anzeigen | 20000607 |
Method RELOAD_COMPOSER on class CL_WB_CONTROL_COMPOSER has no exception.
Method RELOAD_COMPOSITE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACTIVE | Call by reference | Type reference (TYPE) | CONTCOMP-ACTIVE | Aktivierungs-Status | 20000225 | |||
| 2 | DELAYED | Call by reference | Type reference (TYPE) | BOOLEAN | ' ' | wenn TRUE, Composer Tool nicht umschalten | 20000607 | ||
| 3 | NEW_READONLY | Call by reference | Type reference (TYPE) | BOOLEAN | 'X'= nur Lesezugriff | 20000225 | |||
| 4 | OLD_READONLY | Call by reference | Type reference (TYPE) | BOOLEAN | voriger Lese-Modus | 20000225 | |||
| 5 | OTHER_INACTIVE | Call by reference | Type reference (TYPE) | BOOLEAN | ' ' | 'X' = es existiert eine inaktive Fassung | 20000225 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Lesen wurde abgebrochen | 20000225 | ||
| 2 | Fehler beim Anlegen oder Lesen | 20000225 | ||
| 3 | Composite-Name ist unzulässig | 20000225 | ||
| 4 | Composite mit diesem Namen nicht gefunden | 20000225 |
Method RENAME_COMPOSITE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SOURCE_COMPOSITE_NAME | Call by reference | Type reference (TYPE) | CC_NAME | Name des Quell-Composites | 20000210 | |||
| 2 | TARGET_COMPOSITE_NAME | Call by reference | Type reference (TYPE) | CC_NAME | Name des Ziel-Composites | 20000210 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Umbenennen wurde abgebrochen | 20000210 | ||
| 2 | Fehler beim Anlegen oder Lesen | 20000210 | ||
| 3 | Composite-Name ist unzulässig | 20000210 | ||
| 4 | Composite mit diesem Namen nicht gefunden | 20000210 |
Method SAVE_COMPOSITE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | UNLOCK | Call by reference | Type reference (TYPE) | BOOLEAN | ' ' | 'X' = Entsperren nach Sichern | 20000131 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Speichern wurde abgebrochen (im Transportwesen) | 19991229 | ||
| 2 | Composite wurde nicht gespeichert (Fehler) | 19991229 |
Method SET_CONTROL_COMPOSER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTROL_COMPOSER | Call by reference | Object reference (TYPE REF TO) | CL_CONTROL_COMPOSER | Tool Instanz | 19991227 |
Method SET_CONTROL_COMPOSER on class CL_WB_CONTROL_COMPOSER has no exception.
Method TOGGLE_ACTIVE_INACTIVE Signature
Method TOGGLE_ACTIVE_INACTIVE on class CL_WB_CONTROL_COMPOSER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation wurde abgebrochen | 20000224 | ||
| 2 | Operation konnte nicht ausgeführt werden (Fehler) | 20000224 | ||
| 3 | es existiert keine aktive Version | 20000224 | ||
| 4 | es existiert keine inaktive Version | 20000224 |
Method TOGGLE_COMPOSITE_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACTIVE | Call by reference | Type reference (TYPE) | CONTCOMP-ACTIVE | 'A' = aktiv, 'I' = inaktiv | 20000203 | |||
| 2 | COMPOSITE_NAME | Call by reference | Type reference (TYPE) | CC_NAME | Name des Composites | 20000203 | |||
| 3 | OTHER_INACTIVE | Call by reference | Type reference (TYPE) | BOOLEAN | 'X' = exist. fremde inaktive Source | 20000203 | |||
| 4 | READONLY | Call by reference | Type reference (TYPE) | BOOLEAN | 'X' = Source nur lesen | 20000203 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Composite Name ist unzulässig | 20000203 |
Method TOGGLE_DISPLAY_EDIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACTIVE | Call by reference | Type reference (TYPE) | CONTCOMP-ACTIVE | ' ' | wenn gegeben, Aktiv-Status nicht neu bestimmen | 20000225 | ||
| 2 | DELAYED | Call by reference | Type reference (TYPE) | BOOLEAN | ' ' | wenn TRUE, Composer Tool nicht umschalten | 20000607 |
Method TOGGLE_DISPLAY_EDIT on class CL_WB_CONTROL_COMPOSER has no exception.
Method UNLOAD_COMPOSITE Signature
Method UNLOAD_COMPOSITE on class CL_WB_CONTROL_COMPOSER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Anlegen oder Lesen | 20000131 |
Method UNREGISTER_COMPOSITE_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPOSITE_NAME | Call by reference | Type reference (TYPE) | CC_NAME | Name des Composites | 20000203 | |||
| 2 | IMMEDIATE | Call by reference | Type reference (TYPE) | BOOLEAN | 'X' = sofort austragen (z.B. nach Aktivieren) | 20000203 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Eintragen in Arbeitsbereich | 20000203 |
Method UPLOAD_COMPOSITE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPOSITE_NAME | Call by reference | Type reference (TYPE) | CC_NAME | File-Name des Control Composites | 20000119 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Composite wurde nicht gesichert (Fehler) | 19991229 |
History
| Last changed by/on | SAP | 20000405 |
| SAP Release Created in | 46D |