SAP ABAP Class /IWCOR/CL_ATOM_BASE_PROV (Atom base entity provider)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-FND-CCL (Application Component) IWF Consumer Connectivity Layer
⤷
/IWCOR/SATOM_CORE (Package) ATOM Library core
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /IWCOR/CL_REST_ENTITY_PROVIDER | REST Entity Provider | 20100811 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /IWCOR/CL_APP_CATEGORIES_PROV | Atom feed | 20100811 |
| 2 | Inheritance (c INHERITING FROM c_ref) | /IWCOR/CL_APP_SERVICE_PROV | Atom feed | 20100811 |
| 3 | Inheritance (c INHERITING FROM c_ref) | /IWCOR/CL_ATOM_ENTRY_PROV | Atom entry | 20100811 |
| 4 | Inheritance (c INHERITING FROM c_ref) | /IWCOR/CL_ATOM_ERROR_PROV | Atom ST error provider | 20101015 |
| 5 | Inheritance (c INHERITING FROM c_ref) | /IWCOR/CL_ATOM_FEED_PROV | Atom feed | 20100811 |
| 6 | Inheritance (c INHERITING FROM c_ref) | /IWCOR/CL_OPENSRCH_DESRC_PROV | Atom feed | 20100811 |
Properties
| Class | /IWCOR/CL_ATOM_BASE_PROV | |
| Short Description | Atom base entity provider | |
| Super Class | /IWCOR/CL_REST_ENTITY_PROVIDER | REST Entity Provider |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /IWCOR/SATOM_CORE | ATOM Library core |
| Created | 20100810 | 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) |
Interfaces
Class /IWCOR/CL_ATOM_BASE_PROV has no interface implemented.
Friends
Class /IWCOR/CL_ATOM_BASE_PROV has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | 'IT_NAMESPACE_DECLARATION' | Transformation parameter namespace | 20100818 | ||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'full' | 20111005 | |||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'no' | 20111005 | |||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'without_encoding' | 20111005 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Data reference | 20100818 | |||
| 6 | Instance attribute | Protected | Object reference (TYPE REF TO) | /IWCOR/CL_ATOM_ST_PARAMETER | ATOM ST parameter | 20110218 | |||
| 7 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SXML_READER | SXML Reader Interface | 20100818 | |||
| 8 | Instance attribute | Protected | Type reference (TYPE) | /IWCOR/IF_ATOM_TYPES=>NAMESPACE_T | Namespace predeclarations | 20100811 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | STRING | Name of data structure | 20100818 | |||
| 10 | Instance attribute | Protected | Type reference (TYPE) | STRING | 20111005 |
Methods
Events
Class /IWCOR/CL_ATOM_BASE_PROV has no event.
Types
Class /IWCOR/CL_ATOM_BASE_PROV has no local type.
Method Signatures
Method BEFORE_RAISE_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_EXCEPTION | Value transfer | Object reference (TYPE REF TO) | /IWCOR/CX_REST_EXCEPTION | REST Exception | 20101015 |
Method BEFORE_RAISE_EXCEPTION on class /IWCOR/CL_ATOM_BASE_PROV has no exception.
Method CALL_TRANSFORMATION_READ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CALLBACK | Call by reference | Object reference (TYPE REF TO) | /IWCOR/IF_ATOM_ST_CALLBACK | Callback | 20101015 | |||
| 2 | IO_READER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_READER | SXML Reader | 20101015 | |||
| 3 | IT_RESULT | Call by reference | Type reference (TYPE) | ABAP_TRANS_RESBIND_TAB | Result | 20101015 | |||
| 4 | IV_ST_NAME | Call by reference | Type reference (TYPE) | STRING | Transformation Name | 20101015 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SXML Root Exception | 20120813 | ||
| 2 | General Error When Performing CALL TRANSFORMATION | 20101015 |
Method CALL_TRANSFORMATION_WRITE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CALLBACK | Call by reference | Object reference (TYPE REF TO) | /IWCOR/IF_ATOM_ST_CALLBACK | Callback | 20101015 | |||
| 2 | IO_WRITER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_WRITER | SXML Writer | 20101015 | |||
| 3 | IT_SOURCE | Call by reference | Type reference (TYPE) | ABAP_TRANS_SRCBIND_TAB | Source | 20101015 | |||
| 4 | IV_ST_NAME | Call by reference | Type reference (TYPE) | STRING | Transformation Name | 20101015 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SXML Root Exception | 20120813 | ||
| 2 | General Error When Performing CALL TRANSFORMATION | 20101015 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ENTITY | Call by reference | Object reference (TYPE REF TO) | /IWCOR/IF_REST_ENTITY | 20100811 | ||||
| 2 | IO_READER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_READER | Reader | 20100818 | |||
| 3 | IT_NAMESPACE_PREDECLARATION | Call by reference | Type reference (TYPE) | /IWCOR/IF_ATOM_TYPES=>NAMESPACE_T | Namespace predeclarations | 20100818 | |||
| 4 | IV_STRUCTURE_NAME | Call by reference | Type reference (TYPE) | STRING | Data structure name | 20100818 |
Method CONSTRUCTOR on class /IWCOR/CL_ATOM_BASE_PROV has no exception.
Method CREATE_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ERROR | Call by reference | Object reference (TYPE REF TO) | CX_DYNAMIC_CHECK | Dynamic Error | 20120813 | |||
| 2 | RO_EXCEPTION | Value transfer | Object reference (TYPE REF TO) | /IWCOR/CX_REST_EXCEPTION | REST Exception | 20101015 |
Method CREATE_EXCEPTION on class /IWCOR/CL_ATOM_BASE_PROV has no exception.
Method DESERIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Data reference | 20100818 | |||
| 2 | IO_PARAMETER | Call by reference | Object reference (TYPE REF TO) | /IWCOR/CL_ATOM_ST_PARAMETER | 20110218 |
Method DESERIALIZE on class /IWCOR/CL_ATOM_BASE_PROV has no exception.
Method GET_STRUCTURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_DATA | Call by reference | Type reference (TYPE) | DATA | Structure data | 20100818 |
Method GET_STRUCTURE on class /IWCOR/CL_ATOM_BASE_PROV has no exception.
Method GET_STRUCTURE_REFERENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RD_DATA | Value transfer | Object reference (TYPE REF TO) | DATA | 20100818 |
Method GET_STRUCTURE_REFERENCE on class /IWCOR/CL_ATOM_BASE_PROV has no exception.
Method PUT_NAMESPACE_DECLARATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_NAMESPACE | Call by reference | Type reference (TYPE) | /IWCOR/IF_ATOM_TYPES=>NAMESPACE_S | Namespace structure according to spec | 20111007 |
Method PUT_NAMESPACE_DECLARATION on class /IWCOR/CL_ATOM_BASE_PROV has no exception.
Method SERIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_PARAMETER | Call by reference | Object reference (TYPE REF TO) | /IWCOR/CL_ATOM_ST_PARAMETER | 20110218 | ||||
| 2 | IO_WRITER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_WRITER | SXML Writer | 20100818 |
Method SERIALIZE on class /IWCOR/CL_ATOM_BASE_PROV has no exception.
Method SET_NAMESPACE_DECLARATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_NAMESPACE | Call by reference | Type reference (TYPE) | /IWCOR/IF_ATOM_TYPES=>NAMESPACE_T | Namespace structure according to spec | 20100811 |
Method SET_NAMESPACE_DECLARATIONS on class /IWCOR/CL_ATOM_BASE_PROV has no exception.
Method SET_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_PARAMETER | Call by reference | Object reference (TYPE REF TO) | /IWCOR/CL_ATOM_ST_PARAMETER | ATOM ST parameter | 20110218 |
Method SET_PARAMETER on class /IWCOR/CL_ATOM_BASE_PROV has no exception.
Method SET_STRUCTURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_DATA | Call by reference | Type reference (TYPE) | DATA | Structure data | 20100818 |
Method SET_STRUCTURE on class /IWCOR/CL_ATOM_BASE_PROV has no exception.
Method SET_XML_HEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_XML_HEADER | Call by reference | Type reference (TYPE) | STRING | ST parameter to set XML header | 20111005 |
Method SET_XML_HEADER on class /IWCOR/CL_ATOM_BASE_PROV has no exception.
Method TO_XSTRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_DATA | Value transfer | Type reference (TYPE) | XSTRING | Binary data | 20100818 |
Method TO_XSTRING on class /IWCOR/CL_ATOM_BASE_PROV has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 100 |