SAP ABAP Class CL_WF_CONTAINER_WRAPPER (Wrapper Class for WF Container (Definition+Runtime))
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BMT-WFM (Application Component) SAP Business Workflow
⤷
SWA (Package) Business Workflow: Expressions, binding
⤷
⤷
Properties
| Class | CL_WF_CONTAINER_WRAPPER | |
| Short Description | Wrapper Class for WF Container (Definition+Runtime) | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWA | Business Workflow: Expressions, binding |
| Created | 19990920 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_WF_CONTAINER_WRAPPER has no interface implemented.
Friends
Class CL_WF_CONTAINER_WRAPPER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | SWBCONTTAB | Container definition | 19990920 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | STRING | Title (Description) for Container | 19991110 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | SWC_ELEM | Container name | 19991110 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | SWCONTTAB | Value table | 19990920 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 19990920 | |
| 2 | Instance method | Public | Method | Delete Value of Element Without Dialog | 19991202 | |
| 3 | Instance method | Public | Method | Dialog for Copying an Element | 19991203 | |
| 4 | Instance method | Public | Method | Dialog for Creating an Element | 19991202 | |
| 5 | Instance method | Public | Method | Reduced Create Dialog (Only Scalable Types and XML) | 19991212 | |
| 6 | Instance method | Public | Method | Create Element Definition Without Dialog | 19991202 | |
| 7 | Instance method | Public | Method | Element Definition Available? | 19991206 | |
| 8 | Instance method | Public | Method | Dialog for Deleting an Element | 19991202 | |
| 9 | Instance method | Public | Method | Display an Element in Popup | 19991206 | |
| 10 | Instance method | Public | Method | Dialog for Changing an Element (Texts and Properties) | 19991206 | |
| 11 | Instance method | Public | Method | Export Element Definition | 19991202 | |
| 12 | Instance method | Public | Method | Read Value of a Container Element | 19991117 | |
| 13 | Instance method | Public | Method | Change Element Definition Without Dialog | 19991202 | |
| 14 | Instance method | Public | Method | Delete Definition (and Value) of Element Without Dialog | 19991117 | |
| 15 | Instance method | Public | Method | Dialog for Renaming an Element | 19991202 | |
| 16 | Instance method | Public | Method | Set Value of a Container Element | 19991117 | |
| 17 | Instance method | Public | Method | Reset to Initial Status | 19991110 | |
| 18 | Instance method | Public | Method | Get Container Definition | 19990920 | |
| 19 | Instance method | Public | Method | Query Value Table | 19990920 | |
| 20 | Instance method | Public | Method | Set Container Definition | 19990920 | |
| 21 | Instance method | Public | Method | Set Value Table | 19990920 |
Events
Class CL_WF_CONTAINER_WRAPPER has no event.
Types
Class CL_WF_CONTAINER_WRAPPER has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTAINER_DEFINITION | Call by reference | Type reference (TYPE) | SWBCONTTAB | Containerdefinition | 19990920 | |||
| 2 | CONTAINER_VALUES | Call by reference | Type reference (TYPE) | SWCONTTAB | Wertetabele | 19990920 | |||
| 3 | DESCRIPTION | Call by reference | Type reference (TYPE) | C | Beschreibung des Containers | 19991110 |
Method CONSTRUCTOR on class CL_WF_CONTAINER_WRAPPER has no exception.
Method ELEMENT_CLEAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT_ID | Value transfer | Type reference (TYPE) | CHAR32 | Name des Elements, dessen Wert gelöscht werden soll | 19991208 |
Method ELEMENT_CLEAR on class CL_WF_CONTAINER_WRAPPER has no exception.
Method ELEMENT_COPY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COPY_ELEMENT_ID | Value transfer | Type reference (TYPE) | SWC_ELEM | Eindeutiger Name der angefertigten Kopie | 19991206 | |||
| 2 | ELEMENT_COPIED | Call by reference | Type reference (TYPE) | XFELD | 'X' - Kopie wurde angelegt | 19991206 | |||
| 3 | ELEMENT_ID | Value transfer | Type reference (TYPE) | SWC_ELEM | Eindeutiger Name des zu kopierenden Elements | 19991206 |
Method ELEMENT_COPY on class CL_WF_CONTAINER_WRAPPER has no exception.
Method ELEMENT_CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CREATED | Call by reference | Type reference (TYPE) | XFELD | 'X' - Element angelegt, ' ' - Element nicht angelegt | 19991202 | |||
| 2 | ELEMENT_DEF | Call by reference | Type reference (TYPE) | SWCONTDEF | Definition des Elements | 19991212 | |||
| 3 | ELEMENT_ID | Call by reference | Type reference (TYPE) | SWC_ELEM | Eindeutiger Name des angelegten Elements | 19991212 |
Method ELEMENT_CREATE on class CL_WF_CONTAINER_WRAPPER has no exception.
Method ELEMENT_CREATE_RESTRICTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CREATED | Call by reference | Type reference (TYPE) | XFELD | 'X' - Element angelegt, ' ' - Element nicht angelegt | 19991212 | |||
| 2 | ELEMENT_DEF | Call by reference | Type reference (TYPE) | SWCONTDEF | Definition des Elements | 19991212 | |||
| 3 | ELEMENT_ID | Call by reference | Type reference (TYPE) | SWC_ELEM | Eindeutiger Name des angelegten Elements | 19991212 |
Method ELEMENT_CREATE_RESTRICTED on class CL_WF_CONTAINER_WRAPPER has no exception.
Method ELEMENT_DEFINE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT_DEF | Call by reference | Type reference (TYPE) | SWCONTDEF | Zu definierendes Element | 19991208 |
Method ELEMENT_DEFINE on class CL_WF_CONTAINER_WRAPPER has no exception.
Method ELEMENT_DEFINED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT_ID | Call by reference | Type reference (TYPE) | SWC_ELEM | Zu prüfendes Element | 19991206 | |||
| 2 | IS_DEFINED | Value transfer | Type reference (TYPE) | XFELD | 'X' - Elementdefinition existiert, 'X' - Element nicht def. | 19991206 |
Method ELEMENT_DEFINED on class CL_WF_CONTAINER_WRAPPER has no exception.
Method ELEMENT_DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DELETED | Value transfer | Type reference (TYPE) | XFELD | 'X' - Element wurde gelöscht. | 19991206 | |||
| 2 | ELEMENT_ID | Call by reference | Type reference (TYPE) | SWC_ELEM | Eindeutiger Name des zu löschenden Elements | 19991206 |
Method ELEMENT_DELETE on class CL_WF_CONTAINER_WRAPPER has no exception.
Method ELEMENT_DISPLAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT_ID | Call by reference | Type reference (TYPE) | SWC_ELEM | Eindeutiger Name (technisch) | 19991206 |
Method ELEMENT_DISPLAY on class CL_WF_CONTAINER_WRAPPER has no exception.
Method ELEMENT_EDIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHANGED | Call by reference | Type reference (TYPE) | XFELD | 'X' - Element geändert, ' ' - Element nicht geändert | 19991206 | |||
| 2 | ELEMENT_ID | Call by reference | Type reference (TYPE) | SWC_ELEM | Eindeutiger Name (technisch) | 19991206 | |||
| 3 | ID_CHANGED | Call by reference | Type reference (TYPE) | XFELD | 'X' - eindeutiger Name geändert, ' ' - nicht geändert | 19991206 | |||
| 4 | NEW_ELEMENT_DEF | Call by reference | Type reference (TYPE) | SWCONTDEF | Definition des elements | 20000111 | |||
| 5 | NEW_ELEMENT_ID | Call by reference | Type reference (TYPE) | SWC_ELEM | Eindeutiger Name (technisch) | 19991206 | |||
| 6 | PROPERTIES_CHANGED | Call by reference | Type reference (TYPE) | XFELD | 'X' - Meta-Eigenschaften geändert, ' ' - nicht geändert | 19991206 | |||
| 7 | TEXTS_CHANGED | Call by reference | Type reference (TYPE) | XFELD | 'X' - Name/Beschreibung geändert, ' ' - nicht geändert | 19991206 | |||
| 8 | TYPE_CHANGED | Call by reference | Type reference (TYPE) | XFELD | 'X' - Typ geändert, ' ' - nicht geändert | 19991206 | |||
| 9 | VALUE_CHANGED | Call by reference | Type reference (TYPE) | XFELD | 'X' - Wert geändert, ' ' - nicht geändert | 19991206 |
Method ELEMENT_EDIT on class CL_WF_CONTAINER_WRAPPER has no exception.
Method ELEMENT_GET_DEFINITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT_DEFINITION | Value transfer | Type reference (TYPE) | SWCONTDEF | Elementdefinition, falls vorhanden | 19991208 | |||
| 2 | ELEMENT_ID | Value transfer | Type reference (TYPE) | SWC_ELEM | Elementname | 19991208 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Element nicht definiert | 19991208 |
Method ELEMENT_GET_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT_ID | Call by reference | Type reference (TYPE) | CHAR32 | Eindeutiger Name des zu lesenden Elements | 19991208 | |||
| 2 | ELEMENT_VALUE | Value transfer | Type reference (TYPE) | ANY | Wert des Elements | 19991117 | |||
| 3 | IS_TABLE | Value transfer | Type reference (TYPE) | XFELD | Element ist mehrzeilig | 19991117 |
Method ELEMENT_GET_VALUE on class CL_WF_CONTAINER_WRAPPER has no exception.
Method ELEMENT_MODIFY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT_DEFINITION | Value transfer | Type reference (TYPE) | SWCONTDEF | Zu änderndes Element | 19991209 |
Method ELEMENT_MODIFY on class CL_WF_CONTAINER_WRAPPER has no exception.
Method ELEMENT_REMOVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT_ID | Value transfer | Type reference (TYPE) | CHAR32 | Name des zu löschenden Elements | 19991208 |
Method ELEMENT_REMOVE on class CL_WF_CONTAINER_WRAPPER has no exception.
Method ELEMENT_RENAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHANGED | Call by reference | Type reference (TYPE) | XFELD | 'X' - Name wurde geändert, ' ' - nicht geändert | 19991206 | |||
| 2 | ELEMENT_ID | Call by reference | Type reference (TYPE) | SWC_ELEM | Eindeutiger Name des Elements | 19991206 | |||
| 3 | NEW_ELEMENT_ID | Call by reference | Type reference (TYPE) | SWC_ELEM | Neuer Name des Elements | 19991206 |
Method ELEMENT_RENAME on class CL_WF_CONTAINER_WRAPPER has no exception.
Method ELEMENT_SET_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT_ID | Call by reference | Type reference (TYPE) | SWC_ELEM | Elementname (Feld oder int. Tabelle) | 19991208 | |||
| 2 | ELEMENT_VALUE | Call by reference | Type reference (TYPE) | ANY | Zu setzender Wert | 19991117 |
Method ELEMENT_SET_VALUE on class CL_WF_CONTAINER_WRAPPER has no exception.
Method FREE Signature
Method FREE on class CL_WF_CONTAINER_WRAPPER has no parameter.
Method FREE on class CL_WF_CONTAINER_WRAPPER has no exception.
Method GET_DEFINITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTAINER_DEFINITION | Value transfer | Type reference (TYPE) | SWBCONTTAB | Containerdefinition | 19990920 |
Method GET_DEFINITION on class CL_WF_CONTAINER_WRAPPER has no exception.
Method GET_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTAINER_VALUES | Value transfer | Type reference (TYPE) | SWCONTTAB | Wertetabelle | 19990920 |
Method GET_VALUES on class CL_WF_CONTAINER_WRAPPER has no exception.
Method SET_DEFINITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTAINER_DEFINITION | Call by reference | Type reference (TYPE) | SWBCONTTAB | Containerdefinition | 19990920 |
Method SET_DEFINITION on class CL_WF_CONTAINER_WRAPPER has no exception.
Method SET_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTAINER_VALUES | Call by reference | Type reference (TYPE) | SWCONTTAB | Wertetabelle | 19990920 |
Method SET_VALUES on class CL_WF_CONTAINER_WRAPPER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |