SAP ABAP Class CL_SWF_IFS_CONVERSION_BASE (Conversion of Container to Other Format)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BMT-WFM (Application Component) SAP Business Workflow
⤷
SWF_IFS (Package) Workflow: Interfaces

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SWF_IFS_CONVERSION | Conversion methods for the Container | 20031107 |
Properties
Class | CL_SWF_IFS_CONVERSION_BASE | |
Short Description | Conversion of Container to Other Format | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | T | Test Program |
Category | 0 | |
Package | SWF_IFS | Workflow: Interfaces |
Created | 20031107 | 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
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SWF_IFS_CONVERSION | Conversion methods for the Container | 20031107 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_SWF_CNT_CONTAINER | 20031107 | Container: Implementing Class |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Protected | Type reference (TYPE) | STRING | 'sap' | Namespace Prefix of Root Element | 20031117 | |
2 | ![]() |
Constant | Protected | Type reference (TYPE) | STRING | 'ifs_wf_container' | Name of Root Element for XML Display | 20031112 | |
3 | ![]() |
Constant | Protected | Type reference (TYPE) | STRING | 'sap' | Namespace Prefix of Root Element | 20031117 | |
4 | ![]() |
Constant | Protected | Type reference (TYPE) | STRING | 'http://www.sap.com/bc/bmt/wfm' | Namespace URI of Root Elements | 20031117 | |
5 | ![]() |
Static Attribute | Private | Type reference (TYPE) | SWF_T100MS | T100 Message (for Error Macros) | 20031110 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Private | Method | Fill Container Elements in Existing Parameter Container | 20031110 |
2 | ![]() |
Instance method | Public | Method | 20031113 | |
3 | ![]() |
Instance method | Public | Method | 20031113 | |
4 | ![]() |
Instance method | Public | Method | 20031110 | |
5 | ![]() |
Instance method | Public | Method | 20031128 | |
6 | ![]() |
Static method | Private | Method | Import of Elements from Internal XML Format | 20031112 |
7 | ![]() |
Instance method | Public | Method | 20031113 | |
8 | ![]() |
Instance method | Public | Method | 20031113 | |
9 | ![]() |
Instance method | Public | Method | 20031112 | |
10 | ![]() |
Instance method | Public | Method | 20031120 | |
11 | ![]() |
Instance method | Public | Method | 20031113 |
Events
Class CL_SWF_IFS_CONVERSION_BASE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TEXT_HEADER | Private | See coding | Save Language Dependent Texts in XML Doc. | 20031107 | BEGIN OF text_header,
req_langu TYPE langu,
cur_langu TYPE langu,
desc_length(3) TYPE n,
END OF text_header
|
Method Signatures
Method CONTAINER_TO_PARAM_CONTAINER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONTAINER | Call by reference | Object reference (TYPE REF TO) | IF_SWF_CNT_CONTAINER | Container, dessen Elemente transferiert werden sollen | 20031110 | ||
2 | ![]() |
NUM_ELEMENTS_IMPORTED | Call by reference | Type reference (TYPE) | INT4 | Anzahl importierter Elemente | 20031110 | ||
3 | ![]() |
PARAMETER_CONTAINER | Call by reference | Object reference (TYPE REF TO) | IF_SWF_IFS_PARAMETER_CONTAINER | Zu füllender Parameter-Container | 20031110 |
Method CONTAINER_TO_PARAM_CONTAINER on class CL_SWF_IFS_CONVERSION_BASE has no exception.
Method COPY Signature
Method COPY on class CL_SWF_IFS_CONVERSION_BASE has no parameter.
Method COPY on class CL_SWF_IFS_CONVERSION_BASE has no exception.
Method IMPORT_FROM_BOR_CONTAINER Signature
Method IMPORT_FROM_BOR_CONTAINER on class CL_SWF_IFS_CONVERSION_BASE has no parameter.
Method IMPORT_FROM_BOR_CONTAINER on class CL_SWF_IFS_CONVERSION_BASE has no exception.
Method IMPORT_FROM_IFS_XML Signature
Method IMPORT_FROM_IFS_XML on class CL_SWF_IFS_CONVERSION_BASE has no parameter.
Method IMPORT_FROM_IFS_XML on class CL_SWF_IFS_CONVERSION_BASE has no exception.
Method IMPORT_FROM_IFS_XML_SCHEMA Signature
Method IMPORT_FROM_IFS_XML_SCHEMA on class CL_SWF_IFS_CONVERSION_BASE has no parameter.
Method IMPORT_FROM_IFS_XML_SCHEMA on class CL_SWF_IFS_CONVERSION_BASE has no exception.
Method IMPORT_FROM_INTERNAL_XML Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ERROR_HANDLE | Call by reference | Object reference (TYPE REF TO) | CX_SWF_IFS_EXCEPTION | Workflow Ausnahme | 20031113 | ||
2 | ![]() |
EXPORT_PARAM | Call by reference | Type reference (TYPE) | XFELD | 'X' | 'X' - Elemente mit Eigenschaft 'Export' überschreiben | 20031112 | |
3 | ![]() |
IMPORT_PARAM | Call by reference | Type reference (TYPE) | XFELD | 'X' | 'X' - Elemente mit Eigenschaft 'Import' überschreiben | 20031112 | |
4 | ![]() |
LOCAL_ELEMENTS | Call by reference | Type reference (TYPE) | XFELD | 'X' | 'X' - locale Elemente | 20031114 | |
5 | ![]() |
NO_SYSTEM_ELEMENTS | Call by reference | Type reference (TYPE) | XFELD | 'X' | X' - Werte für Systemelemente NICHT importieren | 20031112 | |
6 | ![]() |
NUM_ELEMENTS_IMPORTED | Call by reference | Type reference (TYPE) | INT4 | Anzahl importierer Elemente | 20031112 | ||
7 | ![]() |
TARGET_CONTAINER | Call by reference | Object reference (TYPE REF TO) | IF_SWF_CNT_CONTAINER | Target-Container | 20031112 | ||
8 | ![]() |
UNDEFINED_HANDLING | Call by reference | Type reference (TYPE) | XFELD | 'X' | 'X' - Elemente ohne Definition aktzeptieren, " " -Fehler | 20031112 | |
9 | ![]() |
XML_STREAM | Call by reference | Type reference (TYPE) | XSTRING | Source-Container | 20031112 |
Method IMPORT_FROM_INTERNAL_XML on class CL_SWF_IFS_CONVERSION_BASE has no exception.
Method IMPORT_FROM_SIMPLE_CONTAINER Signature
Method IMPORT_FROM_SIMPLE_CONTAINER on class CL_SWF_IFS_CONVERSION_BASE has no parameter.
Method IMPORT_FROM_SIMPLE_CONTAINER on class CL_SWF_IFS_CONVERSION_BASE has no exception.
Method TO_BOR_CONTAINER Signature
Method TO_BOR_CONTAINER on class CL_SWF_IFS_CONVERSION_BASE has no parameter.
Method TO_BOR_CONTAINER on class CL_SWF_IFS_CONVERSION_BASE has no exception.
Method TO_IFS_XML Signature
Method TO_IFS_XML on class CL_SWF_IFS_CONVERSION_BASE has no parameter.
Method TO_IFS_XML on class CL_SWF_IFS_CONVERSION_BASE has no exception.
Method TO_IFS_XML_SCHEMA Signature
Method TO_IFS_XML_SCHEMA on class CL_SWF_IFS_CONVERSION_BASE has no parameter.
Method TO_IFS_XML_SCHEMA on class CL_SWF_IFS_CONVERSION_BASE has no exception.
Method TO_SIMPLE_CONTAINER Signature
Method TO_SIMPLE_CONTAINER on class CL_SWF_IFS_CONVERSION_BASE has no parameter.
Method TO_SIMPLE_CONTAINER on class CL_SWF_IFS_CONVERSION_BASE has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 640 |