SAP ABAP Class /IWFND/CL_OCI_PARSER (OCI Odata Parser)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-GW-LCP (Application Component) Gateway Local content providers
⤷
/IWFND/OCI (Package) Odata Consumption Integration - Needed for /IWBEP/OCI...
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWFND/IF_OCI_PARSER_WRAPPER | Wrapper Class for OData Parser | 20121015 |
Properties
| Class | /IWFND/CL_OCI_PARSER | |
| Short Description | OCI Odata Parser | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /IWFND/OCI | Odata Consumption Integration - Needed for /IWBEP/OCI... |
| Created | 20121015 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /IWFND/CL_OCI_PARSER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /IWFND/IF_OCI_PARSER_WRAPPER | Wrapper Class for OData Parser | 20121015 |
Friends
Class /IWFND/CL_OCI_PARSER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TY_T_UNREC | 20121015 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Compose unrecognized characters by parser | 20121015 | |
| 2 | Instance method | Public | Method | 20130425 | ||
| 3 | Instance method | Public | Method | 20121015 | ||
| 4 | Instance method | Public | Method | 20121015 | ||
| 5 | Instance method | Public | Method | Replace unrecognized characters | 20121015 |
Events
Class /IWFND/CL_OCI_PARSER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_UNREC | Public | See coding | 20121015 | BEGIN OF ty_s_unrec,
actual TYPE string,
expected TYPE string,
END OF ty_s_unrec
|
||
| 2 | TY_T_UNREC | Public | See coding | 20121015 | ty_t_unrec TYPE STANDARD TABLE OF ty_s_unrec WITH NON-UNIQUE DEFAULT KEY
|
Method Signatures
Method COMPOSE_UNRECOGNIZED Signature
Method COMPOSE_UNRECOGNIZED on class /IWFND/CL_OCI_PARSER has no parameter.
Method COMPOSE_UNRECOGNIZED on class /IWFND/CL_OCI_PARSER has no exception.
Method GET_ERROR_TEXT Signature
Method GET_ERROR_TEXT on class /IWFND/CL_OCI_PARSER has no parameter.
Method GET_ERROR_TEXT on class /IWFND/CL_OCI_PARSER has no exception.
Method GET_FEED Signature
Method GET_FEED on class /IWFND/CL_OCI_PARSER has no parameter.
Method GET_FEED on class /IWFND/CL_OCI_PARSER has no exception.
Method GET_METADATA Signature
Method GET_METADATA on class /IWFND/CL_OCI_PARSER has no parameter.
Method GET_METADATA on class /IWFND/CL_OCI_PARSER has no exception.
Method REPLACE_UNRECOGNIZED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_METADATA_XS | Call by reference | Type reference (TYPE) | XSTRING | 20121015 |
Method REPLACE_UNRECOGNIZED on class /IWFND/CL_OCI_PARSER has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 250 |