SAP ABAP Class /IWCOR/CL_DS_EP_READER_JSON (Reader for JSON format)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-FND-CCL (Application Component) IWF Consumer Connectivity Layer
⤷
/IWCOR/SODATA_EP (Package) Entity Provider (request / response)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /IWCOR/CL_DS_EP_HELPER | Reader and writer base class | 20120110 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWCOR/IF_DS_EP_FORMAT_JSON | Common types for JSON format | 20120110 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWCOR/IF_DS_EP_READER | Entity reader | 20120110 |
Properties
| Class | /IWCOR/CL_DS_EP_READER_JSON | |
| Short Description | Reader for JSON format | |
| Super Class | /IWCOR/CL_DS_EP_HELPER | Reader and writer base class |
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /IWCOR/SODATA_EP | Entity Provider (request / response) |
| Created | 20111223 | SAP |
| Last change | 20131127 | 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) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /IWCOR/IF_DS_EP_FORMAT_JSON | Common types for JSON format | 20120110 | ||
| 2 | /IWCOR/IF_DS_EP_READER | Entity reader | 20120110 |
Friends
Class /IWCOR/CL_DS_EP_READER_JSON has no friend class.
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20120110 | |
| 2 | Static method | Public | Method | Create | 20120110 | |
| 3 | Static method | Protected | Method | Get type information | 20121218 | |
| 4 | Instance method | Protected | Method | Read all properties of complex property | 20120110 | |
| 5 | Static method | Protected | Method | Read inlinecount | 20120206 | |
| 6 | Instance method | Protected | Method | Read entity set data | 20120206 | |
| 7 | Instance method | Protected | Method | Read properties, navigation properties and metadata | 20120110 | |
| 8 | Instance method | Protected | Method | Read value of simple property | 20120110 | |
| 9 | Instance method | Protected | Method | Read simple property's value only | 20121218 |
Events
Class /IWCOR/CL_DS_EP_READER_JSON has no event.
Types
Class /IWCOR/CL_DS_EP_READER_JSON has no local type.
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class /IWCOR/CL_DS_EP_READER_JSON has no parameter.
Method CONSTRUCTOR on class /IWCOR/CL_DS_EP_READER_JSON has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_READER | Value transfer | Object reference (TYPE REF TO) | /IWCOR/IF_DS_EP_READER | OData entity reader | 20120110 |
Method CREATE on class /IWCOR/CL_DS_EP_READER_JSON has no exception.
Method GET_TYPE_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_INVALID | Call by reference | Type reference (TYPE) | ABAP_BOOL | Is invalid? | 20121218 | |||
| 2 | EV_IS_COLLECTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | Is collection type? | 20121218 | |||
| 3 | EV_NAME | Call by reference | Type reference (TYPE) | STRING | Type name | 20121218 | |||
| 4 | EV_NAMESPACE | Call by reference | Type reference (TYPE) | STRING | Type namespace | 20121218 | |||
| 5 | IV_TYPE | Call by reference | Type reference (TYPE) | STRING | Type as from JSON document | 20121218 |
Method GET_TYPE_INFO on class /IWCOR/CL_DS_EP_READER_JSON has no exception.
Method READ_COMPLEX_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_DATA | Call by reference | Type reference (TYPE) | DATA | Complex property data | 20120110 | |||
| 2 | ET_COMPONENT | Call by reference | Type reference (TYPE) | /IWCOR/IF_DS_EP_TYPES=>COMPONENT_T | Components changed | 20120206 | |||
| 3 | IO_READER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_READER | Reader for complex property | 20120110 | |||
| 4 | IT_PROPERTY | Call by reference | Type reference (TYPE) | /IWCOR/CL_DS_EP_HELPER=>PROPERTY_T | All properties of complex type | 20120110 | |||
| 5 | IV_QUALIFIED_TYPE_NAME | Call by reference | Type reference (TYPE) | STRING | Type name with namespace | 20120110 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | OData error | 20120110 | ||
| 2 | SXML Parsing Error | 20120110 |
Method READ_COUNT_AND_NEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_INLINECOUNT | Call by reference | Type reference (TYPE) | I | Inlinecount | 20120206 | |||
| 2 | EV_NEXT | Call by reference | Type reference (TYPE) | STRING | Next link | 20120206 | |||
| 3 | IO_READER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_READER | 20120206 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120206 | |||
| 2 | SXML Parsing Error | 20120206 |
Method READ_ENTITIES_INTERNAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | Entity data | 20120206 | |||
| 2 | IO_READER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_READER | Reader for entry | 20120206 | |||
| 3 | IS_ENTITY_INFO | Call by reference | Type reference (TYPE) | /IWCOR/CL_DS_EP_HELPER=>ENTITY_INFO_S | Entity type information | 20120206 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | OData error | 20120206 | ||
| 2 | SXML Parsing Error | 20120206 |
Method READ_ENTITY_INTERNAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_DATA | Call by reference | Type reference (TYPE) | DATA | Entity data | 20120110 | |||
| 2 | ES_METADATA | Call by reference | Type reference (TYPE) | /IWCOR/IF_DS_EP_TYPES=>ENTITY_METADATA_S | entity metadata | 20120110 | |||
| 3 | ET_COMPONENT | Call by reference | Type reference (TYPE) | /IWCOR/IF_DS_EP_TYPES=>COMPONENT_T | Components changed | 20120206 | |||
| 4 | IO_READER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_READER | Reader for entry | 20120110 | |||
| 5 | IS_ENTITY_INFO | Call by reference | Type reference (TYPE) | /IWCOR/CL_DS_EP_HELPER=>ENTITY_INFO_S | Entity type information | 20120110 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | OData error | 20120110 | ||
| 2 | SXML Parsing Error | 20120110 |
Method READ_SIMPLE_PROPERTY_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_VALUE | Call by reference | Type reference (TYPE) | DATA | Property value | 20120110 | |||
| 2 | IO_READER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_READER | Reader for simple property | 20120110 | |||
| 3 | IS_SIMPLE_TYPE | Call by reference | Type reference (TYPE) | TYPE_SIMPLE_S | Simple type info | 20120206 | |||
| 4 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | Property name | 20120110 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | OData error | 20120110 | ||
| 2 | SXML Parsing Error | 20120110 |
Method READ_SIMPLE_PROPERTY_VALUE_VAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_VALUE | Call by reference | Type reference (TYPE) | DATA | Property value | 20121218 | |||
| 2 | IO_READER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_READER | Reader for simple property | 20121218 | |||
| 3 | IS_SIMPLE_TYPE | Call by reference | Type reference (TYPE) | TYPE_SIMPLE_S | Simple type info | 20121218 | |||
| 4 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | Property name | 20121218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | OData error | 20121218 | ||
| 2 | SXML Parsing Error | 20121218 |
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 200 |