SAP ABAP Class J_3RF_GENERIC_PARSER (Base class for implementing parsers)
Hierarchy
☛
SAP_FIN (Software Component) SAP_FIN
⤷
FI-LOC (Application Component) Localization
⤷
J3RFTAX (Package) Tax Accounting
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_J3RF_REP_PARSER | Generic parser interface | 20120608 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | J_3RF_XMLPARSER | XML structure parser | 20120609 |
| 2 | Inheritance (c INHERITING FROM c_ref) | J_3RF_XSDPARSER | XSD Parser | 20120608 |
Properties
| Class | J_3RF_GENERIC_PARSER | |
| Short Description | Base class for implementing parsers | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | J3RFTAX | Tax Accounting |
| Created | 20120608 | SAP |
| Last change | 20130531 | 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_J3RF_REP_PARSER | Generic parser interface | 20120608 |
Friends
Class J_3RF_GENERIC_PARSER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | IF_IXML_DOCUMENT | 20120609 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_IXML_PARSER | IF_IXML_PARSER | 20120609 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | J_3RF_REPORT | Main object for xml report hierarchy | 20120609 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | STRING | 20120609 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20120609 | ||
| 2 | Static method | Public | Method | Convert textual representation of encoding to SAP encodingID | 20120608 | |
| 3 | Instance method | Protected | Method | Load given file from storage | 20120608 |
Events
Class J_3RF_GENERIC_PARSER has no event.
Types
Class J_3RF_GENERIC_PARSER has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_FILENAME | Call by reference | Type reference (TYPE) | STRING | 20120609 |
Method CONSTRUCTOR on class J_3RF_GENERIC_PARSER has no exception.
Method ENCODING_TO_SAP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_ENCODING | Call by reference | Type reference (TYPE) | STRING | 20120608 | ||||
| 2 | OUT_ENCID | Value transfer | Type reference (TYPE) | J_3RF_REP_CHARSET | SAP Character Set ID for the Report | 20120608 |
Method ENCODING_TO_SAP on class J_3RF_GENERIC_PARSER has no exception.
Method LOAD_FILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_FILENAME | Call by reference | Type reference (TYPE) | STRING | 20120608 | ||||
| 2 | OUT_CHARSET | Call by reference | Type reference (TYPE) | STRING | 20120608 | ||||
| 3 | OUT_PARSER | Call by reference | Object reference (TYPE REF TO) | IF_IXML_PARSER | IF_IXML_PARSER | 20120608 |
Method LOAD_FILE on class J_3RF_GENERIC_PARSER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 607 |