SAP ABAP Interface /IWFND/IF_SODATA_TYPES (OData Channel Constans and Types - Lib 1.0)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-FND-CCL (Application Component) IWF Consumer Connectivity Layer
⤷
/IWFND/COC_SDP_LIB_10 (Package) GW Framework - COC - SAP Data Protocol - Library 1.0

⤷

⤷

Properties
Interface | /IWFND/IF_SODATA_TYPES | |
Short Description | OData Channel Constans and Types - Lib 1.0 |
General Data
Package | /IWFND/COC_SDP_LIB_10 | GW Framework - COC - SAP Data Protocol - Library 1.0 |
Created | 20110829 | SAP |
Last changed | 20141120 | |
Unicode checks active |
Forward declarations
Interface /IWFND/IF_SODATA_TYPES has no forward declaration.
Interfaces
Interface /IWFND/IF_SODATA_TYPES has no interface.
Friends
Interface /IWFND/IF_SODATA_TYPES has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | GCS_COR_REQUEST_PARAMETERS | Constant | Public | See coding | Lib Parameter names of /IWCOR/IF_REST_REQUEST | 20110830 | |||
2 | GCS_COR_RESPONSE_PARAMETERS | Constant | Public | See coding | 20130805 | ||||
3 | GCS_IWF_CONTEXT_PARAMETERS | Constant | Public | See coding | IWF specific parameter names of /IWCOR/IF_DS_CNTXT | 20110830 | |||
4 | GCS_REQUEST_TYPES | Constant | Public | See coding | 20120926 | ||||
5 | GCS_SEGMENT_PARAMETERS | Constant | Public | See coding | Segment Parameter Names | 20111122 | |||
6 | GCS_URI_PARAMETERS | Constant | Public | See coding | 20120120 | ||||
7 | GC_ABAP_DATA_TYPE | Constant | Public | Type reference (TYPE) | STRING | 'abap_data_type' | 20120314 | ||
8 | GC_ABAP_NAME | Constant | Public | Type reference (TYPE) | STRING | 'abap_name' | 20111013 | ||
9 | GC_EDM_NAMESPACE | Constant | Public | Type reference (TYPE) | STRING | 'Edm' | Edm Namespace | 20110829 | |
10 | GC_EDM_TYPE_BINARY | Constant | Public | Type reference (TYPE) | STRING | 'Edm.Binary' | 20120203 | ||
11 | GC_EDM_TYPE_BOOLEAN | Constant | Public | Type reference (TYPE) | STRING | 'Edm.Boolean' | 20120203 | ||
12 | GC_EDM_TYPE_BYTE | Constant | Public | Type reference (TYPE) | STRING | 'Edm.Byte' | 20120203 | ||
13 | GC_EDM_TYPE_DATETIME | Constant | Public | Type reference (TYPE) | STRING | 'Edm.DateTime' | 20120203 | ||
14 | GC_EDM_TYPE_DATETIMEOFFSET | Constant | Public | Type reference (TYPE) | STRING | 'Edm.DateTimeOffset' | 20120203 | ||
15 | GC_EDM_TYPE_DECIMAL | Constant | Public | Type reference (TYPE) | STRING | 'Edm.Decimal' | 20120203 | ||
16 | GC_EDM_TYPE_DOUBLE | Constant | Public | Type reference (TYPE) | STRING | 'Edm.Double' | 20120203 | ||
17 | GC_EDM_TYPE_FLOAT | Constant | Public | Type reference (TYPE) | STRING | 'Edm.Float' | 20120203 | ||
18 | GC_EDM_TYPE_GUID | Constant | Public | Type reference (TYPE) | STRING | 'Edm.Guid' | 20120203 | ||
19 | GC_EDM_TYPE_INT16 | Constant | Public | Type reference (TYPE) | STRING | 'Edm.Int16' | 20120203 | ||
20 | GC_EDM_TYPE_INT32 | Constant | Public | Type reference (TYPE) | STRING | 'Edm.Int32' | 20120203 | ||
21 | GC_EDM_TYPE_INT64 | Constant | Public | Type reference (TYPE) | STRING | 'Edm.Int64' | 20120203 | ||
22 | GC_EDM_TYPE_SBYTE | Constant | Public | Type reference (TYPE) | STRING | 'Edm.SByte' | 20120203 | ||
23 | GC_EDM_TYPE_SINGLE | Constant | Public | Type reference (TYPE) | STRING | 'Edm.Single' | 20120203 | ||
24 | GC_EDM_TYPE_STRING | Constant | Public | Type reference (TYPE) | STRING | 'Edm.String' | 20120203 | ||
25 | GC_EDM_TYPE_TIME | Constant | Public | Type reference (TYPE) | STRING | 'Edm.Time' | 20120203 | ||
26 | GC_FC_CONTENT_SOURCE | Constant | Public | Type reference (TYPE) | STRING | 'content/@src' | 20111011 | ||
27 | GC_FC_CONTENT_TYPE | Constant | Public | Type reference (TYPE) | STRING | 'content/@type' | 20111011 | ||
28 | GC_MEMBER_TITLE | Constant | Public | Type reference (TYPE) | STRING | 'member_title' | 20111130 | ||
29 | GC_SODATA_HANDLER | Constant | Public | Type reference (TYPE) | /IWFND/SUP_IW_AGENT | 'OData Lib 1.0 Handler' | GW Agent or Component | 20110830 |
Methods
Interface /IWFND/IF_SODATA_TYPES has no method.
Events
Interface /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 | 250 |