SAP ABAP Interface IF_IAC_JSON_OBJECT (JSON Object)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-FES-ITS (Application Component) SAP Internet Transaction Server
⤷
SITS_ABAP (Package) ITS ABAP Components
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_IAC_JSON_OBJECT | JSON Object | 20130129 |
Properties
| Interface | IF_IAC_JSON_OBJECT | |
| Short Description | JSON Object |
General Data
| Package | SITS_ABAP | ITS ABAP Components |
| Created | 20121216 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_IAC_JSON_OBJECT has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_IAC_JSON | JSON Object | 20130129 |
Friends
Interface IF_IAC_JSON_OBJECT has no friend.
Attributes
Interface IF_IAC_JSON_OBJECT has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20130129 | ||
| 2 | Instance method | Public | Method | 20130129 | ||
| 3 | Instance method | Public | Method | 20130129 | ||
| 4 | Instance method | Public | Method | 20130129 | ||
| 5 | Instance method | Public | Method | 20130129 | ||
| 6 | Instance method | Public | Method | 20130129 |
Events
Interface IF_IAC_JSON_OBJECT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_PROPERTIES | Public | See coding | 20130129 | t_properties TYPE SORTED TABLE OF t_property
WITH UNIQUE KEY name
|
||
| 2 | T_PROPERTY | Public | See coding | 20130129 | BEGIN OF t_property,
name TYPE string,
value TYPE REF TO if_iac_json,
END OF t_property
|
Method Signatures
Method ADD_BOOLEAN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130129 | ||||
| 2 | P_VALUE | Call by reference | Type reference (TYPE) | FLAG | 20130129 |
Method ADD_BOOLEAN on Interface IF_IAC_JSON_OBJECT has no exception.
Method ADD_NULL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130129 |
Method ADD_NULL on Interface IF_IAC_JSON_OBJECT has no exception.
Method ADD_NUMERIC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130129 | ||||
| 2 | P_VALUE | Call by reference | Type reference (TYPE) | NUMERIC | 20130129 |
Method ADD_NUMERIC on Interface IF_IAC_JSON_OBJECT has no exception.
Method ADD_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130129 | ||||
| 2 | P_VALUE | Call by reference | Object reference (TYPE REF TO) | IF_IAC_JSON | 20130129 |
Method ADD_PROPERTY on Interface IF_IAC_JSON_OBJECT has no exception.
Method ADD_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130129 | ||||
| 2 | P_VALUE | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130129 |
Method ADD_STRING on Interface IF_IAC_JSON_OBJECT has no exception.
Method GET_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_PROPERTIES | Call by reference | Type reference (TYPE) | T_PROPERTIES | 20130129 |
Method GET_PROPERTIES on Interface IF_IAC_JSON_OBJECT has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |