SAP ABAP Class CL_HR99S00_XML_SPLITTER (XML Tag Splitter)
Hierarchy
☛
SAP_HRRXX (Software Component) Sub component SAP_HRRXX of SAP_HR
⤷ PY-XX-RS (Application Component) Reuse Services for Country Development
⤷ P99S (Package) Southern Europe Basis
⤷ PY-XX-RS (Application Component) Reuse Services for Country Development
⤷ P99S (Package) Southern Europe Basis
Properties
Class | CL_HR99S00_XML_SPLITTER | |
Short Description | XML Tag Splitter | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | P99S | Southern Europe Basis |
Created | 20030416 | SAP |
Last change | 20030605 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | P99SG | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_HR99S00_XML_SPLITTER has no interface implemented.
Friends
Class CL_HR99S00_XML_SPLITTER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | LINEBUF | Instance attribute | Private | Type reference (TYPE) | P99SG_LONG_TXT | Output buffer | 20030416 | ||
2 | TXTBUF | Instance attribute | Private | Type reference (TYPE) | P99SG_CONTAINER | Buffer: Table of Lines | 20030416 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | GET_LINE | Instance method | Public | Method | Get the Next Buffer Line | 20030416 |
2 | IS_EMPTY | Instance method | Public | Method | Returns 'X' If the Buffer Is Empty | 20030416 |
3 | PUT_LINE | Instance method | Public | Method | Append a Line to the Buffer | 20030416 |
4 | PUT_TAB | Instance method | Public | Method | Put a Table into the Buffer | 20030416 |
Events
Class CL_HR99S00_XML_SPLITTER has no event.
Types
Class CL_HR99S00_XML_SPLITTER has no local type.
Method Signatures
Method GET_LINE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | LINE | Value transfer | Type reference (TYPE) | P99SG_LONG_TXT | Buffer line | 20030416 |
Method GET_LINE on class CL_HR99S00_XML_SPLITTER has no exception.
Method IS_EMPTY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | EMPTY | Value transfer | Type reference (TYPE) | C | 'X' if empty, ' ' otherwise | 20030416 |
Method IS_EMPTY on class CL_HR99S00_XML_SPLITTER has no exception.
Method PUT_LINE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | LINE | Call by reference | Type reference (TYPE) | P99SG_LONG_TXT | Line to be put into the buffer | 20030416 |
Method PUT_LINE on class CL_HR99S00_XML_SPLITTER has no exception.
Method PUT_TAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | BUFFER | Call by reference | Type reference (TYPE) | P99SG_CONTAINER | Buffer Table | 20030416 |
Method PUT_TAB on class CL_HR99S00_XML_SPLITTER has no exception.
History
Last changed by/on | SAP | 20030605 |
SAP Release Created in | 46C |