SAP ABAP Interface /IWBEP/IF_JSRPC_TYPES (JSON RPC 2.0 type definitions)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-BEP (Application Component) Gateway Business Eventing and Provisioning
⤷
/IWBEP/JSON_RPC_CORE (Package) JSON-RPC 2.0 # Implementation
⤷
⤷
Properties
| Interface | /IWBEP/IF_JSRPC_TYPES | |
| Short Description | JSON RPC 2.0 type definitions |
General Data
| Package | /IWBEP/JSON_RPC_CORE | JSON-RPC 2.0 # Implementation |
| Created | 20130718 | SAP |
| Last changed | 20141120 | |
| Unicode checks active |
Forward declarations
Interface /IWBEP/IF_JSRPC_TYPES has no forward declaration.
Interfaces
Interface /IWBEP/IF_JSRPC_TYPES has no interface.
Friends
Interface /IWBEP/IF_JSRPC_TYPES has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_APPLICATION_JSON | Constant | Public | Type reference (TYPE) | STRING | 'application/json' | 20131024 | ||
| 2 | CO_CHAR_COLON | Constant | Public | See coding | '3A' | 20131024 | |||
| 3 | CO_CHAR_COMMA | Constant | Public | See coding | '2C' | 20131024 | |||
| 4 | CO_CHAR_LEFT_CURLY_BRACKET | Constant | Public | See coding | '7B' | 20131024 | |||
| 5 | CO_CHAR_LEFT_SQUARE_BRACKET | Constant | Public | See coding | '5B' | 20131024 | |||
| 6 | CO_CHAR_QUOTATION_MARK | Constant | Public | See coding | '22' | 20131024 | |||
| 7 | CO_CHAR_RIGHT_CURLY_BRACKET | Constant | Public | See coding | '7D' | 20131024 | |||
| 8 | CO_CHAR_RIGHT_SQUARE_BRACKET | Constant | Public | See coding | '5D' | 20131024 | |||
| 9 | CO_CODE_INTERNAL_ERROR | Constant | Public | Type reference (TYPE) | I | -32603 | 20131024 | ||
| 10 | CO_CODE_INVALID_PARAMS | Constant | Public | Type reference (TYPE) | I | -32602 | 20131024 | ||
| 11 | CO_CODE_INVALID_REQUEST | Constant | Public | Type reference (TYPE) | I | -32600 | 20131024 | ||
| 12 | CO_CODE_METHOD_NOT_FOUND | Constant | Public | Type reference (TYPE) | I | -32601 | 20131024 | ||
| 13 | CO_CODE_PARSE_ERROR | Constant | Public | Type reference (TYPE) | I | -32700 | 20131024 | ||
| 14 | CO_CODE_RFC_EXCEPTION | Constant | Public | Type reference (TYPE) | I | -31000 | 20131024 | ||
| 15 | CO_CODE_SERVER_ERROR | Constant | Public | Type reference (TYPE) | I | -32000 | 20131024 | ||
| 16 | CO_STRING_ERROR | Constant | Public | See coding | '226572726F7222' | 20131024 | |||
| 17 | CO_STRING_ID | Constant | Public | See coding | '22696422' | 20131024 | |||
| 18 | CO_STRING_JSONRPC | Constant | Public | See coding | '226A736F6E72706322' | 20131024 | |||
| 19 | CO_STRING_PARAMS | Constant | Public | See coding | '22504152414D5322' | 20131024 | |||
| 20 | CO_STRING_RESULT | Constant | Public | See coding | '22726573756C7422' | 20131024 | |||
| 21 | CO_VALUE_20 | Constant | Public | See coding | '22322E3022' | 20131024 | |||
| 22 | CO_VALUE_EMPTY_ARRAY | Constant | Public | See coding | '5B5D' | 20131024 | |||
| 23 | CO_VALUE_EMPTY_OBJECT | Constant | Public | See coding | '7B7D' | 20131024 | |||
| 24 | CO_VALUE_FALSE | Constant | Public | See coding | '66616C7365' | 20131024 | |||
| 25 | CO_VALUE_NULL | Constant | Public | See coding | '6E756C6C' | 20131024 | |||
| 26 | CO_VALUE_TRUE | Constant | Public | See coding | '74727565' | 20131024 |
Methods
Interface /IWBEP/IF_JSRPC_TYPES has no method.
Events
Interface /IWBEP/IF_JSRPC_TYPES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | CONTEXT_S | Public | See coding | 20131024 | begin of context_s,
message type ref to message_s,
messages type ref to message_t,
end of context_s
|
||
| 2 | ERROR | Public | Object reference (TYPE REF TO) | /IWBEP/CX_JSRPC_ERROR | 20131024 | |
|
| 3 | ERROR_T | Public | See coding | 20131024 | error_t type STANDARD TABLE OF error with DEFAULT KEY
|
||
| 4 | MESSAGE_S | Public | See coding | 20131024 | begin of message_s,
id type xstring,
method type string,
params type xstring,
error TYPE ref to /IWBEP/cx_JSRPC_error,
end of message_s
|
||
| 5 | MESSAGE_T | Public | See coding | 20131024 | message_t type STANDARD TABLE OF message_s with DEFAULT KEY
|
||
| 6 | METHOD_NAME | Public | Type reference (TYPE) | RS38L_FNAM | 20131024 | |
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 200 |