SAP ABAP Class CL_APB_ISR_XML_DOCUMENT (Handling XML Document)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-MUS-LP (Application Component) Launchpad
⤷
APB_ISR (Package) Internal Service Request on ABA
⤷
⤷
Properties
| Class | CL_APB_ISR_XML_DOCUMENT | |
| Short Description | Handling XML Document | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_ISR | Internal Service Request on ABA |
| Created | 20090105 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_APB_ISR_XML_DOCUMENT has no forward declaration.
Interfaces
Class CL_APB_ISR_XML_DOCUMENT has no interface implemented.
Friends
Class CL_APB_ISR_XML_DOCUMENT 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) | APB_ISR_MODE | Mode | 20090107 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | APB_ISR_OBJECTID | Object ID | 20090107 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | I | 20090107 | ||||
| 4 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | IF_IXML_DOCUMENT | 20090107 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_IXML | IF_IXML | 20090107 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_IXML_STREAM_FACTORY | IF_IXML_STREAM_FACTORY | 20090107 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | TT_XML | 20090107 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20090105 | |
| 2 | Static method | Public | Method | 20090105 | ||
| 3 | Static method | Public | Method | 20090107 | ||
| 4 | Instance method | Public | Method | 20090108 | ||
| 5 | Instance method | Public | Method | 20090107 | ||
| 6 | Instance method | Public | Method | 20090107 | ||
| 7 | Instance method | Public | Method | 20090107 | ||
| 8 | Static method | Public | Method | 20090107 | ||
| 9 | Static method | Public | Method | 20090105 | ||
| 10 | Instance method | Public | Method | 20090107 | ||
| 11 | Instance method | Public | Method | 20090107 | ||
| 12 | Instance method | Public | Method | 20090107 | ||
| 13 | Instance method | Public | Method | 20090107 | ||
| 14 | Instance method | Public | Method | 20090107 | ||
| 15 | Instance method | Public | Method | 20090107 |
Events
Class CL_APB_ISR_XML_DOCUMENT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_XML | Public | See coding | 20090107 | tt_xml TYPE TABLE OF t_xml_line
|
||
| 2 | T_XML_LINE | Public | See coding | 20090107 | BEGIN OF t_xml_line,
line(256) TYPE x,
END OF t_xml_line
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_MODE | Call by reference | Type reference (TYPE) | APB_ISR_MODE | Mode | 20090105 | |||
| 2 | ID_OBJECT_ID | Call by reference | Type reference (TYPE) | APB_ISR_OBJECTID | Object ID | 20090105 |
Method CONSTRUCTOR on class CL_APB_ISR_XML_DOCUMENT has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CD_OBJECT_ID | Call by reference | Type reference (TYPE) | APB_ISR_OBJECTID | Object ID | 20090112 | |||
| 2 | ER_ISR_XML_DOCUMENT | Call by reference | Object reference (TYPE REF TO) | CL_APB_ISR_XML_DOCUMENT | Handling XML Document | 20090105 | |||
| 3 | ID_MODE | Call by reference | Type reference (TYPE) | APB_ISR_MODE | Mode | 20090105 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090115 |
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ED_DELETED_OK | Call by reference | Type reference (TYPE) | APB_ISR_FLAG | 20090114 | ||||
| 2 | ID_OBJECT_ID | Call by reference | Type reference (TYPE) | APB_ISR_OBJECTID | Object ID | 20090107 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090115 |
Method GET_DATA_FROM_DOM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_GENERAL_DATA | Call by reference | Type reference (TYPE) | APB_ISR_S_GENERAL_PARAM | General data | 20090108 | |||
| 2 | ET_EXTERNAL_DATA | Call by reference | Type reference (TYPE) | APB_ISR_T_SPECIAL_PARAM | Index, Name, Value of a field | 20090108 | |||
| 3 | ET_SPECIAL_DATA | Call by reference | Type reference (TYPE) | APB_ISR_T_SPECIAL_PARAM | Index, Name, Value of a field | 20090108 |
Method GET_DATA_FROM_DOM on class CL_APB_ISR_XML_DOCUMENT has no exception.
Method GET_DATA_FROM_XML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_GENERAL_DATA | Call by reference | Type reference (TYPE) | APB_ISR_S_GENERAL_PARAM | General data | 20090107 | |||
| 2 | ET_EXTERNAL_DATA | Call by reference | Type reference (TYPE) | APB_ISR_T_SPECIAL_PARAM | Index, Name, Value of a field | 20090107 | |||
| 3 | ET_SPECIAL_DATA | Call by reference | Type reference (TYPE) | APB_ISR_T_SPECIAL_PARAM | Index, Name, Value of a field | 20090107 |
Method GET_DATA_FROM_XML on class CL_APB_ISR_XML_DOCUMENT has no exception.
Method GET_DOM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_ISR_XML_DOM | Call by reference | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | IF_IXML_DOCUMENT | 20090107 |
Method GET_DOM on class CL_APB_ISR_XML_DOCUMENT has no exception.
Method GET_XML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ED_SIZE | Call by reference | Type reference (TYPE) | I | 20090107 | ||||
| 2 | ET_XML | Call by reference | Type reference (TYPE) | TT_XML | 20090107 |
Method GET_XML on class CL_APB_ISR_XML_DOCUMENT has no exception.
Method READ_FOR_CHANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_ISR_XML_DOCUMENT | Call by reference | Object reference (TYPE REF TO) | CL_APB_ISR_XML_DOCUMENT | Handling XML Document | 20090107 | |||
| 2 | ID_MODE | Call by reference | Type reference (TYPE) | APB_ISR_MODE | Mode | 20090107 | |||
| 3 | ID_OBJECT_ID | Call by reference | Type reference (TYPE) | APB_ISR_OBJECTID | Object ID | 20090107 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090114 |
Method READ_FOR_DISPLAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_ISR_XML_DOCUMENT | Call by reference | Object reference (TYPE REF TO) | CL_APB_ISR_XML_DOCUMENT | Handling XML Document | 20090105 | |||
| 2 | ID_MODE | Call by reference | Type reference (TYPE) | APB_ISR_MODE | Mode | 20090105 | |||
| 3 | ID_OBJECT_ID | Call by reference | Type reference (TYPE) | APB_ISR_OBJECTID | Object ID | 20090105 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090114 |
Method SAVE Signature
Method SAVE on class CL_APB_ISR_XML_DOCUMENT has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090115 |
Method SET_DOM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_ISR_XML_DOM | Call by reference | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | IF_IXML_DOCUMENT | 20090107 |
Method SET_DOM on class CL_APB_ISR_XML_DOCUMENT has no exception.
Method SET_DOM_FROM_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_GENERAL_DATA | Call by reference | Type reference (TYPE) | APB_ISR_S_GENERAL_PARAM | General data | 20090107 | |||
| 2 | IT_EXTERNAL_DATA | Call by reference | Type reference (TYPE) | APB_ISR_T_SPECIAL_PARAM | Index, Name, Value of a field | 20090107 | |||
| 3 | IT_SPECIAL_DATA | Call by reference | Type reference (TYPE) | APB_ISR_T_SPECIAL_PARAM | Index, Name, Value of a field | 20090107 |
Method SET_DOM_FROM_DATA on class CL_APB_ISR_XML_DOCUMENT has no exception.
Method SET_DOM_FROM_XML Signature
Method SET_DOM_FROM_XML on class CL_APB_ISR_XML_DOCUMENT has no parameter.
Method SET_DOM_FROM_XML on class CL_APB_ISR_XML_DOCUMENT has no exception.
Method SET_XML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_SIZE | Call by reference | Type reference (TYPE) | I | 20090107 | ||||
| 2 | IT_XML | Call by reference | Type reference (TYPE) | TT_XML | 20090107 |
Method SET_XML on class CL_APB_ISR_XML_DOCUMENT has no exception.
Method SET_XML_FROM_DOM Signature
Method SET_XML_FROM_DOM on class CL_APB_ISR_XML_DOCUMENT has no parameter.
Method SET_XML_FROM_DOM on class CL_APB_ISR_XML_DOCUMENT has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 720 |