SAP ABAP Class /IWFND/IF_SODATA_TYPES (OData Channel Constans and Types - Lib 1.0)
Properties
| Class | /IWFND/IF_SODATA_TYPES | |
| Short Description | OData Channel Constans and Types - Lib 1.0 | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20110829 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /IWFND/IF_SODATA_TYPES has no forward declaration.
Interfaces
Class /IWFND/IF_SODATA_TYPES has no interface implemented.
Friends
Class /IWFND/IF_SODATA_TYPES has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | Lib Parameter names of /IWCOR/IF_REST_REQUEST | 20110830 | ||||
| 2 | Constant | Public | See coding | 20130805 | |||||
| 3 | Constant | Public | See coding | IWF specific parameter names of /IWCOR/IF_DS_CNTXT | 20110830 | ||||
| 4 | Constant | Public | See coding | 20120926 | |||||
| 5 | Constant | Public | See coding | Segment Parameter Names | 20111122 | ||||
| 6 | Constant | Public | See coding | 20120120 | |||||
| 7 | Constant | Public | Type reference (TYPE) | STRING | 'abap_data_type' | 20120314 | |||
| 8 | Constant | Public | Type reference (TYPE) | STRING | 'abap_name' | 20111013 | |||
| 9 | Constant | Public | Type reference (TYPE) | STRING | 'Edm' | Edm Namespace | 20110829 | ||
| 10 | Constant | Public | Type reference (TYPE) | STRING | 'Edm.Binary' | 20120203 | |||
| 11 | Constant | Public | Type reference (TYPE) | STRING | 'Edm.Boolean' | 20120203 | |||
| 12 | Constant | Public | Type reference (TYPE) | STRING | 'Edm.Byte' | 20120203 | |||
| 13 | Constant | Public | Type reference (TYPE) | STRING | 'Edm.DateTime' | 20120203 | |||
| 14 | Constant | Public | Type reference (TYPE) | STRING | 'Edm.DateTimeOffset' | 20120203 | |||
| 15 | Constant | Public | Type reference (TYPE) | STRING | 'Edm.Decimal' | 20120203 | |||
| 16 | Constant | Public | Type reference (TYPE) | STRING | 'Edm.Double' | 20120203 | |||
| 17 | Constant | Public | Type reference (TYPE) | STRING | 'Edm.Float' | 20120203 | |||
| 18 | Constant | Public | Type reference (TYPE) | STRING | 'Edm.Guid' | 20120203 | |||
| 19 | Constant | Public | Type reference (TYPE) | STRING | 'Edm.Int16' | 20120203 | |||
| 20 | Constant | Public | Type reference (TYPE) | STRING | 'Edm.Int32' | 20120203 | |||
| 21 | Constant | Public | Type reference (TYPE) | STRING | 'Edm.Int64' | 20120203 | |||
| 22 | Constant | Public | Type reference (TYPE) | STRING | 'Edm.SByte' | 20120203 | |||
| 23 | Constant | Public | Type reference (TYPE) | STRING | 'Edm.Single' | 20120203 | |||
| 24 | Constant | Public | Type reference (TYPE) | STRING | 'Edm.String' | 20120203 | |||
| 25 | Constant | Public | Type reference (TYPE) | STRING | 'Edm.Time' | 20120203 | |||
| 26 | Constant | Public | Type reference (TYPE) | STRING | 'content/@src' | 20111011 | |||
| 27 | Constant | Public | Type reference (TYPE) | STRING | 'content/@type' | 20111011 | |||
| 28 | Constant | Public | Type reference (TYPE) | STRING | 'member_title' | 20111130 | |||
| 29 | Constant | Public | Type reference (TYPE) | /IWFND/SUP_IW_AGENT | 'OData Lib 1.0 Handler' | GW Agent or Component | 20110830 |
Methods
Class /IWFND/IF_SODATA_TYPES has no method.
Events
Class /IWFND/IF_SODATA_TYPES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | ERRORDETAIL_S | Public | See coding | 20120514 | BEGIN OF errordetail_s,
code TYPE string,
message TYPE string,
propertyref TYPE string,
severity TYPE string,
END OF errordetail_s
|
||
| 2 | ERROR_RESOLUTION_S | Public | See coding | 20130628 | BEGIN OF error_resolution_s,
sap_transaction TYPE string,
sap_note TYPE string,
additional_sap_note TYPE string,
batch_sap_note TYPE string,
END OF error_resolution_s
|
||
| 3 | ERROR_S | Public | See coding | 20120514 | BEGIN OF error_s,
code TYPE string,
lang TYPE string,
message TYPE string,
innererror TYPE innererror_s,
END OF error_s
|
||
| 4 | INNERERROR_S | Public | See coding | 20120514 | BEGIN OF innererror_s,
transactionid TYPE string,
timestamp TYPE string,
error_resolution TYPE error_resolution_s,
errordetails TYPE STANDARD TABLE OF errordetail_s WITH DEFAULT KEY,
END OF innererror_s
|
||
| 5 | REQUEST_TYPE | Public | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20120926 | |
| 6 | WARNING_S | Public | See coding | 20131015 | BEGIN OF warning_s,
code TYPE string,
lang TYPE string,
message TYPE string,
severity TYPE string,
target TYPE string,
propertyref TYPE string,
errordetails TYPE STANDARD TABLE OF errordetail_s WITH DEFAULT KEY,
END OF warning_s
|
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in |