SAP ABAP Class CL_ATOM_BASE_PROV (Atom base entity provider)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-MID-RST (Application Component) REST-based Protocols
⤷
SATOM_CORE (Package) ATOM core
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_REST_ENTITY_PROVIDER | REST Entity Provider | 20100810 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_APP_CATEGORIES_PROV | Atom feed | 20100810 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_APP_SERVICE_PROV | Atom feed | 20100810 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_ATOM_ENTRY_PROV | Atom entry | 20100810 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_ATOM_ERROR_PROV | Atom ST error provider | 20101007 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_ATOM_FEED_PROV | Atom feed | 20100810 |
| 6 | Inheritance (c INHERITING FROM c_ref) | CL_OPENSRCH_DESRC_PROV | Atom feed | 20100810 |
Properties
| Class | CL_ATOM_BASE_PROV | |
| Short Description | Atom base entity provider | |
| Super Class | CL_REST_ENTITY_PROVIDER | REST Entity Provider |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SATOM_CORE | ATOM core |
| Created | 20100810 | 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) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_ATOM_BASE_PROV has no interface implemented.
Friends
Class 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 | 20100813 | ||
| 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 | 20100813 | |||
| 6 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ATOM_ST_PARAMETER | ATOM ST parameter | 20110201 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_SXML_READER | SXML Reader Interface | 20100812 | |||
| 8 | Instance attribute | Protected | Type reference (TYPE) | IF_ATOM_TYPES=>NAMESPACE_T | Namespace predeclarations | 20100810 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | STRING | Name of data structure | 20100813 | |||
| 10 | Instance attribute | Protected | Type reference (TYPE) | STRING | 20111005 |
Methods
Events
Class CL_ATOM_BASE_PROV has no event.
Types
Class 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) | CX_REST_EXCEPTION | REST Exception | 20101007 |
Method BEFORE_RAISE_EXCEPTION on class 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) | IF_ATOM_ST_CALLBACK | Callback | 20101006 | |||
| 2 | IO_READER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_READER | SXML Reader | 20101006 | |||
| 3 | IT_RESULT | Call by reference | Type reference (TYPE) | ABAP_TRANS_RESBIND_TAB | Result | 20101006 | |||
| 4 | IV_ST_NAME | Call by reference | Type reference (TYPE) | STRING | Transformation Name | 20101006 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SXML Root Exception | 20120801 | ||
| 2 | General Error When Performing CALL TRANSFORMATION | 20101006 |
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) | IF_ATOM_ST_CALLBACK | Callback | 20101006 | |||
| 2 | IO_WRITER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_WRITER | SXML Writer | 20101006 | |||
| 3 | IT_SOURCE | Call by reference | Type reference (TYPE) | ABAP_TRANS_SRCBIND_TAB | Source | 20101006 | |||
| 4 | IV_ST_NAME | Call by reference | Type reference (TYPE) | STRING | Transformation Name | 20101006 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SXML Root Exception | 20120801 | ||
| 2 | General Error When Performing CALL TRANSFORMATION | 20101006 |
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) | IF_REST_ENTITY | 20110201 | ||||
| 2 | IO_READER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_READER | Reader | 20100813 | |||
| 3 | IT_NAMESPACE_PREDECLARATION | Call by reference | Type reference (TYPE) | IF_ATOM_TYPES=>NAMESPACE_T | Namespace predeclarations | 20100813 | |||
| 4 | IV_STRUCTURE_NAME | Call by reference | Type reference (TYPE) | STRING | Data structure name | 20100813 |
Method CONSTRUCTOR on class 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 | 20120801 | |||
| 2 | RO_EXCEPTION | Value transfer | Object reference (TYPE REF TO) | CX_REST_EXCEPTION | REST Exception | 20101006 |
Method CREATE_EXCEPTION on class 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 | 20100813 | |||
| 2 | IO_PARAMETER | Call by reference | Object reference (TYPE REF TO) | CL_ATOM_ST_PARAMETER | 20110201 |
Method DESERIALIZE on class 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 | 20100815 |
Method GET_STRUCTURE on class 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 | 20100815 |
Method GET_STRUCTURE_REFERENCE on class 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) | IF_ATOM_TYPES=>NAMESPACE_S | Namespace structure according to spec | 20111007 |
Method PUT_NAMESPACE_DECLARATION on class 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) | CL_ATOM_ST_PARAMETER | 20110201 | ||||
| 2 | IO_WRITER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_WRITER | SXML Writer | 20100813 |
Method SERIALIZE on class 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) | IF_ATOM_TYPES=>NAMESPACE_T | Namespace structure according to spec | 20100810 |
Method SET_NAMESPACE_DECLARATIONS on class 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) | CL_ATOM_ST_PARAMETER | ATOM ST parameter | 20110201 |
Method SET_PARAMETER on class 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 | 20100815 |
Method SET_STRUCTURE on class 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 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 | 20100813 |
Method TO_XSTRING on class CL_ATOM_BASE_PROV has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 800 |