SAP ABAP Class CL_RD_EXTRACTOR_UTIL (Condition Utilities)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-XI-IBC (Application Component) Integration Builder - Configuration
⤷
SAI_CONDITION (Package) XI Conditions
⤷
⤷
Properties
| Class | CL_RD_EXTRACTOR_UTIL | |
| Short Description | Condition Utilities | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SAI_CONDITION | XI Conditions |
| Created | 20031217 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RD_EXTRACTOR_UTIL has no forward declaration.
Interfaces
Class CL_RD_EXTRACTOR_UTIL has no interface implemented.
Friends
Class CL_RD_EXTRACTOR_UTIL has no friend class.
Attributes
Class CL_RD_EXTRACTOR_UTIL has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Deserialization of Extractor | 20031218 | |
| 2 | Static method | Public | Method | Deserialization of Extractor (Recursive) | 20040109 | |
| 3 | Static method | Public | Method | Deserialization of Extractor | 20031218 | |
| 4 | Static method | Public | Method | Deserialization of Extractor | 20031218 | |
| 5 | Static method | Public | Method | Get a Value (Extractor Defined by IDs) | 20031218 | |
| 6 | Static method | Public | Method | Gets Parts of Message Required | 20031217 | |
| 7 | Static method | Public | Method | Read All Extractors of XI Object from Database | 20031218 | |
| 8 | Static method | Public | Method | Read Extractor from Database | 20031218 | |
| 9 | Static method | Public | Method | Read All Namespaces of XI Object from Database | 20031218 | |
| 10 | Static method | Public | Method | Write (Overwrite) Multiple Extractors to Database | 20031218 | |
| 11 | Static method | Public | Method | Write (Overwrite) Multiple Namespaces to Database | 20031218 |
Events
Class CL_RD_EXTRACTOR_UTIL has no event.
Types
Class CL_RD_EXTRACTOR_UTIL has no local type.
Method Signatures
Method DESERIALIZE_EXTRACTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXTRACTOR | Value transfer | Type reference (TYPE) | TRD_EXTRACTOR | XI: Extractors | 20031218 | |||
| 2 | NODE | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE | 20031218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Routing Laufzeit (Wert-Extraktion) | 20040109 |
Method DESERIALIZE_EXTRACTORS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXTRACTORID | Call by reference | Type reference (TYPE) | SAIXI_GUID | XI Laufzeit: GUID | 20040109 | |||
| 2 | EXTRACTORS | Call by reference | Type reference (TYPE) | RDT_EXTRACTOR | XI: Extractors | 20040109 | |||
| 3 | NODE | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE | 20040109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Routing Laufzeit (Wert-Extraktion) | 20040109 |
Method DESERIALIZE_NAMESPACES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAMESPACES | Value transfer | Type reference (TYPE) | RDT_NAMESPACE | XI: Namespaces | 20031218 | |||
| 2 | NODE | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE | 20031218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Routing Laufzeit (Wert-Extraktion) | 20040109 |
Method DESERIALIZE_NAMESPACES_XML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAMESPACES | Value transfer | Type reference (TYPE) | RDT_NAMESPACE | XI: Namespaces | 20031218 | |||
| 2 | XSTRING | Call by reference | Type reference (TYPE) | XSTRING | 20031218 |
Method DESERIALIZE_NAMESPACES_XML on class CL_RD_EXTRACTOR_UTIL has no exception.
Method GET_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXTRACTOR_ID | Call by reference | Type reference (TYPE) | SAIXI_GUID | XI Laufzeit: GUID | 20031218 | |||
| 2 | MESSAGE | Call by reference | Object reference (TYPE REF TO) | IF_XMS_MESSAGE_XMB | higher level message interface | 20031218 | |||
| 3 | OBJECT_ID | Call by reference | Type reference (TYPE) | SAIXI_GUID | XI Laufzeit: GUID | 20031218 | |||
| 4 | VALUE | Value transfer | Type reference (TYPE) | RD_EXTRVALUE | Extractor Wert | 20031218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Routing Laufzeit (Wert-Extraktion) | 20031218 |
Method MO_PARTS_NEEDED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTACHMENT_NEEDED | Call by reference | Type reference (TYPE) | RM_BOOLEAN | Boolscher Wert ('X'=TRUE, ' '=FALSE) | 20031217 | |||
| 2 | EXTRACTOR_TYPE | Call by reference | Type reference (TYPE) | RD_EXTRTYPE | 20031217 | ||||
| 3 | PAYLOAD_NEEDED | Call by reference | Type reference (TYPE) | RM_BOOLEAN | Boolscher Wert ('X'=TRUE, ' '=FALSE) | 20031217 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Routing Laufzeit (Wert-Extraktion) | 20031217 |
Method READ_EXTRACTORS_FROM_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXTRACTORS | Value transfer | Type reference (TYPE) | RDT_EXTRACTOR | Extractor (Typ & Value) | 20031218 | |||
| 2 | OBJECT_ID | Call by reference | Type reference (TYPE) | SAIXI_GUID | XI Laufzeit: GUID | 20031218 |
Method READ_EXTRACTORS_FROM_DB on class CL_RD_EXTRACTOR_UTIL has no exception.
Method READ_EXTRACTOR_FROM_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXTRACTOR | Value transfer | Type reference (TYPE) | TRD_EXTRACTOR | Extractor | 20031218 | |||
| 2 | EXTRACTOR_ID | Call by reference | Type reference (TYPE) | SAIXI_GUID | XI Laufzeit: GUID | 20031218 | |||
| 3 | OBJECT_ID | Call by reference | Type reference (TYPE) | SAIXI_GUID | XI Laufzeit: GUID | 20031218 |
Method READ_EXTRACTOR_FROM_DB on class CL_RD_EXTRACTOR_UTIL has no exception.
Method READ_NAMESPACES_FROM_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAMESPACES | Value transfer | Type reference (TYPE) | RDT_NAMESPACE | Namespaces | 20031218 | |||
| 2 | OBJECT_ID | Call by reference | Type reference (TYPE) | SAIXI_GUID | XI Laufzeit: GUID | 20031218 |
Method READ_NAMESPACES_FROM_DB on class CL_RD_EXTRACTOR_UTIL has no exception.
Method SAVE_EXTRACTORS_INTO_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXTRACTORS | Call by reference | Type reference (TYPE) | RDT_EXTRACTOR | Tabelle der Extractors (wie DB) | 20031218 |
Method SAVE_EXTRACTORS_INTO_DB on class CL_RD_EXTRACTOR_UTIL has no exception.
Method SAVE_NAMESPACES_INTO_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAMESPACES | Call by reference | Type reference (TYPE) | RDT_NAMESPACE | Tabelle der Namespaces | 20031218 |
Method SAVE_NAMESPACES_INTO_DB on class CL_RD_EXTRACTOR_UTIL has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 640 |